Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 91) sorted by relevance

1234

/art/
DAndroid.mk487 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/
Drun19 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/
Dpublic.libraries.buildbot.txt1 libbacktrace.so
2 libc.so
3 libc++.so
4 libdl.so
5 libm.so
6 libnativehelper.so
Dbuildbot-build.sh153 for so in $conscrypt_libs; do
154 src="${conscrypt_apex}/${l}/${so}"
155 dst="$ANDROID_PRODUCT_OUT/system/${l}/${so}"
/art/build/apex/
Dld.config.txt20 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/
DREADME.md13 …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/
Drun17 plugin=libopenjdkjvmtid.so
18 agent=libtiagentd.so
20 agent=libtiagent.so
21 plugin=libopenjdkjvmti.so
/art/tools/jvmti-agents/titrace/
DREADME.md12 …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/
Dpublic.libraries-oem2.txt1 libfoo.oem2.so
2 libbar.oem2.so
Dpublic.libraries-oem1.txt1 libfoo.oem1.so
2 libbar.oem1.so
Dpublic.libraries-product1.txt1 libfoo.product1.so
2 libbar.product1.so
DAndroid.bp20 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/
DREADME.md15 > `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/
DREADME.md22 > `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/
DREADME.md6 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/
DREADME.md21 …-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/
Drun17 plugin=libartagentd.so
19 plugin=libartagent.so
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md18 > `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/
DREADME.md24 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/
DREADME.md35 > `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/
DREADME.md100 > `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/
Drun-test-jar588 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/
DREADME.md15 …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/
DREADME.md67 > `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/
DREADME.md14 > `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