Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp92 TEST(properties, __system_property_add) { in TEST() argument
128 TEST(properties, __system_property_update) { in TEST() argument
163 TEST(properties, fill) { in TEST() argument
209 TEST(properties, __system_property_foreach) { in TEST() argument
226 TEST(properties, __system_property_find_nth) { in TEST() argument
255 TEST(properties, fill_hierarchical) { in TEST() argument
314 TEST(properties, errors) { in TEST() argument
335 TEST(properties, __system_property_serial) { in TEST() argument
351 TEST(properties, __system_property_wait_any) { in TEST() argument
382 TEST(properties, __system_property_wait) { in TEST() argument
[all …]
Dsystem_properties_test2.cpp43 TEST(properties, smoke) { in TEST() argument
131 TEST(properties, empty_value) { in TEST() argument
/bionic/linker/
Dlinker_config.cpp184 std::unordered_map<std::string, PropertyValue>* properties, in parse_config_file()
364 explicit Properties(std::unordered_map<std::string, PropertyValue>&& properties) in Properties()
462 Properties properties(std::move(property_map)); in read_binary_config() local
/bionic/libc/bionic/
Dwctype.cpp135 static const char* const properties[WC_TYPE_MAX] = { in wctype() local