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

  /cts/tools/dx-tests/etc/
starttests 77 BASEDIR=$ANDROID_BUILD_TOP/out/target/common/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...]
  /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/clearsilver/imd/
imdm.py 26 def albumoverview(basedir,sub_dir,count = 4,skip = 0):
29 fulldir = os.path.join(basedir,sub_dir)
36 images + albumoverview(basedir,os.path.join(sub_dir,a_entry),1)
59 def picturedisplay(basedir,album,picture):
72 images = albumoverview(basedir,album,count=500)
110 def albumdisplay(basedir,album,columns=7,rows=5):
117 images = albumoverview(basedir,album,count=(imgcount + 1),skip=0)
193 BASEDIR = myvars['BASEDIR']
199 topalbumoverview(BASEDIR)
    [all...]

Completed in 128 milliseconds