Searched refs:so (Results 1 – 25 of 102) sorted by relevance
12345
/art/tools/ |
D | buildbot-build.sh | 178 for so in ${implementation_libs[@]}; do 180 …md="cp -p prebuilts/runtime/mainline/platform/impl/$arch32/$so $ANDROID_PRODUCT_OUT/system/lib/$so" 185 …="cp -p prebuilts/runtime/mainline/platform/impl/$arch64/$so $ANDROID_PRODUCT_OUT/system/lib64/$so" 225 for so in $conscrypt_libs; do 226 src="${conscrypt_dir}/${l}/${so}" 227 dst="$ANDROID_PRODUCT_OUT/system/${l}/${so}" 315 heapprofd_client_api.so 316 libEGL.so 317 libGLESv1_CM.so 318 libGLESv2.so [all …]
|
D | public.libraries.buildbot.txt | 1 libbacktrace.so 2 libc.so 3 libc++.so 4 libdl.so 5 libm.so 6 libnativehelper.so
|
/art/ |
D | Android.mk | 516 lib/libadbconnection.so \ 517 lib/libandroidio.so \ 518 lib/libartbase.so \ 519 lib/libart-compiler.so \ 520 lib/libart-dexlayout.so \ 521 lib/libart-disassembler.so \ 522 lib/libartpalette.so \ 523 lib/libart.so \ 524 lib/libbacktrace.so \ 525 lib/libdexfile.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/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/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 | Android.bp | 29 cflags: ["-DLIBNAME=\"libfoo.oem1.so\""], 38 cflags: ["-DLIBNAME=\"libbar.oem1.so\""], 47 cflags: ["-DLIBNAME=\"libfoo.oem2.so\""], 56 cflags: ["-DLIBNAME=\"libbar.oem2.so\""], 65 cflags: ["-DLIBNAME=\"libfoo.product1.so\""], 75 cflags: ["-DLIBNAME=\"libbar.product1.so\""],
|
D | public.libraries-product1.txt | 1 libfoo.product1.so 2 libbar.product1.so
|
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
|
/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/simple-profile/ |
D | README.md | 23 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libsimpleprofiled.so=/pro… 26 * If using `libartd.so`, make sure to use the debug version of jvmti. 32 % adb push $OUT/system/lib64/libsimpleprofileds.so /data/local/tmp/libsimpleprofileds.so 34 blueline:/data/data/com.google.android.apps.maps # cp /data/local/tmp/libsimpleprofileds.so . 37 … # cmd activity attach-agent com.google.android.apps.maps $PWD/libsimpleprofileds.so=$PWD/maps.json 47 > `java '-agentpath:libsimpleprofiled.so=/proc/self/fd/2,dump_on_main_stop' -cp tmp/helloworld/c… 52 …% ./test/run-test --64 --host --dev --with-agent $ANDROID_HOST_OUT/lib64/libsimpleprofiled.so=dump…
|
/art/test/909-attach-agent/ |
D | run | 17 plugin=libopenjdkjvmtid.so 18 agent=libtiagentd.so 20 agent=libtiagent.so 21 plugin=libopenjdkjvmti.so
|
/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 I18n 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/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/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/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/enable-vlog/ |
D | README.md | 84 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libenablevlog.so=class,pr… 87 * If using `libartd.so`, make sure to use the debug version of jvmti. 91 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libenablevlog.so /data/local/tmp/` 93 > `adb shell am start-activity --attach-agent /data/local/tmp/libenablevlog.so=class,jit some.de…
|
/art/test/900-hello-plugin/ |
D | run | 17 plugin=libartagentd.so 19 plugin=libartagent.so
|
/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/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`
|
/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.
|
12345