HomeSort by relevance Sort by last modified time
    Searched refs:stopTesting (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
130 if (!stopTesting && activeTest == null) {
160 stopTesting = true;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
134 if (!stopTesting && activeTest == null) {
164 stopTesting = true;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 43 private boolean stopTesting;
56 stopTesting = false;
155 if (!stopTesting && activeTest == null) {
178 stopTesting = true;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
162 if (!stopTesting && activeTest == null) {
192 stopTesting = true;

Completed in 46 milliseconds