Searched refs:TESTCASE (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
H A DDriverRS.java.template27 private ScriptC_%TESTCASE% mScript;
41 mScript = new ScriptC_%TESTCASE% (mRS, mRes, R.raw.%TESTCASE%);
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
H A DDriverRS.java.template27 private ScriptC_%TESTCASE% mScript;
41 mScript = new ScriptC_%TESTCASE% (mRS, mRes, R.raw.%TESTCASE%);
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh59 sed -e "s/%ACTIVITY%/$3/g" -e "s/%PACKAGE%/$4/g" -e "s/%TESTCASE%/$5/g" -e "s/%MINSDK%/$6/g" < $src > $dest;
152 TESTCASE=`basename $TESTCASE_PATH .rs`
156 ACTIVITY="$TESTCASE";
164 PACKAGE=com.android.test.rsdebug.$TESTCASE
197 echo " %TESTCASE% ==> $TESTCASE"
199 SUBST_PARAMS="$ACTIVITY $PACKAGE $TESTCASE $MINSDK"

Completed in 175 milliseconds