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

  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
130 if (!stopTesting && activeTest == null) {
160 stopTesting = true;
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
134 if (!stopTesting && activeTest == null) {
164 stopTesting = true;
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTestCore.java 50 private boolean stopTesting;
61 stopTesting = false;
151 if (!stopTesting && activeTest == null) {
181 stopTesting = true;

Completed in 63 milliseconds