Home
last modified time | relevance | path

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

12345

/art/tools/
Dbuildbot-build.sh243 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 …]
Dpublic.libraries.buildbot.txt1 libc.so
2 libc++.so
3 libdl.so
4 libm.so
5 libnativehelper.so
6 libunwindstack.so
Drun-prebuilt-libjdwp-tests.sh30 jdwp_path=${ANDROID_JAVA_HOME}/jre/lib/amd64/libjdwp.so
85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
Drun-libjdwp-tests.sh148 args+=(-Xplugin:libopenjdkjvmtid.so)
150 args+=(-Xplugin:libopenjdkjvmti.so)
/art/
DAndroid.mk343 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/
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/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/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/simple-profile/
DREADME.md23 > `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/
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 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/
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/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/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/enable-vlog/
DREADME.md84 > `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/
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/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/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`
/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/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/test/800-smali/smali/
Db_21869691A.smali6 # 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/
DAndroid.common_path.mk80 …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)
DAndroid.gtest.mk32 $(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/
Dinfo.txt2 fields and methods so long as the target does not have any.
/art/test/2033-shutdown-mechanics/
Dinfo.txt2 in native code, the JNI environment is suitably adjusted so that we

12345