Home
last modified time | relevance | path

Searched refs:search (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dsearch_test.cpp27 TEST(search, lfind_lsearch) { in TEST() argument
80 TEST(search, tfind_tsearch_twalk_tdestroy) { in TEST() argument
119 TEST(search, tdestroy_null) { in TEST() argument
133 TEST(search, tdelete) { in TEST() argument
154 TEST(search, insque_remque) { in TEST() argument
225 TEST(search, hcreate_hsearch_hdestroy) { in TEST() argument
262 TEST(search, hcreate_r_hsearch_r_hdestroy_r) { in TEST() argument
296 TEST(search, hsearch_resizing) { in TEST() argument
/bionic/linker/
Dld.config.format.md52 # Default namespace search path. Note that ${LIB} here is substituted with "lib" for 32bit targets
54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB}
57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
74 namespace.ns1.search.paths = /vendor/${LIB}
75 namespace.ns1.asan.search.paths = /data/vendor/${LIB}
/bionic/libc/tools/
Dgenfunctosyscallnrs.py60 m = re.search(r"libseccomp_gen_syscall_nrs_([^/]+)", filename)
Dgenseccomp.py311 m = re.search(r"libseccomp_gen_syscall_nrs_([^/]+)", filename)
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py71 m = re.search(r'\(SONAME\)\s+Library soname: \[(.+)\]$', line)
85 m = re.search(r'\(NEEDED\)\s+Shared library: \[(.+)\]$', line)
/bionic/libc/kernel/tools/
Dclean_header.py97 m = re.search(r"(^|/)asm-([\w\d_\+\.\-]+)/.*", rel_path)
Dupdate_all.py100 m = re.search(pattern, line)
/bionic/
Dandroid-changes-for-ndk-developers.md43 on the dynamic linker's search path. This meant that apps
60 ## Changes to library search order
62 We have made various fixes to library search order when resolving symbols.
67 Before API level 23, the default search order was to try the main executable,
85 on its search path.
113 is the first release where search by soname is implemented. Earlier
115 and used that to search for already-loaded libraries. For example,
/bionic/docs/
Dstatus.md150 * `hcreate`/`hcreate_r`/`hdestroy`/`hdestroy_r`/`hsearch`/`hsearch_r` (completing <search.h>)
242 * <search.h> `insque`, `remque`, `lfind`, `lsearch`, `twalk`.
279 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
329 doubt, search the source for `android_get_application_target_sdk_version()`.)
Delf-tls.md216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error]
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
Dclang_fortify_anatomy.md686 corresponding `@llvm.objectsize` call to, they search for the storage underlying
/bionic/libc/malloc_hooks/
DREADME.md109 For example, to enable malloc hooks for the google search box:
/bionic/tests/libs/
DAndroid.bp573 // the search paths.
576 // libraries is outside of the search paths.
/bionic/libc/malloc_debug/
DREADME.md743 For example, to enable malloc debug for the google search box (Android O or later):