Home
last modified time | relevance | path

Searched refs:property (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/bionic/
Dicu_wrappers.cpp37 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()
Dwctype.cpp146 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/
Dsystem_properties_test.cpp460 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/
Dicu.h82 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/
DREADME.md9 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/
Dproperty_benchmark.cpp215 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/
Dld.config.format.md41 # 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
DAndroid.bp372 // we use this property to make sure libc.so has its own copy of the code from
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md39 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
DREADME.md539 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/
Dubi-user.h101 __u8 property; member
/bionic/libdl/
DAndroid.bp49 // 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/
DAndroid.bp35 // library in the "data" property, but that doesn't work, because each library is listed as having a
/bionic/docs/
Ddefines.md11 the system property functions. Common alternatives on this dimension are
Delf-tls.md734 * Add a [`.note.gnu.property`](https://reviews.llvm.org/D53906#1283425) with a
735 "`GNU_PROPERTY_TLS_TPOFF`" property value?
/bionic/
Dandroid-changes-for-ndk-developers.md178 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/
Dcpp.py118 @property
131 @property
1486 @property