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

  /cts/tools/dx-tests/etc/
starttests 77 BASEDIR=$progdir/../cts/dxconverter
147 dxtmpdir=$BASEDIR/dxtmp
148 dxruntmpdir=$BASEDIR/dxruntmp
149 javac_out=$BASEDIR/classout
150 report=$BASEDIR/report.html
171 dx --dex --positions=lines --output="$BASEDIR/dxcore.jar" dxc/junit/DxAbstractMain.class dxc/junit/DxUtil.class
231 dx --dex --positions=lines --output="$BASEDIR/dxclasses.jar" .
237 cd $BASEDIR
238 rm -f $BASEDIR/dalvikout
240 echo -n "mk_b:" > $BASEDIR/dalvikou
    [all...]
  /sdk/monkeyrunner/scripts/
mr_pydoc.py 28 BASEDIR = 'frameworks/base/docs/html/guide/topics/testing/'
38 file = open(BASEDIR + 'monkeyrunner_api.html', 'w')
  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 17 BASEDIR=`pwd`
40 line=`grep -e "^$1 " ${BASEDIR}/data/opcode_mapping`
64 cp -P --parent $jtestclassfile ${BASEDIR}/out/tmp/
65 cd ${BASEDIR}
69 #cp -P --parents $jpackageclassfile ${BASEDIR}/out/tmp/
70 #cd ${BASEDIR}
94 cd ${BASEDIR}
149 cd ${BASEDIR}
153 done 3<$BASEDIR/data/scriptdata
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 96 -BASEDIR := \$(HOME)/splash2/codes
97 -MACROS := \$(BASEDIR)/null_macros/c.m4.null
98 +BASEDIR := ${PWD}/codes
99 +MACROS := \$(BASEDIR)/null_macros/c.m4.null.POSIX_BARRIER
  /ndk/tests/
run-tests.sh 181 local FULLDIR BASEDIR
183 BASEDIR=`dirname $FULLDIR`
185 #run $ADB_CMD shell "ls $BASEDIR 1>/dev/null 2>&1"
186 adb_cmd "ls $BASEDIR 1>/dev/null 2>&1"
188 if [ $BASEDIR = "/" ] ; then
192 adb_cmd_mkdir $BASEDIR

Completed in 381 milliseconds