HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_HOST_OUT (Results 1 - 18 of 18) sorted by null

  /packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh 27 java -classpath ${ANDROID_HOST_OUT}/framework/junit.jar:${ANDROID_HOST_OUT}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictEncoderFlattenTreeTests
28 java -classpath ${ANDROID_HOST_OUT}/framework/junit.jar:${ANDROID_HOST_OUT}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
  /art/tools/
art 48 ANDROID_HOST_OUT=$PROG_DIR/..
50 DALVIKVM_EXECUTABLE=$ANDROID_HOST_OUT/bin/dalvikvm
60 LD_LIBRARY_PATH=$ANDROID_HOST_OUT/"$(find_libdir)"
64 ANDROID_ROOT=$ANDROID_HOST_OUT \
67 -Ximage:$ANDROID_HOST_OUT/framework/core.art \
  /art/test/118-noimage-dex2oat/
run 24 BPATH="--runtime-option -Xbootclasspath:$ANDROID_HOST_OUT/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/javalib.jar"
  /cts/tests/tests/security/tools/
format_cert.sh 8 OPENSSL="$ANDROID_HOST_OUT/bin/openssl"
9 if [ "$ANDROID_HOST_OUT" == "" ]; then
  /art/test/etc/
host-run-test-jar 26 exe="${ANDROID_HOST_OUT}/bin/dalvikvm32"
80 exe="${ANDROID_HOST_OUT}/bin/dalvikvm64"
131 export ANDROID_ROOT="${ANDROID_HOST_OUT}"
177 prebuild_cmd="${ANDROID_HOST_OUT}/bin/dex2oatd $COMPILER_FLAGS --instruction-set=$ISA $BUILD_BOOT_OPT --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g")"
  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 26 JAR_DIR=${ANDROID_HOST_OUT}/framework
  /prebuilts/clang/darwin-x86/host/3.5/
update.sh 11 cp -a `find ${ANDROID_HOST_OUT}/bin -name $file` $b
18 cp -a ${ANDROID_HOST_OUT}/lib/libc++.dylib lib/
  /prebuilts/clang/linux-x86/host/3.5/
update.sh 11 cp -a `find ${ANDROID_HOST_OUT}/bin -name $file` $b
18 cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
  /cts/tools/tradefed-host/etc/
cts-tradefed 55 if [ ! -z "${ANDROID_HOST_OUT}" ]; then
56 CTS_ROOT=${ANDROID_HOST_OUT}/cts
  /frameworks/rs/
update_rs_prebuilts.sh 42 # ANDROID_HOST_OUT is where the new prebuilts will be constructed/copied from.
43 ANDROID_HOST_OUT=$MY_ANDROID_DIR/out/host/$SHORT_OSNAME-x86/
46 HOST_LIB_DIR=$ANDROID_HOST_OUT/lib
49 HOST_LIB64_DIR=$ANDROID_HOST_OUT/lib64
165 cp $ANDROID_HOST_OUT/bin/$a tools/$SHORT_OSNAME/
170 cp $ANDROID_HOST_OUT/lib/$a tools/$SHORT_OSNAME/
  /cts/common/host-side/scripts/
compatibility-tests_v2 24 HOST_JAR_DIR=${ANDROID_HOST_OUT}/framework
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 59 $ANDROID_HOST_OUT/bin/$host_test_name
  /development/testrunner/
android_build.py 62 host_out_path = os.getenv("ANDROID_HOST_OUT")
64 logger.Log("Error: ANDROID_HOST_OUT not defined. Please run "
112 Typically $ANDROID_HOST_OUT/bin.
194 Typically $ANDROID_HOST_OUT/framework.
  /external/apache-harmony/jdwp/
Android.mk 14 #jdwp_test_runtime_host := $(ANDROID_HOST_OUT)/bin/art
15 jdwp_test_runtime_host := $(ANDROID_HOST_OUT)/bin/art -d
27 jdwp_test_classpath_host := $(ANDROID_HOST_OUT)/framework/apache-harmony-jdwp-tests-hostdex.jar:$(ANDROID_HOST_OUT)/framework/junit-hostdex.jar
  /art/test/
run-test 257 # ANDROID_BUILD_TOP and ANDROID_HOST_OUT are not set in a build environment.
261 if [ -z "$ANDROID_HOST_OUT" ]; then
262 export ANDROID_HOST_OUT=$ANDROID_BUILD_TOP/out/host/linux-x86
264 run_args="${run_args} --boot -Ximage:${ANDROID_HOST_OUT}/framework/core.art"
265 run_args="${run_args} --runtime-option -Djava.library.path=${ANDROID_HOST_OUT}/lib${suffix64}"
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 87 rm -rf ${ANDROID_HOST_OUT}
  /development/testrunner/test_defs/
native_test.py 178 $ANDROID_HOST_OUT/bin.
  /build/
envsetup.sh 206 unset ANDROID_HOST_OUT
207 export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT)
    [all...]

Completed in 2158 milliseconds