/bionic/libc/bionic/ |
D | system_property_api.cpp | 74 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() 79 void __system_property_read_callback(const prop_info* pi, in __system_property_read_callback() 92 int __system_property_update(prop_info* pi, const char* value, unsigned int len) { in __system_property_update() 103 uint32_t __system_property_serial(const prop_info* pi) { in __system_property_serial() 119 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in __system_property_wait() 130 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in __system_property_foreach()
|
D | bionic_allocator.cpp | 412 BionicSmallObjectAllocator* BionicAllocator::get_small_object_allocator(page_info* pi, void* ptr) { in get_small_object_allocator()
|
D | fdsan.cpp | 349 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property() local
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 184 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue() 215 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read() 238 void SystemProperties::ReadCallback(const prop_info* pi, in ReadCallback() 260 const prop_info* pi = Find(name); in Get() local 270 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update() 422 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait() 471 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach()
|
D | contexts_serialized.cpp | 151 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach()
|
D | prop_area.cpp | 337 void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach_property() 374 bool prop_area::foreach (void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach()
|
D | contexts_split.cpp | 339 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_atan2l.c | 40 #define pi ((long double)pi1 + pi2) macro 43 pi = 3.14159265358979323846264338327950280e+00L; variable
|
D | e_acosl.c | 37 #define pi ((long double)pi1 + pi2) macro 40 pi = 3.14159265358979323846264338327950280e+00L; variable
|
D | e_atan2f.c | 28 pi = 3.1415927410e+00; /* 0x40490fdb */ variable
|
D | e_atan2.c | 56 pi = 3.1415926535897931160E+00; /* 0x400921FB, 0x54442D18 */ variable
|
D | e_acosf.c | 24 pi = 3.1415925026e+00, /* 0x40490fda */ variable
|
D | e_acos.c | 48 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
|
D | e_lgammaf_r.c | 29 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
|
D | e_lgamma_r.c | 94 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
|
/bionic/tests/ |
D | system_properties_test.cpp | 80 static void foreach_test_callback(const prop_info *pi, void* cookie) { in foreach_test_callback() 87 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { in hierarchical_test_callback() 211 const prop_info* pi = system_properties.Find("property"); in TEST() local 415 const prop_info* pi = system_properties.Find("property"); in TEST() local 433 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST() local 440 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST() local 463 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST() local 469 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST() local 556 const prop_info* pi = system_properties.Find(name.c_str()); in TEST() local
|
D | system_properties_test2.cpp | 87 const prop_info* pi = __system_property_find(property_name.c_str()); in TEST() local
|
D | gwp_asan_test.cpp | 126 const prop_info* pi = __system_property_find(name.c_str()); in GetSysprop() local
|
D | utils.h | 76 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa." ABI_STRING); in running_with_native_bridge() local
|
/bionic/libc/system_properties/include/system_properties/ |
D | contexts_pre_split.h | 54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override { in ForEach()
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 207 [](const prop_info* pi, void* cookie) { in BM_property_find_real()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 34 pi = 3.14159265358979323846264338327950288e+00L; variable
|