Searched refs:VARIABLES (Results 1 – 2 of 2) sorted by relevance
11 VARIABLES=168 VARIABLES="$VARIABLES -e minimum_test_runtime $MIN_TIME -e minimum_test_iterations $MIN_ITER"205 …adb shell "am instrument -w $VARIABLES -e class $TEST_ROOT#${FUNCTION_NAMES[$testId]} $RUNNER" > /…259 adb shell "am instrument -w $VARIABLES $TESTS_TEXT $RUNNER"
58 static Pattern VARIABLES = Pattern.compile("!@\\{([A-Za-z0-9_-]*)}"); field in BaseCompilationTest167 final Matcher matcher = VARIABLES.matcher(contents); in copyResourceTo()