Searched defs:stopTesting (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java50 private boolean stopTesting; field in class:RSTestCore
61 stopTesting = false;
159 if (!stopTesting && activeTest == null) {
189 stopTesting = true;
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestCore.java50 private boolean stopTesting; field in class:RSTestCore
61 stopTesting = false;
130 if (!stopTesting && activeTest == null) {
160 stopTesting = true;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestCore.java50 private boolean stopTesting; field in class:RSTestCore
61 stopTesting = false;
134 if (!stopTesting && activeTest == null) {
164 stopTesting = true;

Completed in 72 milliseconds