Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp211 const prop_info* pi = system_properties.Find("property"); in TEST()
215 pi = system_properties.Find("other_property"); in TEST()
219 pi = system_properties.Find("property_other"); in TEST()
399 ASSERT_EQ(0, system_properties.Find("property1")); in TEST()
415 const prop_info* pi = system_properties.Find("property"); in TEST()
433 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()
440 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()
463 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()
469 prop_info* pi = const_cast<prop_info*>(system_properties.Find("property")); in TEST()
556 const prop_info* pi = system_properties.Find(name.c_str()); in TEST()
/bionic/benchmarks/
Dproperty_benchmark.cpp151 pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_find()
166 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()
187 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
/bionic/libc/bionic/
Dgrp_pwd_file.cpp260 bool MmapFile::Find(Line* line, Predicate predicate) { in Find() function in MmapFile
293 return Find(line, [uid](const auto& line) { in FindById()
305 return Find(line, [name](const auto& line) { in FindByName()
Dgrp_pwd_file.h61 bool Find(Line* line, Predicate predicate);
Dsystem_property_api.cpp70 return system_properties.Find(name); in __system_property_find()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h59 const prop_info* Find(const char* name);
/bionic/libc/system_properties/
Dsystem_properties.cpp162 const prop_info* SystemProperties::Find(const char* name) { in Find() function in SystemProperties
260 const prop_info* pi = Find(name); in Get()
/bionic/
DREADME.md187 2. Find the right header file to work in by looking up your system call
/bionic/docs/
Delf-tls.md425 * Find the `link_map` object and module-relative offset for a TLS variable.