Searched refs:Find (Results 1 – 9 of 9) sorted by relevance
211 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()
151 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()
260 bool MmapFile::Find(Line* line, Predicate predicate) { in Find() function in MmapFile293 return Find(line, [uid](const auto& line) { in FindById()305 return Find(line, [name](const auto& line) { in FindByName()
61 bool Find(Line* line, Predicate predicate);
70 return system_properties.Find(name); in __system_property_find()
59 const prop_info* Find(const char* name);
162 const prop_info* SystemProperties::Find(const char* name) { in Find() function in SystemProperties260 const prop_info* pi = Find(name); in Get()
187 2. Find the right header file to work in by looking up your system call
425 * Find the `link_map` object and module-relative offset for a TLS variable.