Searched defs:stopTesting (Results 1 - 6 of 6) 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;
163 if (!stopTesting && activeTest == null) {
186 stopTesting = true;
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java43 private boolean stopTesting; field in class:RSTestCore
56 stopTesting = false;
157 if (!stopTesting && activeTest == null) {
180 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;
176 if (!stopTesting && activeTest == null) {
199 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 193 milliseconds