Searched refs:so (Results 1 – 25 of 91) sorted by relevance
1234
/art/ |
D | Android.mk | 487 lib/bootstrap/libc.so \ 488 lib/bootstrap/libm.so \ 489 lib/bootstrap/libdl.so \ 490 lib/bootstrap/libdl_android.so \ 491 lib64/bootstrap/libc.so \ 492 lib64/bootstrap/libm.so \ 493 lib64/bootstrap/libdl.so \ 494 lib64/bootstrap/libdl_android.so \ 505 lib/libadbconnectiond.so \ 506 lib/libadbconnection.so \ [all …]
|
/art/test/115-native-bridge/ |
D | run | 19 BRIDGE_SO=libnativebridgetestd.so 21 BRIDGE_SO=libnativebridgetest.so 29 touch libarttest.so 30 touch libarttestd.so 31 touch libinvalid.so 32 ln -sf ${LIBPATH}/libarttest.so libarttest2.so 33 ln -sf ${LIBPATH}/libarttestd.so libarttestd2.so
|
/art/tools/ |
D | public.libraries.buildbot.txt | 1 libbacktrace.so 2 libc.so 3 libc++.so 4 libdl.so 5 libm.so 6 libnativehelper.so
|
D | buildbot-build.sh | 153 for so in $conscrypt_libs; do 154 src="${conscrypt_apex}/${l}/${so}" 155 dst="$ANDROID_PRODUCT_OUT/system/${l}/${so}"
|
/art/build/apex/ |
D | ld.config.txt | 20 namespace.default.link.adbd.shared_libs = libadbconnection_client.so 56 # Need allow_all_shared_libs because libart.so can dlopen oat files in 61 namespace.art.link.neuralnetworks.shared_libs = libneuralnetworks.so 62 namespace.art.link.adbd.shared_libs = libadbconnection_client.so 79 namespace.system.link.art.shared_libs = libandroidicu.so 80 namespace.system.link.art.shared_libs += libdexfile_external.so 81 namespace.system.link.art.shared_libs += libdexfiled_external.so 82 # TODO(b/120786417 or b/134659294): libicuuc.so and libicui18n.so are kept for app compat. 83 namespace.system.link.art.shared_libs += libicui18n.so 84 namespace.system.link.art.shared_libs += libicuuc.so [all …]
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 13 …t -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libjitloa… 16 * If using `libartd.so`, make sure to use the debug version of jvmti and agent. 20 …-Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so -agentpath:$ANDROID_HOST_OUT/lib64/libjitload… 24 > `./test/run-test --host --with-agent libtitraced.so=fatal 001-HelloWorld` 30 killed, so we need to manually print the results.
|
/art/test/909-attach-agent/ |
D | run | 17 plugin=libopenjdkjvmtid.so 18 agent=libtiagentd.so 20 agent=libtiagent.so 21 plugin=libopenjdkjvmti.so
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 12 …t -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libtitrac… 15 * If using `libartd.so`, make sure to use the debug version of jvmti. 17 > `java -agentpath:$ANDROID_HOST_OUT/lib64/libtitrace.so helloworld` 36 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libtitrace.so /data/local/tmp` 40 ….orm_benchmark 'cp /data/local/tmp/libtitrace.so /data/data/com.littleinc.orm_benchmark/files/libt… 47 > `adb shell am start --attach-agent /data/data/com.littleinc.orm_benchmark/files/libtitrace.so com… 54 …ent $(pid com.littleinc.orm_benchmark) /data/data/com.littleinc.orm_benchmark/files/libtitrace.so` 57 …mally exists. In the case of Android applications, they are always killed, so we need to manually …
|
/art/libnativeloader/test/ |
D | public.libraries-oem2.txt | 1 libfoo.oem2.so 2 libbar.oem2.so
|
D | public.libraries-oem1.txt | 1 libfoo.oem1.so 2 libbar.oem1.so
|
D | public.libraries-product1.txt | 1 libfoo.product1.so 2 libbar.product1.so
|
D | Android.bp | 20 cflags: ["-DLIBNAME=\"libfoo.oem1.so\""], 29 cflags: ["-DLIBNAME=\"libbar.oem1.so\""], 38 cflags: ["-DLIBNAME=\"libfoo.oem2.so\""], 47 cflags: ["-DLIBNAME=\"libbar.oem2.so\""], 56 cflags: ["-DLIBNAME=\"libfoo.product1.so\""], 66 cflags: ["-DLIBNAME=\"libbar.product1.so\""],
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | README.md | 15 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libdumpjvmti.so' -cp tmp/… 19 * If using `libartd.so`, make sure to use the debug version of jvmti. 23 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libdumpjvmti.so /data/local/tmp/` 25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap…
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 22 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libfieldnull.so=Lname/of/… 25 * If using `libartd.so`, make sure to use the debug version of jvmti. 29 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libfieldnulls.so /data/local/tmp/` 31 > `adb shell am start-activity --attach-agent '/data/local/tmp/libfieldnulls.so=Ljava/lang/Class… 34 > `java '-agentpath:libfieldnull.so=Lname/of/class;.nameOfField:Ltype/of/field;' -cp tmp/hellowo… 39 killed, so we need to manually print the results.
|
/art/libnativeloader/ |
D | README.md | 6 libnativeloader is responsible for loading native shared libraries (`*.so` 8 app-provided JNI libraries or public native libraries like `libc.so` provided 21 configured so that only the JNI libraries embedded in the APK is accessible 36 have their own linker namespaces. For example, ICU libraries `libicuuc.so` and 37 `libicui18n.so` are from the runtime APEX. 47 libraries should be named as `lib<name>.<companyname>.so` as in 48 `libFoo.acme.so`. 50 Note that, due to the naming constraint requiring `.<companyname>.so` suffix, it 52 library, e.g. libgui.so, libart.so, etc., to APKs. 55 dynamic linker interface: `libdl.so` and `libnativebridge.so`. The former is [all …]
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 21 …-Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libchainage… 24 * If using `libartd.so`, make sure to use the debug version of jvmti. 34 /data/data/com.android.launcher3/code_cache/libtifast32.so=ClassLoad 35 /data/data/com.android.launcher3/code_cache/libtifast64.so=ClassLoad
|
/art/test/900-hello-plugin/ |
D | run | 17 plugin=libartagentd.so 19 plugin=libartagent.so
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 18 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libforceredefine.so /data/local/tmp/` 24 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas… 28 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas… 29 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas… 30 …nt $(adb shell pidof some.deubggable.app) /data/local/tmp/libforceredefine.so=/data/local/tmp/clas…
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 24 art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libfieldcount.so=Ljava/lang/Cla… 28 * If using `libartd.so`, make sure to use the debug version of jvmti. 33 adb push $ANDROID_PRODUCT_OUT/system/lib64/libfieldcounts.so /data/local/tmp/ 35 adb shell am start-activity --attach-agent '/data/local/tmp/libfieldcounts.so=Ljava/lang/Class;.ext… 39 > `java '-agentpath:libfieldcount.so=Lname/of/class;.nameOfField:Ltype/of/field;' -cp tmp/hellow… 44 killed, so we need to manually print the results.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 35 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libbreakpointlogger.so=Lc… 38 * If using `libartd.so`, make sure to use the debug version of jvmti. 41 > `java '-agentpath:libbreakpointlogger.so=Lclass/Name;->methodName()V@0' -cp tmp/helloworld/cla… 46 …% ./test/run-test --host --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/Strin… 51 …% ./test/run-test --jvm --dev --with-agent 'libbreakpointlogger.so=LMain;->main([Ljava/lang/String…
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 100 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libtifast.so=MethodEntry'… 103 * If using `libartd.so`, make sure to use the debug version of jvmti. 107 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libtifast.so /data/local/tmp/` 109 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep… 112 > `java '-agentpath:libtifast.so=MethodEntry' -cp tmp/helloworld/classes helloworld`
|
/art/test/etc/ |
D | run-test-jar | 588 plugin=libopenjdkjvmtid.so 590 plugin=libopenjdkjvmti.so 607 agent=libtiagentd.so 610 agent=libtiagent.so 630 agent=libtistressd.so 632 agent=libtistress.so 1099 PUBLIC_LIBS=libc++.so:libbacktrace.so:libbase.so:libnativehelper.so 1101 PUBLIC_LIBS=$PUBLIC_LIBS:libart.so:libdexfile.so:libprofile.so:libartbase.so 1103 PUBLIC_LIBS=$PUBLIC_LIBS:libartd.so:libdexfiled.so:libprofiled.so:libartbased.so
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 15 …ugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/libwrapagentpro… 18 * If using `libartd.so`, make sure to use the debug version of jvmti.
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 67 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libtiallocsample.so=100' … 70 * If using `libartd.so`, make sure to use the debug version of jvmti. 74 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libtiallocsample.so /data/local/tmp/` 76 > `adb shell am start-activity --attach-agent /data/local/tmp/libtiallocsample.so=100 some.debug… 79 > `java '-agentpath:libtiallocsample.so=MethodEntry' -cp tmp/helloworld/classes helloworld`
|
/art/tools/jvmti-agents/list-extensions/ |
D | README.md | 14 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:liblistextensions.so' -cp… 47 * If using `libartd.so`, make sure to use the debug version of jvmti. 51 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/liblistextensions.so /data/local/tmp/` 53 > `adb shell am start-activity --attach-agent /data/local/tmp/liblistextensions.so some.debuggab… 56 > `java -agentpath:liblistextensions.so -cp tmp/helloworld/classes helloworld`
|
1234