Home
last modified time | relevance | path

Searched defs:flag_value (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dlib.rs37 pub mod flag_value; module
310 pub flag_value: String, field
333 let flag_value = flag_value_list.booleans[flag_index as usize]; in list_flags() localVariable
354 pub flag_value: String, field
382 let flag_value = flag_value_list.booleans[flag_index as usize]; in list_flags_with_info() localVariable
413 pub flag_value: String, field
421 pub flag_value: String, field
H A Dmain.rs112 let flag_value = FlagValueList::from_bytes(&bytes)?; in print_storage_file() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/command_line_runner/
Drun_bluetooth_tests.py55 def validate_bt_test_flags(flag_value): argument
78 def validate_bt_dut_flags(flag_value): argument
114 def parse_flag_value(flag_value): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dcommand_line_flags.cc73 bool ParseFlag(const std::string& flag_value, int argv_position, in ParseFlag()
86 bool ParseFlag(const std::string& flag_value, int argv_position, in ParseFlag()
98 bool ParseFlag(const std::string& flag_value, int argv_position, in ParseFlag()
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.cpp299 auto flag_value = std::unique_ptr<MutableMappedStorageFile>(*flag_value_result); in ApplyLocalOverrideToBootFlagValue() local
597 const std::string& flag_value) { in SetServerFlagValue()
635 const PackageFlagContext& context, const std::string& flag_value, in UpdateBootValueAndInfoImmediately()
671 const PackageFlagContext& context, const std::string& flag_value) { in SetLocalFlagValue()
H A Daconfigd.proto38 optional string flag_value = 3; field
52 optional string flag_value = 4; field
66 optional string flag_value = 3; field
/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/proto/
Daconfigd.proto38 optional string flag_value = 3; field
52 optional string flag_value = 4; field
66 optional string flag_value = 3; field
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dflag_value_query.rs59 let flag_value = find_boolean_flag_value(&flag_value_list[..], offset as u32).unwrap(); in test_flag_value_query() localVariable
80 let flag_value = value_list.into_bytes(); in test_higher_version_storage_file() localVariable
H A Dlib.rs203 pub flag_value: bool, field
490 let flag_value = get_boolean_flag_value(&flag_value_file, offset as u32).unwrap(); in test_flag_value_query() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/include/aconfig_storage/
H A Daconfig_storage_file.hpp13 std::string flag_value; member
30 std::string flag_value; member
/aosp_15_r20/build/make/tools/aconfig/aconfig_protos/protos/
H A Daconfig.proto127 message flag_value { message
141 repeated flag_value flag_value = 1; field
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/storage/
H A Dmod.rs19 pub mod flag_value; module
130 let flag_value = create_flag_value(container, &packages, version)?; in generate_storage_file() localVariable
/aosp_15_r20/external/libaom/test/
H A Dtest_libaom.cc36 std::string flag_value = GTEST_FLAG_GET(filter); in append_negative_gtest_filter() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-list-tests-unittest.py134 def RunAndVerify(self, flag_value, expected_output_re, other_flag): argument
H A Dgoogletest-throw-on-failure-test.py87 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
H A Dgoogletest-break-on-failure-unittest.py98 def RunAndVerify(self, env_var_value, flag_value, expect_seg_fault): argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest.py134 def RunAndVerify(self, flag_value, expected_output_re, other_flag): argument
H A Dgoogletest-throw-on-failure-test.py87 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
H A Dgoogletest-break-on-failure-unittest.py98 def RunAndVerify(self, env_var_value, flag_value, expect_seg_fault): argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest.py134 def RunAndVerify(self, flag_value, expected_output_re, other_flag): argument
H A Dgoogletest-throw-on-failure-test.py87 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
H A Dgoogletest-break-on-failure-unittest.py98 def RunAndVerify(self, env_var_value, flag_value, expect_seg_fault): argument
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dflag_value_update.rs88 let mut flag_value = value_list.into_bytes(); in test_higher_version_storage_file() localVariable
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/main/protobuf/
H A Dinvocation_policy.proto101 repeated string flag_value = 1; field
/aosp_15_r20/external/iproute2/tc/
H A Dm_csum.c184 #define CSUM_UFLAG_BUFFER(flag_buffer, flag_value, flag_string) \ in print_csum() argument

1234