Searched refs:doTest (Results 1 - 12 of 12) 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.java82 tester.doTest(1000);
106 tester.doTest(1000);
276 tester.doTest(1000);
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp33 bool doTest(uint32_t w, uint32_t h) { function
H A Dgl2_perf.cpp54 bool doTest(uint32_t w, uint32_t h);
126 doTest(w, h);
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp39 void doTest() { function
53 // ALOGI("doTest %d %d %d\n", texCount, extraMath, testSubState);
96 doTest();
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java156 boolean doTest = false;
166 doTest = true;
170 if (doTest) {
193 boolean doTest = false;
196 doTest = true;
202 if (doTest) {
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java85 boolean doTest = false;
95 doTest = true;
99 if (doTest) {
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java191 doTest(TEST_COMPOSITOR);
193 doTest(TEST_ALLOCATION);
197 private void doTest(final int test) { method in class:SurfaceCompositionMeasuringActivity

Completed in 284 milliseconds