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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java43 private boolean stopTesting; field in class:RSTestCore
56 stopTesting = false;
155 if (!stopTesting && activeTest == null) {
178 stopTesting = true;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java43 private boolean stopTesting; field in class:RSTestCore
56 stopTesting = false;
159 if (!stopTesting && activeTest == null) {
182 stopTesting = true;
/frameworks/rs/java/tests/RsTest_11/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/rs/java/tests/RsTest_14/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;
/frameworks/rs/java/tests/RsTest_16/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 539 milliseconds