Lines Matching refs:BASEDIR
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/dalvikout
241 #echo ">>> launch dex package -classpath $BASEDIR/dxcore.jar:$BASEDIR/dxclasses.jar $mainclass"
245 $valgrind $exe -Xint:$interpreter -Xmx512M -Xss32K -Xbootclasspath:$bpath -DacceptCNF=true -classpath $BASEDIR/dxcore.jar:$BASEDIR/dxclasses.jar $debug_opts $mainclass "$@" >> $BASEDIR/dalvikout 2>&1
248 echo "execute dalvikvm failed with resultcode: ${RESULTCODE}" >> $BASEDIR/dalvikout 2>&1
260 adb push $BASEDIR/dxcore.jar /data/dxcore.jar &> /dev/null
261 adb push $BASEDIR/dxclasses.jar /data/dxclasses.jar &> /dev/null
262 adb shell "dalvikvm -Djava.io.tmpdir=/data/local/tmp -classpath /data/dxcore.jar:/data/dxclasses.jar $mainclass && echo -n dvmpassed:" >> $BASEDIR/dalvikout 2>&1
265 echo -n "mk_s:" >> $BASEDIR/dalvikout
269 vmresult=`cat $BASEDIR/dalvikout`
281 vmres=`cat $BASEDIR/dalvikout | sed -e 's/mk_b://;s/mk_s://'`
306 done 3<$BASEDIR/data/scriptdata #we use fd nr 3 to avoid subshelling via cat since this looses all variables (and thus also the counters we are interested in).