Searched refs:testNum (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp40 uint32_t testNum = stateClock >> 2; local
43 if (testNum >= gFragmentTestCount) {
56 doSingleTest(testNum, texSize);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java341 private int testNum; field in class:TestWebServer.Worker
685 testNum = -1;
698 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
709 if ((testNum > 0) || (testNum < TestWebData.tests.length - 1)) {
784 testNum = Integer.parseInt(testID.substring(4))-1;
787 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
812 if (!TestWebData.testParams[testNum]
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1288 protected byte[] createPDU(int testNum) { argument
1292 switch (testNum) {

Completed in 157 milliseconds