Searched refs:testId (Results 1 – 2 of 2) sorted by relevance
199 testId=${TESTS[$num]}202 printf "Running ${TEST_NAMES[$testId]} ($(($num + 1))/${#TESTS[@]})"205 …adb shell "am instrument -w $VARIABLES -e class $TEST_ROOT#${FUNCTION_NAMES[$testId]} $RUNNER" > /…208 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then209 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tmp212 … echo "File ${TEST_NAMES[$testId]} not saved. Is ImageProcessing_jb able to run on this device?"224 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp265 testId=${TESTS[$num]}268 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then269 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tmp[all …]
55 public SeamlessAppRotationTest(String testId, Intent intent, int beginRotation, in SeamlessAppRotationTest() argument85 String testId = rotationToString(begin) + "_" + rotationToString(end); in getParams() local88 testId += "_" + "BUSY_UI_THREAD"; in getParams()90 params.add(new Object[]{testId, testIntent, begin, end}); in getParams()