Searched refs:so (Results 1 – 25 of 102) sorted by relevance
12345
/art/tools/ |
D | buildbot-build.sh | 243 for so in ${implementation_libs[@]}; do 245 … -p prebuilts/runtime/mainline/platform/impl/$arch32/${so}.so $ANDROID_PRODUCT_OUT/system/lib/${so… 250 …-p prebuilts/runtime/mainline/platform/impl/$arch64/${so}.so $ANDROID_PRODUCT_OUT/system/lib64/${s… 290 for so in $conscrypt_libs; do 291 src="${conscrypt_dir}/${l}/${so}" 292 dst="$ANDROID_PRODUCT_OUT/system/${l}/${so}" 385 heapprofd_client_api.so 386 libEGL.so 387 libGLESv1_CM.so 388 libGLESv2.so [all …]
|
D | public.libraries.buildbot.txt | 1 libc.so 2 libc++.so 3 libdl.so 4 libm.so 5 libnativehelper.so 6 libunwindstack.so
|
D | run-prebuilt-libjdwp-tests.sh | 30 jdwp_path=${ANDROID_JAVA_HOME}/jre/lib/amd64/libjdwp.so 85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
|
D | run-libjdwp-tests.sh | 148 args+=(-Xplugin:libopenjdkjvmtid.so) 150 args+=(-Xplugin:libopenjdkjvmti.so)
|
/art/ |
D | Android.mk | 343 lib/libadbconnection.so \ 344 lib/libandroidio.so \ 345 lib/libartbase.so \ 346 lib/libart-dexlayout.so \ 347 lib/libart-disassembler.so \ 348 lib/libartpalette.so \ 349 lib/libart.so \ 350 lib/libdexfile.so \ 351 lib/libdt_fd_forward.so \ 352 lib/libdt_socket.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/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/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/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/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/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/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/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/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/test/800-smali/smali/ |
D | b_21869691A.smali | 6 # so we can construct a class hierarchy that would have a surprising result: 20 # in C, but in the interface table, so we will find an interface method and pass ICCE checks. 23 # method. In this test, this is done in A (A < B, so processed first). The "real" call is in B.
|
/art/build/ |
D | Android.common_path.mk | 80 …IES += $(foreach lib,$(ART_HOST_CORE_SHARED_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so) 81 …ES += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_HOST_OUT_SHARED_LIBRARIES)/$(lib).so) 87 …CIES := $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so) 89 … += $(foreach lib,$(ART_CORE_SHARED_DEBUG_LIBRARIES), $(2ND_TARGET_OUT_SHARED_LIBRARIES)/$(lib).so)
|
D | Android.gtest.mk | 32 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib).so \ 33 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib).so) \ 35 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib)-host.so \ 36 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib)-host.so)
|
/art/test/1982-no-virtuals-structural-redefinition/ |
D | info.txt | 2 fields and methods so long as the target does not have any.
|
/art/test/2033-shutdown-mechanics/ |
D | info.txt | 2 in native code, the JNI environment is suitably adjusted so that we
|
12345