/bionic/libc/bionic/ |
D | icu_wrappers.cpp | 37 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property) { in __icu_getIntPropertyValue() argument 41 return u_getIntPropertyValue ? u_getIntPropertyValue(wc, property) : 0; in __icu_getIntPropertyValue() 44 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int)) { in __icu_hasBinaryProperty() argument 48 return u_hasBinaryProperty ? u_hasBinaryProperty(wc, property) : fallback(wc); in __icu_hasBinaryProperty()
|
D | wctype.cpp | 146 wctype_t wctype(const char* property) { in wctype() argument 153 if (!strcmp(properties[i], property)) { in wctype() 160 wctype_t wctype_l(const char* property, locale_t) { in wctype_l() argument 161 return wctype(property); in wctype_l()
|
/bionic/tests/ |
D | system_properties_test.cpp | 460 for (const auto& property : short_properties) { in TEST() local 461 const std::string& name = property.first; in TEST() 462 const std::string& value = property.second; in TEST() 466 for (const auto& property : long_properties) { in TEST() local 467 const std::string& name = property.first; in TEST() 468 const std::string& value = property.second; in TEST() 494 for (const auto& property : short_properties) { in TEST() local 495 const std::string& name = property.first; in TEST() 496 const std::string& value = property.second; in TEST() 503 for (const auto& property : long_properties) { in TEST() local [all …]
|
/bionic/libc/private/ |
D | icu.h | 82 int32_t __icu_getIntPropertyValue(wint_t wc, UProperty property); 83 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int));
|
/bionic/libc/malloc_hooks/ |
D | README.md | 9 property, or set a special environment variable and run your app/program. 114 NOTE: On pre-O versions of the Android OS, property names had a length limit 115 of 32. This meant that to create a wrap property with the name of the app, it 116 was necessary to truncate the name to fit. On O, property names can be
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 215 for (const auto& property : properties) { in BM_property_find_real() local 216 __system_property_find(property.c_str()); in BM_property_find_real()
|
/bionic/linker/ |
D | ld.config.format.md | 41 # This property can be used to declare additional namespaces. Note that there is always the default 46 # Each namespace property starts with "namespace.<namespace-name>" The following is configuration
|
D | Android.bp | 372 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 39 Malloc debug is controlled by a system property that takes a numeric value 111 Using the special system property, libc.debug.malloc.program, will 113 if the property is set to ls, then only the program named ls will have malloc
|
D | README.md | 539 property. 668 If you do not see this message, then the wrap property was not set correctly. 675 NOTE: On pre-O versions of the Android OS, property names had a length limit 676 of 32. This meant that to create a wrap property with the name of the app, it 677 was necessary to truncate the name to fit. On O, property names can be
|
/bionic/libc/kernel/uapi/mtd/ |
D | ubi-user.h | 101 __u8 property; member
|
/bionic/libdl/ |
D | Android.bp | 49 // we use this property to make sure libc.so has its own copy of the code from 141 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 35 // library in the "data" property, but that doesn't work, because each library is listed as having a
|
/bionic/docs/ |
D | defines.md | 11 the system property functions. Common alternatives on this dimension are
|
D | elf-tls.md | 734 * Add a [`.note.gnu.property`](https://reviews.llvm.org/D53906#1283425) with a 735 "`GNU_PROPERTY_TLS_TPOFF`" property value?
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 178 In O and later, the system property `debug.ld.greylist_disabled` can be 404 linker activity for debuggable apps by setting a property corresponding 420 whole system by using the `debug.ld.all` system property instead of
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 118 @property 131 @property 1486 @property
|