Home
last modified time | relevance | path

Searched refs:ANDROID_HOST_OUT (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/build/soong/python/tests/
H A Druntest.sh21 if [ -z $ANDROID_HOST_OUT ]; then
26 if [[ ( ! -f $ANDROID_HOST_OUT/nativetest64/par_test/par_test ) ||
28 ( ! -f $ANDROID_HOST_OUT/bin/py2-cmd ) ||
29 ( ! -f $ANDROID_HOST_OUT/bin/py3-cmd )]]; then
34 export LD_LIBRARY_PATH=$ANDROID_HOST_OUT/lib64
39 PYTHONHOME=/usr $ANDROID_HOST_OUT/nativetest64/par_test/par_test
40 PYTHONPATH=/usr $ANDROID_HOST_OUT/nativetest64/par_test/par_test
45 PYTHONHOME=/usr $ANDROID_HOST_OUT/nativetest64/par_test3/par_test3
46 PYTHONPATH=/usr $ANDROID_HOST_OUT/nativetest64/par_test3/par_test3
52 PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py2-cmd py-cmd_test.py
[all …]
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
H A Dtest-dicttool.sh27 java -classpath ${ANDROID_HOST_OUT}/framework/junit-host.jar:${ANDROID_HOST_OUT}/framework/dicttool…
28 java -classpath ${ANDROID_HOST_OUT}/framework/junit-host.jar:${ANDROID_HOST_OUT}/framework/dicttool…
/aosp12/art/build/apex/
H A Druntests.sh42 [[ -n "$ANDROID_HOST_OUT" ]] || setup_die
59 if [ ! -e "$ANDROID_HOST_OUT/bin/deapexer" -o ! -e "$ANDROID_HOST_OUT/bin/debugfs_static" ] ; then
180 apex_path="$ANDROID_HOST_OUT/apex/${apex_module}.zipapex"
196 art_apex_test_args="$art_apex_test_args --deapexer $ANDROID_HOST_OUT/bin/deapexer"
197 art_apex_test_args="$art_apex_test_args --debugfs $ANDROID_HOST_OUT/bin/debugfs_static"
/aosp12/frameworks/compile/libbcc/tests/libbcc/
H A Dlit.cfg18 ANDROID_HOST_OUT = os.getenv("ANDROID_HOST_OUT")
21 if not ANDROID_HOST_OUT or not ANDROID_PRODUCT_OUT:
28 config.test_exec_root = os.path.join(ANDROID_HOST_OUT, 'tests', 'libbcc')
30 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),
31 os.path.join(ANDROID_HOST_OUT, 'lib64'),
/aosp12/art/tools/
H A Dbuildbot-build.sh143 if [[ -z "${ANDROID_HOST_OUT}" ]]; then
145 ANDROID_HOST_OUT=$out_dir/host/linux-x86
149 debugfs=$ANDROID_HOST_OUT/bin/debugfs_static
157 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
356 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
357 …$ANDROID_HOST_OUT/bin/conv_linker_config append -s $system_linker_config_pb -o $system_linker_conf…
368 …$ANDROID_HOST_OUT/bin/linkerconfig --target $linkerconfig_out --root $linkerconfig_root --vndk $pl…
H A Drun-prebuilt-libjdwp-tests.sh80 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so"
83 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so"
85 wrapper=$ANDROID_HOST_OUT/lib64/${wrapper_name}.so
H A Drun-jdwp-tests.sh25 if [ -z "$ANDROID_HOST_OUT" ] ; then
26 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
33 java_lib_location="${ANDROID_HOST_OUT}/../common/obj/JAVA_LIBRARIES"
121 echo "ANDROID_HOST_OUT=${ANDROID_HOST_OUT}"
124 … boot_classpath="$(boot_classpath_arg ${ANDROID_HOST_OUT}/framework -hostdex $BOOT_CLASSPATH_JARS)"
H A Dbuildbot-sync.sh93 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $ANDROID_HOST_OUT/bin/debugfs_static \
/aosp12/art/tools/veridex/
H A Dappcompat.sh57 if [[ -z "${ANDROID_HOST_OUT}" ]]; then
58 ANDROID_HOST_OUT=${OUT}/host/linux-x86
78 ${ANDROID_HOST_OUT}/bin/veridex \
/aosp12/art/tools/jvmti-agents/jit-load/
H A DREADME.md13 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/li…
20 > `art -d -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so -agentpath:$ANDROID_HOST_OUT/lib6…
/aosp12/art/test/etc/
H A Drun-test-jar262 ANDROID_ROOT="${ANDROID_HOST_OUT}"
263 ANDROID_ART_ROOT="${ANDROID_HOST_OUT}/com.android.art"
264 ANDROID_I18N_ROOT="${ANDROID_HOST_OUT}/com.android.i18n"
265 ANDROID_TZDATA_ROOT="${ANDROID_HOST_OUT}/com.android.tzdata"
619 ARGS="${ARGS} ${ANDROID_HOST_OUT}/${TEST_DIRECTORY}/"
634 FLAGS="${FLAGS} -agentpath:${ANDROID_HOST_OUT}/nativetest64/${agent}=${TEST_NAME},jvm"
665 FLAGS="${FLAGS} -agentpath:${ANDROID_HOST_OUT}/nativetest64/${agent}=${agent_args}"
672 export LD_LIBRARY_PATH=${ANDROID_HOST_OUT}/lib64
705 bpath_prefix="${ANDROID_HOST_OUT}"
711 echo "ANDROID_HOST_OUT=${ANDROID_HOST_OUT}"
[all …]
/aosp12/system/bt/gd/fuzz/
H A Drun7 if [[ -z "${ANDROID_HOST_OUT}" ]]; then
33 …ui.bash --build-mode --"all-modules" --dir="$(pwd)" $TEST_NAME && ${ANDROID_HOST_OUT}/fuzz/$HOST_A…
/aosp12/system/libhidl/vintfdata/
H A Dfreeze.sh17 [[ "${ANDROID_HOST_OUT}" ]] || {
32 …"${ANDROID_HOST_OUT}/bin/vintffm" --update --level "${level}" --dirmap "/system:${ANDROID_PRODUCT_…
/aosp12/frameworks/rs/
H A Dupdate_rs_prebuilts.sh41 ANDROID_HOST_OUT=$MY_ANDROID_DIR/out/host/$SHORT_OSNAME-x86/
44 HOST_LIB_DIR=$ANDROID_HOST_OUT/lib
47 HOST_LIB64_DIR=$ANDROID_HOST_OUT/lib64
239 cp $ANDROID_HOST_OUT/bin/$a tools/$SHORT_OSNAME/bin
/aosp12/system/libufdt/tests/
H A DverifyDTBO.sh3 if [ -z "${ANDROID_HOST_OUT}" ]; then
8 ANDROID_HOST_BIN_LOCATION=${ANDROID_HOST_OUT}/bin
H A Dapply_verify_multiple_overlay.sh3 if [ -z "${ANDROID_HOST_OUT}" ]; then
14 ANDROID_HOST_BIN_LOCATION=${ANDROID_HOST_OUT}/bin
/aosp12/art/test/
H A Drun-test87 if [ -z "$ANDROID_HOST_OUT" ]; then
88 export ANDROID_HOST_OUT=${OUT_DIR}/host/linux-x86
91 host_lib_root=${ANDROID_HOST_OUT}
117 export HIDDENAPI="${ANDROID_HOST_OUT}/bin/hiddenapi"
685 run_args+=(--boot "${ANDROID_HOST_OUT}/apex/art_boot_images/javalib/boot.art")
703 …run_args+=(--runtime-option "-Djava.library.path=${ANDROID_HOST_OUT}/lib64:${ANDROID_HOST_OUT}/nat…
/aosp12/art/test/dexdump/
H A Drun-all-tests41 DEXDUMP="${ANDROID_HOST_OUT}/bin/dexdump"
42 DEXLIST="${ANDROID_HOST_OUT}/bin/dexlist"
/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A DREADME.md15 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/li…
/aosp12/art/tools/jvmti-agents/titrace/
H A DREADME.md12 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/li…
17 > `java -agentpath:$ANDROID_HOST_OUT/lib64/libtitrace.so helloworld`
/aosp12/frameworks/av/media/codecs/g711/fuzzer/
H A DREADME.md43 $ $ANDROID_HOST_OUT/fuzz/x86_64/g711alaw_dec_fuzzer/g711alaw_dec_fuzzer CORPUS_DIR
44 $ $ANDROID_HOST_OUT/fuzz/x86_64/g711mlaw_dec_fuzzer/g711mlaw_dec_fuzzer CORPUS_DIR
/aosp12/art/tools/jvmti-agents/chain-agents/
H A DREADME.md21 > `art -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so -agentpath:$ANDROID_HOST_OUT/lib64/li…
/aosp12/art/tools/ahat/
H A Dahat20 java -jar ${ANDROID_HOST_OUT}/framework/ahat.jar "$@"
/aosp12/art/tools/dexfuzz/
H A Ddexfuzz24 java ${DEBUG} -jar ${ANDROID_HOST_OUT}/framework/dexfuzz.jar "$@"
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md51 $ $ANDROID_HOST_OUT/fuzz/x86_64/mpeg4_dec_fuzzer/mpeg4_dec_fuzzer CORPUS_DIR
52 $ $ANDROID_HOST_OUT/fuzz/x86_64/h263_dec_fuzzer/h263_dec_fuzzer CORPUS_DIR
152 $ $ANDROID_HOST_OUT/fuzz/x86_64/mpeg4_enc_fuzzer/mpeg4_enc_fuzzer CORPUS_DIR
153 $ $ANDROID_HOST_OUT/fuzz/x86_64/h263_enc_fuzzer/h263_enc_fuzzer CORPUS_DIR

123