Searched refs:property (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/malloc_debug/ |
D | Config.cpp | 87 PropertyParser(const char* property) : cur_(property) {} in PropertyParser() argument 89 bool Get(std::string* property, size_t* value, bool* value_set); 103 bool PropertyParser::Get(std::string* property, size_t* value, bool* value_set) { in Get() argument 117 *property = std::string(property_start, cur_ - property_start); in Get() 130 error_log("%s: bad value for option '%s': %s", getprogname(), property->c_str(), in Get() 136 error_log("%s: bad value for option '%s'", getprogname(), property->c_str()); in Get() 139 getprogname(), property->c_str(), end); in Get() 144 getprogname(), property->c_str(), read_value); in Get() 332 std::string property; in SetFromProperties() local 337 while (valid && parser.Get(&property, &value, &value_set)) { in SetFromProperties() [all …]
|
/bionic/libc/bionic/ |
D | wctype.cpp | 91 wctype_t wctype(const char* property) { in wctype() argument 98 if (!strcmp(properties[i], property)) { in wctype() 105 wctype_t wctype_l(const char* property, locale_t) { in wctype_l() argument 106 return wctype(property); in wctype_l()
|
/bionic/libc/kernel/uapi/mtd/ |
D | ubi-user.h | 114 __u8 property; member
|
/bionic/libdl/ |
D | Android.bp | 10 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 119 @property 132 @property 1447 @property
|