/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/ |
D | FlagReadContext.java | 30 ReadWriteBoolean, enumConstant 37 return ReadWriteBoolean; in fromInteger()
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | flag_table_query.rs | 84 (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()
|
D | lib.rs | 462 (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/ |
D | storage_read_api_test.rs | 110 (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()
|
D | storage_read_api_test.cpp | 156 {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/ |
D | lib.rs | 111 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/ |
D | AconfigStorageReadAPITest.java | 126 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/ |
D | aconfig_storage_read_api.hpp | 21 ReadWriteBoolean = 0, enumerator
|
/build/make/tools/aconfig/aconfig/src/storage/ |
D | flag_table.rs | 79 ProtoFlagPermission::READ_WRITE => StoredFlagType::ReadWriteBoolean, in create_nodes()
|
/build/make/tools/aconfig/aconfig_storage_read_api/ |
D | aconfig_storage_read_api.cpp | 95 case StoredFlagType::ReadWriteBoolean: in map_to_flag_value_type()
|
/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
D | lib.rs | 151 is_flag_rw[flag_index as usize] = node.flag_type == StoredFlagType::ReadWriteBoolean; in create_flag_info()
|