Searched refs:VARIABLES (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/perf-test-scripts/
H A Dtiming11 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" > /dev/null
259 adb shell "am instrument -w $VARIABLES $TESTS_TEXT $RUNNER"
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java58 static Pattern VARIABLES = Pattern.compile("!@\\{([A-Za-z0-9_-]*)}"); field in class:BaseCompilationTest
167 final Matcher matcher = VARIABLES.matcher(contents);

Completed in 287 milliseconds