Searched defs:properties (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/system_properties/ |
D | context_lookup_benchmark.cpp | 72 std::vector<std::string> properties; in PropertiesToLookup() local 89 auto properties = PropertiesToLookup(); in LegacyLookupOreo() local 100 auto properties = PropertiesToLookup(); in LegacyLookupS() local 126 auto properties = PropertiesToLookup(); in TrieLookupOreo() local 138 auto properties = PropertiesToLookup(); in TrieLookupS() local
|
/bionic/tests/ |
D | system_properties_test.cpp | 114 TEST(properties, __system_property_add) { in TEST() argument 150 TEST(properties, __system_property_add_appcompat) { in TEST() argument 202 TEST(properties, __system_property_update) { in TEST() argument 237 TEST(properties, fill) { in TEST() argument 283 TEST(properties, __system_property_foreach) { in TEST() argument 300 TEST(properties, __system_property_find_nth) { in TEST() argument 329 TEST(properties, fill_hierarchical) { in TEST() argument 388 TEST(properties, errors) { in TEST() argument 409 TEST(properties, __system_property_serial) { in TEST() argument 425 TEST(properties, __system_property_wait_any) { in TEST() argument [all …]
|
D | system_properties_test2.cpp | 41 TEST(properties, smoke) { in TEST() argument 129 TEST(properties, no_fd_leaks) { in TEST() argument 152 TEST(properties, empty_value) { in TEST() argument
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 205 std::vector<std::string> properties; in BM_property_find_real() local 210 auto properties = in BM_property_find_real() local
|
/bionic/linker/ |
D | linker_config.cpp | 184 std::unordered_map<std::string, PropertyValue>* properties, in parse_config_file() 361 explicit Properties(std::unordered_map<std::string, PropertyValue>&& properties) in Properties() 476 Properties properties(std::move(property_map)); in read_binary_config() local
|
/bionic/libc/bionic/ |
D | wctype.cpp | 147 static const char* const properties[WC_TYPE_MAX] = { in wctype() local
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_iommu.h | 112 __u8 properties[]; member
|