Home | History | Annotate | Download | only in debuginfo

Lines Matching refs:TESTCASE

17 # Creates and builds projects from a RenderScript testcase and a set of Java templates
59 sed -e "s/%ACTIVITY%/$3/g" -e "s/%PACKAGE%/$4/g" -e "s/%TESTCASE%/$5/g" -e "s/%MINSDK%/$6/g" < $src > $dest;
100 --testcase)
126 echo "Build a test project from a RS testcase and a java driver template."
131 echo " --testcase <name> The .rs testcase file with which to build the project"
148 check_required_param "$TESTCASE_PATH" "--testcase"
151 # Compute name of testcase
152 TESTCASE=`basename $TESTCASE_PATH .rs`
156 ACTIVITY="$TESTCASE";
164 PACKAGE=com.android.test.rsdebug.$TESTCASE
181 # testcase directory as well
197 echo " %TESTCASE% ==> $TESTCASE"
199 SUBST_PARAMS="$ACTIVITY $PACKAGE $TESTCASE $MINSDK"
202 # the testcase project
232 # Copy RS testcase to project directory.