Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 20 of 20) sorted by relevance

/art/tools/cpp-define-generator/
Dgenerate-asm-support6 [[ -z ${ANDROID_BUILD_TOP+x} ]] && (echo "Run source build/envsetup.sh first" >&2 && exit 1)
8 cpp-define-generator-data > ${ANDROID_BUILD_TOP}/art/runtime/generated/asm_support_gen.h
Dpresubmit-check-files-up-to-date25 if [[ -z $ANDROID_BUILD_TOP ]]; then
/art/test/952-invoke-custom/generator/
Dbuild-test.sh43 if [ "x$ANDROID_BUILD_TOP" = "x" ]; then
67 …ck -g -cp $ANDROID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_i…
69 …ck -g -cp $ANDROID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_i…
/art/
Dtest.py28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable
40 ANDROID_BUILD_TOP,
64 build_command += ' -C ' + ANDROID_BUILD_TOP
/art/test/testrunner/
Drun_build_test_target.py68 build_command += ' -C ' + env.ANDROID_BUILD_TOP
82 os.chdir(env.ANDROID_BUILD_TOP)
96 run_test_command = [os.path.join(env.ANDROID_BUILD_TOP,
Denv.py56 "dump-many-vars DUMP_MANY_VARS=\"%s\"") % (ANDROID_BUILD_TOP, all_vars)
96 ANDROID_BUILD_TOP = _get_android_build_top() variable
231 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP,
Dtestrunner.py157 test_dir = env.ANDROID_BUILD_TOP + '/art/test'
458 run_test_sh = env.ANDROID_BUILD_TOP + '/art/test/run-test'
620 known_failures_file = env.ANDROID_BUILD_TOP + '/art/test/knownfailures.json'
967 build_command += ' -C ' + env.ANDROID_BUILD_TOP
/art/test/969-iface-super/
Dbuild28 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/art/test/960-default-smali/
Dbuild28 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/art/test/
Drun-test77 if [ -z "$ANDROID_BUILD_TOP" ]; then
78 export ANDROID_BUILD_TOP=$oldwd
83 export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x86
101 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;
102 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;
917 $ANDROID_BUILD_TOP/art/tools/bisection_search/bisection_search.py \
/art/tools/golem/
Dbuild-target.sh132 if [[ "x$ANDROID_BUILD_TOP" != "x" ]]; then
133 echo "$ANDROID_BUILD_TOP";
/art/test/961-default-iface-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/964-default-iface-init-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/970-iface-super-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/build/
DAndroid.common.mk40 GCOV_PREFIX_STRIP := $(shell echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l)
DAndroid.cpplint.mk21 ART_CPPLINT_FLAGS := --quiet --root=$(ANDROID_BUILD_TOP)
DAndroid.common_test.mk29 ART_HOST_TEST_DIR := /tmp/test-art-$(shell echo ${ANDROID_BUILD_TOP}-${USER} | sum | cut -d ' ' -f1)
/art/tools/
Drun-jdwp-tests.sh23 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
Dart97 1) Not having core.art available (see $ANDROID_BUILD_TOP/art/Android.mk).
99 …2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)
/art/test/etc/
Drun-test-jar774 cd $ANDROID_BUILD_TOP