HomeSort by relevance Sort by last modified time
    Searched full:android_host_out (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/selinux/prebuilts/bin/
audit2allow 3 if [ -z "${ANDROID_HOST_OUT}" ]; then
4 echo 'ANDROID_HOST_OUT not set. Have you run lunch?'
9 elif [ ! -f "$ANDROID_HOST_OUT/lib64/libselinux.so" ]; then
10 echo "Cannot find $ANDROID_HOST_OUT/lib64/libselinux.so"
17 export LD_PRELOAD=$ANDROID_HOST_OUT/lib64/libselinux.so
audit2why 3 if [ -z "${ANDROID_HOST_OUT}" ]; then
4 echo 'ANDROID_HOST_OUT not set. Have you run lunch?'
9 elif [ ! -f "$ANDROID_HOST_OUT/lib64/libselinux.so" ]; then
10 echo "Cannot find $ANDROID_HOST_OUT/lib64/libselinux.so"
17 export LD_PRELOAD=$ANDROID_HOST_OUT/lib64/libselinux.so
  /frameworks/rs/rsov/compiler/tests/
lit.cfg 17 ANDROID_HOST_OUT = os.getenv("ANDROID_HOST_OUT")
19 if not ANDROID_HOST_OUT:
27 config.test_exec_root = os.path.join(ANDROID_HOST_OUT, 'tests', 'rs2spirv')
29 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),])
  /external/icu/tools/
i18nutil.py 23 value = os.environ.get('ANDROID_HOST_OUT')
25 print "ANDROID_HOST_OUT not defined: run envsetup.sh / lunch"
27 CheckDirExists(value, '$ANDROID_HOST_OUT')
  /external/vogar/bin/
vogar-android 16 if [ -z "$ANDROID_HOST_OUT" ] ; then
17 ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x86
20 vogar_jar=${ANDROID_HOST_OUT}/framework/vogar.jar
  /packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh 27 java -classpath ${ANDROID_HOST_OUT}/framework/junit-host.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-host.jar:${ANDROID_HOST_OUT}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
  /frameworks/compile/libbcc/tests/libbcc/
lit.cfg 18 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'),
  /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
  /tools/tradefederation/core/
script_help.sh 64 elif [ ! -z "${ANDROID_HOST_OUT}" ]; then
66 # $ANDROID_HOST_OUT/tradefed/
67 if [ -f "${ANDROID_HOST_OUT}/tradefed/tradefed.jar" ]; then
69 TF_PATH="${ANDROID_HOST_OUT}/tradefed/*"
70 TF_JAR_DIR="${ANDROID_HOST_OUT}/tradefed/"
tradefed_win.bat 50 if not "%ANDROID_HOST_OUT%" == "" (
51 if exist "%ANDROID_HOST_OUT%\tradefed\tradefed.jar" (
52 set tf_path="%ANDROID_HOST_OUT%\tradefed\*"
  /art/tools/ahat/
ahat 20 java -jar ${ANDROID_HOST_OUT}/framework/ahat.jar "$@"
  /art/tools/dexfuzz/
dexfuzz 24 java ${DEBUG} -jar ${ANDROID_HOST_OUT}/framework/dexfuzz.jar "$@"
  /external/elfutils/
CleanSpec.mk 51 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libdw_intermediates)
52 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libdwfl_intermediates)
53 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libelf_intermediates)
54 $(call add-clean-step, rm -rf $(ANDROID_HOST_OUT)/obj/STATIC_LIBRARIES/libebl_intermediates)
  /cts/tests/tests/security/tools/
format_cert.sh 8 OPENSSL="$ANDROID_HOST_OUT/bin/openssl"
9 if [ "$ANDROID_HOST_OUT" == "" ]; then
  /cts/
test_defs.sh 19 JAR_DIR=${ANDROID_HOST_OUT}/framework
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.sh 18 LIBDIR=$ANDROID_HOST_OUT/lib64
  /packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh 33 $ANDROID_HOST_OUT/bin/$test_name
  /system/tools/aidl/
runtests.sh 33 ${ANDROID_HOST_OUT}/nativetest64/aidl_unittests/aidl_unittests
  /frameworks/rs/
update_rs_prebuilts.sh 40 # ANDROID_HOST_OUT is where the new prebuilts will be constructed/copied from.
41 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
  /art/test/dexdump/
run-all-tests 41 DEXD="${ANDROID_HOST_OUT}/bin/dexdump2"
46 DEXL="${ANDROID_HOST_OUT}/bin/dexlist"
  /art/tools/
generate-boot-image-profile.sh 60 "$ANDROID_HOST_OUT/bin/profman" --generate-boot-image-profile "--reference-profile-file=$OUT_PROFILE" "${profman_args[@]}"
64 "$ANDROID_HOST_OUT/bin/profman" --dump-classes-and-methods "--profile-file=$OUT_PROFILE" "${jar_args[@]}" > "$OUT_PROFILE.txt"
  /external/vixl/
Android.mk 57 vixl_host_out := $(if $(ANDROID_HOST_OUT), $(ANDROID_HOST_OUT), ../../$(HOST_OUT))
  /frameworks/compile/slang/lit-tests/
lit.cfg 47 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(os.getenv('ANDROID_HOST_OUT'), 'bin')).replace('\\', '/')
48 config.llvm_rs_as = inferTool('llvm-rs-as', 'LLVM_RS_AS', os.path.join(os.getenv('ANDROID_HOST_OUT'), 'bin')).replace('\\', '/')
  /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/avb/test/
libavb_host_symbols_test 38 readelf --symbols --wide "${ANDROID_HOST_OUT}/obj/STATIC_LIBRARIES/libavb_intermediates/libavb.a" | \

Completed in 1472 milliseconds

1 2 3 4 5 6 7 8 910