Searched refs:found (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/malloc_debug/ |
D | TrackData.cpp | 87 bool found = headers_.count(header); in Contains() local 89 return found; in Contains()
|
D | Config.cpp | 338 bool found = false; in SetFromProperties() local 360 found = true; in SetFromProperties() 364 if (valid && !found) { in SetFromProperties()
|
D | README_api.md | 51 <i>num\_backtrace\_frames</i> contains the real number of frames found. The
|
D | README.md | 189 before the verification occurs. This is the error message that will be found 215 Example leak error found in the log:
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 191 goto found; in getnameinfo_inet() 195 found: in getnameinfo_inet()
|
D | getaddrinfo.c | 2069 goto found; in _gethtent() 2073 found: in _gethtent()
|
/bionic/libc/kernel/ |
D | README.TXT | 19 Contains the uapi kernel headers found in the android kernel. Note this
|
/bionic/linker/ |
D | linker.cpp | 1265 soinfo** found, SymbolName& symbol_name, in ElfW() 1282 *found = current_soinfo; in ElfW() 1295 soinfo** found, 1301 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, in ElfW() 1311 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW() 1315 return dlsym_handle_lookup(si, nullptr, found, symbol_name, vi); in ElfW() 1326 soinfo** found, in ElfW() 1359 *found = si; in ElfW() 1370 (handle == RTLD_NEXT) ? caller : nullptr, found, symbol_name, vi); in ElfW() 1375 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW() [all …]
|
/bionic/libc/stdio/ |
D | stdio.cpp | 137 goto found; in __sfp() 148 found: in __sfp()
|