HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_BUILD_TOP (Results 26 - 38 of 38) sorted by null

12

  /cts/tools/signature-tools/
sig-check 57 --from sig ${ANDROID_BUILD_TOP}/cts/tools/signature-tools/spec/android.spec \
61 --out ${ANDROID_BUILD_TOP}/out/delta \
sig-create 57 --out ${ANDROID_BUILD_TOP}/out/dex \
  /dalvik/tests/etc/
host-run-test-jar 121 HOSTBASE="${ANDROID_BUILD_TOP}/out/host"
  /external/chromium_org/build/android/
envsetup.sh 98 elif [[ -z "$ANDROID_BUILD_TOP" || \
  /bootable/recovery/
verifier_test.sh 10 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
  /external/qemu/distrib/
build-kernel.sh 55 CCACHE=${ANDROID_BUILD_TOP:-$(dirname $0)/../../..}/prebuilts/misc/$HOST_TAG/ccache/ccache
194 BUILD_TOP=$ANDROID_BUILD_TOP
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 45 String ANDROID_BUILD_TOP = System.getenv("ANDROID_BUILD_TOP");
46 if (ANDROID_BUILD_TOP != null) {
47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path);
  /cts/
CtsCoverage.mk 18 # Run "make cts-test-coverage" in the $ANDROID_BUILD_TOP directory.
90 @ echo $(1): file://$(ANDROID_BUILD_TOP)/$@
  /external/qemu/android/build/
common.sh 460 if [ -z "$ANDROID_BUILD_TOP" ] ; then
464 ANDROID_TOP=$ANDROID_BUILD_TOP
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 28 ANDROID_BUILD_TOP = CHROME_SRC
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 55 String ANDROID_BUILD_TOP = System.getenv("ANDROID_BUILD_TOP");
56 if (ANDROID_BUILD_TOP != null) {
57 File resource = new File(ANDROID_BUILD_TOP + "/external/nist-pkits/res" + path);
    [all...]
  /build/
envsetup.sh 207 export ANDROID_BUILD_TOP=$(gettop)
959 echo >>"$OUT_ROOT/gdbclient.cmds" "source $ANDROID_BUILD_TOP/development/scripts/gdb/dalvik.gdb"
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata

Completed in 2400 milliseconds

12