Home
last modified time | relevance | path

Searched refs:ReadWriteBoolean (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DFlagReadContext.java30 ReadWriteBoolean, enumConstant
37 return ReadWriteBoolean; in fromInteger()
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dflag_table_query.rs84 (0, "enabled_rw", StoredFlagType::ReadWriteBoolean, 2u16), in test_flag_query()
85 (2, "enabled_rw", StoredFlagType::ReadWriteBoolean, 1u16), in test_flag_query()
86 (1, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_query()
90 (0, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_query()
Dlib.rs462 (0, "enabled_rw", StoredFlagType::ReadWriteBoolean, 2u16), in test_flag_context_query()
463 (2, "enabled_rw", StoredFlagType::ReadWriteBoolean, 1u16), in test_flag_context_query()
464 (1, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_context_query()
468 (0, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_context_query()
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs110 (0, "enabled_rw", StoredFlagType::ReadWriteBoolean, 2u16), in test_flag_context_query()
111 (2, "enabled_rw", StoredFlagType::ReadWriteBoolean, 1u16), in test_flag_context_query()
112 (1, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_context_query()
116 (0, "disabled_rw", StoredFlagType::ReadWriteBoolean, 0u16), in test_flag_context_query()
Dstorage_read_api_test.cpp156 {0, "enabled_rw", api::StoredFlagType::ReadWriteBoolean, 2}, in TEST_F()
157 {2, "enabled_rw", api::StoredFlagType::ReadWriteBoolean, 1}, in TEST_F()
158 {1, "disabled_rw", api::StoredFlagType::ReadWriteBoolean, 0}, in TEST_F()
162 {0, "disabled_rw", api::StoredFlagType::ReadWriteBoolean, 0}, in TEST_F()
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs111 ReadWriteBoolean = 0, enumerator
121 x if x == Self::ReadWriteBoolean as u16 => Ok(Self::ReadWriteBoolean), in try_from()
141 StoredFlagType::ReadWriteBoolean => Ok(Self::Boolean), in try_from()
530 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag()
542 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag()
548 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag()
572 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag()
606 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag_with_info()
624 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag_with_info()
633 value_type: StoredFlagType::ReadWriteBoolean, in test_list_flag_with_info()
[all …]
/build/make/tools/aconfig/aconfig_storage_read_api/tests/java/
DAconfigStorageReadAPITest.java126 baselines.add(new Baseline(0, "enabled_rw", StoredFlagType.ReadWriteBoolean, 2)); in testFlagContextQuery()
127 baselines.add(new Baseline(2, "enabled_rw", StoredFlagType.ReadWriteBoolean, 1)); in testFlagContextQuery()
128 baselines.add(new Baseline(1, "disabled_rw", StoredFlagType.ReadWriteBoolean, 0)); in testFlagContextQuery()
132 baselines.add(new Baseline(0, "disabled_rw", StoredFlagType.ReadWriteBoolean, 0)); in testFlagContextQuery()
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
Daconfig_storage_read_api.hpp21 ReadWriteBoolean = 0, enumerator
/build/make/tools/aconfig/aconfig/src/storage/
Dflag_table.rs79 ProtoFlagPermission::READ_WRITE => StoredFlagType::ReadWriteBoolean, in create_nodes()
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp95 case StoredFlagType::ReadWriteBoolean: in map_to_flag_value_type()
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dlib.rs151 is_flag_rw[flag_index as usize] = node.flag_type == StoredFlagType::ReadWriteBoolean; in create_flag_info()