Searched refs:doTest (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java60 tester.doTest(1000);
115 tester.doTest(1000);
124 tester.doTest(1000);
159 tester.doTest(1000);
194 tester.doTest(1000);
230 tester.doTest(1000);
H A DIdleHandlerTest.java89 tester.doTest(1000);
125 tester.doTest(1000);
160 tester.doTest(1000);
196 tester.doTest(1000);
H A DHandlerTester.java30 public void doTest(long timeout) { method in class:HandlerTester
H A DTestHandlerThread.java35 public void doTest(long timeout) { method in class:TestHandlerThread
H A DMessengerTest.java116 (new TestThread()).doTest(1000);
H A DMessageQueueTest.java80 tester.doTest(1000);
104 tester.doTest(1000);
274 tester.doTest(1000);
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp37 bool doTest(uint32_t w, uint32_t h) { function
H A Dgl2_perf.cpp54 bool doTest(uint32_t w, uint32_t h);
125 doTest(w, h);
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp41 void doTest() { function
55 // ALOGI("doTest %d %d %d\n", texCount, extraMath, testSubState);
98 doTest();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java155 boolean doTest = false;
160 doTest = true;
164 if (doTest) {
186 boolean doTest = false;
189 doTest = true;
195 if (doTest) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java211 boolean doTest = false;
221 doTest = true;
225 if (doTest) {
248 boolean doTest = false;
251 doTest = true;
257 if (doTest) {

Completed in 116 milliseconds