Lines Matching refs:all
41 had to call `dlopen` or `System.loadLibrary` on all transitive
53 simply link all of your code into one big library and sidestep the details of
54 library and symbol lookup changes on all past (and future) Android versions.
67 group. The global group is shared by all libraries and contains the main
158 will all work exactly the same.
164 Compatibility Test Suite (CTS) that all Android devices must pass. They
319 *Resolution*: make sure all required libraries are referenced by SONAME
420 whole system by using the `debug.ld.all` system property instead of
421 app-specific one. For example, to enable logging of all dlopen(3)
422 (and thus dclose(3)) calls, and all failures, but not dlsym(3) calls:
424 adb shell setprop debug.ld.all dlerror,dlopen
446 ## Use of IFUNC in libc (True for all API levels on devices running Q)
451 rather than at build time. This lets us use the same `libc.so` on all
454 level an app targets, so all code sees the new IFUNC-using C library.