Searched refs:properties (Results 1 – 9 of 9) sorted by relevance
/bionic/linker/ |
D | linker_config.cpp | 184 std::unordered_map<std::string, PropertyValue>* properties, in parse_config_file() argument 307 if (properties->find(name) != properties->end()) { in parse_config_file() 314 (*properties)[name] = PropertyValue(std::move(value), cp.lineno()); in parse_config_file() 316 if (properties->find(name) == properties->end()) { in parse_config_file() 321 (*properties)[name] = PropertyValue(std::move(value), cp.lineno()); in parse_config_file() 326 (*properties)[name].append_value(std::move(value)); in parse_config_file() 331 (*properties)[name].append_value(std::move(value)); in parse_config_file() 360 explicit Properties(std::unordered_map<std::string, PropertyValue>&& properties) in Properties() argument 361 : properties_(std::move(properties)), target_sdk_version_(__ANDROID_API__) {} in Properties() 474 Properties properties(std::move(property_map)); in read_binary_config() local [all …]
|
D | ld.config.format.md | 23 configuration using set of properties described in example below.
|
/bionic/tests/ |
D | system_properties_test.cpp | 92 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 …]
|
D | system_properties_test2.cpp | 45 TEST(properties, smoke) { in TEST() argument 133 TEST(properties, no_fd_leaks) { in TEST() argument 156 TEST(properties, empty_value) { in TEST() argument
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 201 std::vector<std::string> properties; in BM_property_find_real() local 206 auto properties = in BM_property_find_real() local 208 properties->emplace_back(name); in BM_property_find_real() 212 &properties); in BM_property_find_real() 215 for (const auto& property : properties) { in BM_property_find_real()
|
/bionic/libc/system_properties/include/system_properties/ |
D | contexts_serialized.h | 56 android::properties::PropertyInfoAreaFile property_info_area_file_;
|
/bionic/libc/bionic/ |
D | wctype.cpp | 147 static const char* const properties[WC_TYPE_MAX] = { in wctype() local 153 if (!strcmp(properties[i], property)) { in wctype()
|
/bionic/libc/kernel/uapi/linux/ |
D | virtio_iommu.h | 119 __u8 properties[]; member
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 15 On these old versions of the OS, you must be able to set system properties
|