| /bionic/libc/bionic/ | 
| D | system_property_api.cpp | 73 int __system_property_read(const prop_info* pi, char* name, char* value) {  in __system_property_read()78 void __system_property_read_callback(const prop_info* pi,  in __system_property_read_callback()
 91 int __system_property_update(prop_info* pi, const char* value, unsigned int len) {  in __system_property_update()
 102 uint32_t __system_property_serial(const prop_info* pi) {  in __system_property_serial()
 118 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,  in __system_property_wait()
 129 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in __system_property_foreach()
 
 | 
| D | fdsan.cpp | 346   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 | 143 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) {  in ReadMutablePropertyValue()174 int SystemProperties::Read(const prop_info* pi, char* name, char* value) {  in Read()
 197 void SystemProperties::ReadCallback(const prop_info* pi,  in ReadCallback()
 219   const prop_info* pi = Find(name);  in Get()  local
 229 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) {  in Update()
 318 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,  in Wait()
 367 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in Foreach()
 
 | 
| D | contexts_serialized.cpp | 147 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in ForEach()
 | 
| D | prop_area.cpp | 334                                  void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in foreach_property()371 bool prop_area::foreach (void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in foreach()
 
 | 
| D | contexts_split.cpp | 345 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {  in ForEach()
 | 
| /bionic/tests/ | 
| D | system_properties_test.cpp | 58 static void foreach_test_callback(const prop_info *pi, void* cookie) {  in foreach_test_callback()65 static void hierarchical_test_callback(const prop_info *pi, void *cookie) {  in hierarchical_test_callback()
 137     const prop_info* pi = system_properties.Find("property");  in TEST()  local
 341     const prop_info* pi = system_properties.Find("property");  in TEST()  local
 359     prop_info* pi = const_cast<prop_info*>(system_properties.Find("property"));  in TEST()  local
 366         prop_info* pi = const_cast<prop_info*>(system_properties.Find("property"));  in TEST()  local
 389     prop_info* pi = const_cast<prop_info*>(system_properties.Find("property"));  in TEST()  local
 395         prop_info* pi = const_cast<prop_info*>(system_properties.Find("property"));  in TEST()  local
 482     const prop_info* pi = system_properties.Find(name.c_str());  in TEST()  local
 
 | 
| D | system_properties_test2.cpp | 91     const prop_info* pi = __system_property_find(property_name.c_str());  in TEST()  local
 | 
| D | gwp_asan_test.cpp | 123     const prop_info* pi = __system_property_find(name.c_str());  in GetSysprop()  local
 | 
| D | utils.h | 75   static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa." ABI_STRING);  in running_with_native_bridge()  local
 | 
| /bionic/libm/upstream-freebsd/lib/msun/src/ | 
| D | e_acosl.c | 37 #define	pi	((long double)pi1 + pi2)  macro40 pi =  3.14159265358979323846264338327950280e+00L;  variable
 
 | 
| D | e_atan2l.c | 40 #define	pi	((long double)pi1 + pi2)  macro43 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/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 | 203       [](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
 |