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

  /art/tools/dexfuzz/
dexfuzz 24 java ${DEBUG} -jar ${ANDROID_HOST_OUT}/framework/dexfuzz.jar "$@"
  /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
  /development/scripts/
acov 34 find $ANDROID_HOST_OUT \( -name '*.gcda' -o -name '*.gcno' \) -delete
40 if [ -d "$ANDROID_HOST_OUT" ]; then
41 find $ANDROID_HOST_OUT -name '*.gcda' -delete
62 ANDROID_OUT=$ANDROID_HOST_OUT
  /packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh 33 $ANDROID_HOST_OUT/bin/$test_name
  /cts/hostsidetests/theme/
generate_images.sh 40 themeApkPath="$ANDROID_HOST_OUT/cts/android-cts/repository/testcases/CtsThemeDeviceApp.apk"
  /cts/tests/tests/security/tools/
format_cert.sh 8 OPENSSL="$ANDROID_HOST_OUT/bin/openssl"
9 if [ "$ANDROID_HOST_OUT" == "" ]; then
  /prebuilts/clang/linux-x86/host/3.6/
update-sanitizers.sh 8 OBJ32=${ANDROID_HOST_OUT}/obj32/STATIC_LIBRARIES
9 OBJ64=${ANDROID_HOST_OUT}/obj/STATIC_LIBRARIES
update.sh 11 cp -a `find ${ANDROID_HOST_OUT}/bin -name $file` $b
18 cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
19 cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib64/
  /prebuilts/clang/darwin-x86/host/3.6/
update.sh 11 cp -a `find ${ANDROID_HOST_OUT}/bin -name $file` $b
18 cp -a ${ANDROID_HOST_OUT}/lib/libc++.dylib lib/
19 cp -a ${ANDROID_HOST_OUT}/lib64/libc++.dylib lib64/
  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 26 JAR_DIR=${ANDROID_HOST_OUT}/framework
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.sh 18 LIBDIR=$ANDROID_HOST_OUT/lib64
  /cts/tools/tradefed-host/etc/
cts-tradefed 65 if [ ! -z "${ANDROID_HOST_OUT}" ]; then
66 CTS_ROOT=${ANDROID_HOST_OUT}/cts
  /cts/common/host-side/scripts/
compatibility-tests_v2 24 HOST_JAR_DIR=${ANDROID_HOST_OUT}/framework
  /art/test/118-noimage-dex2oat/
run 35 framework="${ANDROID_HOST_OUT}/framework"
  /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.
  /frameworks/rs/
update_rs_prebuilts.sh 46 # ANDROID_HOST_OUT is where the new prebuilts will be constructed/copied from.
47 ANDROID_HOST_OUT=$MY_ANDROID_DIR/out/host/$SHORT_OSNAME-x86/
50 HOST_LIB_DIR=$ANDROID_HOST_OUT/lib
53 HOST_LIB64_DIR=$ANDROID_HOST_OUT/lib64
190 cp $ANDROID_HOST_OUT/bin/$a tools/$SHORT_OSNAME/bin
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 66 $ANDROID_HOST_OUT/bin/$host_test_name
  /art/test/
run-test 416 # ANDROID_HOST_OUT is not set in a build environment.
417 if [ -z "$ANDROID_HOST_OUT" ]; then
418 export ANDROID_HOST_OUT=$ANDROID_BUILD_TOP/out/host/linux-x86
420 run_args="${run_args} --boot ${ANDROID_HOST_OUT}/framework/core${image_suffix}${pic_image_suffix}.art"
421 run_args="${run_args} --runtime-option -Djava.library.path=${ANDROID_HOST_OUT}/lib${suffix64}"
434 run_args="${run_args} --runtime-option -Djava.library.path=${ANDROID_HOST_OUT}/lib64"
443 framework="${ANDROID_HOST_OUT}/framework"
  /art/test/etc/
run-test-jar 96 ANDROID_ROOT="$ANDROID_HOST_OUT"
293 ulimit -S $(du -c -B512 ${ANDROID_HOST_OUT}/framework | tail -1 | cut -f1) || exit 1
  /development/testrunner/test_defs/
native_test.py 178 $ANDROID_HOST_OUT/bin.
  /external/parameter-framework/tools/xmlGenerator/
hostDomainGenerator.sh 76 HostRoot="$ANDROID_HOST_OUT"
  /build/
envsetup.sh 213 unset ANDROID_HOST_OUT
214 export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT)
    [all...]

Completed in 757 milliseconds