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

  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 325 private int testNum;
614 testNum = -1;
627 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
638 if ((testNum > 0) || (testNum < Support_TestWebData.tests.length - 1)) {
713 testNum = Integer.valueOf(testID.substring(4))-1;
716 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1)) {
731 if ((testNum < -1) || (testNum > Support_TestWebData.tests.length - 1))
    [all...]
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 42 uint32_t testNum = stateClock >> 2;
45 if (testNum >= gFragmentTestCount) {
58 doSingleTest(testNum, texSize);
  /external/skia/tests/
AnnotationTest.cpp 62 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
63 SkPDFDocument doc(tests[testNum].flags);
72 == tests[testNum].expectAnnotations);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 61 private final int testNum = 10;
116 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
118 int readres = this.testNum;
126 assertEquals(this.testNum, readres);
131 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
132 int readres = this.testNum;
142 assertEquals(this.testNum, readres);
149 assertEquals(this.testNum, readres);
184 int writeres = this.testNum;
204 int writeres = this.testNum;
    [all...]
DatagramChannelTest.java 153 final int testNum = 0;
154 long readres = testNum;
180 assertEquals(testNum, readres);
182 assertEquals(testNum, readres);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 341 private int testNum;
685 testNum = -1;
698 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
709 if ((testNum > 0) || (testNum < TestWebData.tests.length - 1)) {
784 testNum = Integer.valueOf(testID.substring(4))-1;
787 if ((testNum < 0) || (testNum > TestWebData.tests.length - 1)) {
812 if (!TestWebData.testParams[testNum].testDir)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 133 WebRtc_Word16 testNum, testCE;
242 testNum = 0;
299 testNum = atoi(argv[i + 1]);
300 printf("\nFault test: %d\n", testNum);
301 if (testNum < 1 || testNum > 10) {
303 " Valid Fault Scenarios are numbered 1-10.\n", testNum);
446 if (testNum == 10) {
463 if (testNum != 8)
497 if (testNum != 1)
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 513 int testNum;
514 for (testNum = 0; testNum < LENGTHOF(tests); testNum++) {
516 sprintf(testNumStr, "testNum = %d", testNum);
517 Test &test = tests[testNum];
578 for (testNum=0; testNum<LENGTHOF(scriptTests); testNum++)
    [all...]
tztest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
spreptst.c 761 int32_t i, testNum = 0;
777 testNum = 0;
782 testNum++;
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
797 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
801 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);
  /external/icu4c/test/cintltst/
spreptst.c 761 int32_t i, testNum = 0;
777 testNum = 0;
782 testNum++;
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
797 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
801 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 60 String testNum = name.substring(1,3); // 01
61 List<Method> mlist = curT.get(testNum);
64 curT.put(testNum, mlist);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 29 testSummary[testID] = testSummaryNum[testID] = testDone[testID] = testNum[testID] = 0;
78 testNum[curID]++;
224 var testNum = {};
545 // testDone, testNum, testSummary
547 testNum[ result ] = 1;
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml     [all...]

Completed in 631 milliseconds