Home
last modified time | relevance | path

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

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