Searched defs:attribute (Results 1 – 8 of 8) sorted by relevance
| /build/make/tools/aconfig/aconfig_storage_write_api/tests/ |
| D | storage_write_api_test.cpp | 131 auto attribute = api::get_flag_attribute( in TEST_F() local 149 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 158 auto attribute = api::get_flag_attribute( in TEST_F() local 168 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 184 auto attribute = api::get_flag_attribute( in TEST_F() local 202 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 211 auto attribute = api::get_flag_attribute( in TEST_F() local 221 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local
|
| D | storage_write_api_test.rs | 71 let attribute = in test_set_flag_has_server_override() localVariable 75 let attribute = in test_set_flag_has_server_override() localVariable 93 let attribute = in test_set_flag_has_local_override() localVariable 97 let attribute = in test_set_flag_has_local_override() localVariable
|
| /build/make/tools/aconfig/aconfig_storage_write_api/src/ |
| D | flag_info_update.rs | 60 let attribute = read_u8_from_bytes(buf, &mut pos)?; in get_flag_attribute_and_offset() localVariable 107 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_server_override() localVariable 110 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_server_override() localVariable 122 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_local_override() localVariable 125 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_local_override() localVariable
|
| D | lib.rs | 293 let attribute = in test_set_flag_has_server_override() localVariable 297 let attribute = in test_set_flag_has_server_override() localVariable 316 let attribute = in test_set_flag_has_local_override() localVariable 320 let attribute = in test_set_flag_has_local_override() localVariable
|
| /build/make/tools/aconfig/aconfig_storage_read_api/src/ |
| D | flag_info_query.rs | 67 let attribute = in test_is_flag_sticky() localVariable 79 let attribute = in test_is_flag_readwrite() localVariable 93 let attribute = in test_flag_has_override() localVariable
|
| D | lib.rs | 503 let attribute = in test_flag_info_query() localVariable
|
| /build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
| D | storage_read_api_test.cpp | 229 auto attribute = api::get_flag_attribute(*mapped_file, api::FlagValueType::Boolean, index); in TEST_F() local 245 auto attribute = api::get_flag_attribute(*mapped_file, api::FlagValueType::Boolean, 8); in TEST_F() local
|
| D | storage_read_api_test.rs | 225 let attribute = in test_flag_info_query() localVariable
|