Searched refs:activeTest (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DRSoVTestCore.java40 private UnitTest activeTest; field in class:RSoVTestCore
103 if (activeTest != null) {
104 if (!activeTest.isAlive()) {
107 activeTest.join();
110 activeTest = null;
114 if (!stopTesting && activeTest == null) {
116 activeTest = test_iter.next();
117 activeTest.start();
137 UnitTest t = activeTest;
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java49 private UnitTest activeTest; field in class:RSTestCore
118 if (activeTest != null) {
119 if (!activeTest.isAlive()) {
122 activeTest.join();
126 activeTest = null;
130 if (!stopTesting && activeTest == null) {
132 activeTest = test_iter.next();
133 activeTest.start();
161 UnitTest t = activeTest;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java49 private UnitTest activeTest; field in class:RSTestCore
122 if (activeTest != null) {
123 if (!activeTest.isAlive()) {
126 activeTest.join();
130 activeTest = null;
134 if (!stopTesting && activeTest == null) {
136 activeTest = test_iter.next();
137 activeTest.start();
165 UnitTest t = activeTest;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java49 private UnitTest activeTest; field in class:RSTestCore
122 if (activeTest != null) {
123 if (!activeTest.isAlive()) {
126 activeTest.join();
130 activeTest = null;
134 if (!stopTesting && activeTest == null) {
136 activeTest = test_iter.next();
137 activeTest.start();
165 UnitTest t = activeTest;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java42 private UnitTest activeTest; field in class:RSTestCore
145 if (activeTest != null) {
146 if (!activeTest.isAlive()) {
149 activeTest.join();
153 activeTest = null;
157 if (!stopTesting && activeTest == null) {
159 activeTest = test_iter.next();
160 activeTest.start();
181 UnitTest t = activeTest;

Completed in 256 milliseconds