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

1 2

  /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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 73 short FL, testNum;
179 testNum = 0;
278 testNum = atoi(argv[i + 1]);
279 printf("Fault test: %d\n", testNum);
280 if(testNum < 1 || testNum > 10)
282 printf("\n%d is not a valid Fault Scenario number. Valid Fault Scenarios are numbered 1-10.\n", testNum);
475 if(testNum != 8)
534 if(testNum != 1)
543 if(testNum != 2
    [all...]
  /external/chromium_org/third_party/skia/tests/
AnnotationTest.cpp 61 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
62 SkPDFDocument doc(tests[testNum].flags);
71 == tests[testNum].expectAnnotations);
  /external/skia/tests/
AnnotationTest.cpp 61 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
62 SkPDFDocument doc(tests[testNum].flags);
71 == tests[testNum].expectAnnotations);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 57 private final int testNum = 10;
112 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
114 int readres = this.testNum;
122 assertEquals(this.testNum, readres);
127 ByteBuffer byteBuf = ByteBuffer.allocate(this.testNum);
128 int readres = this.testNum;
138 assertEquals(this.testNum, readres);
145 assertEquals(this.testNum, readres);
180 int writeres = this.testNum;
200 int writeres = this.testNum;
    [all...]
DatagramChannelTest.java 131 final int testNum = 0;
159 assertEquals(testNum, readres);
161 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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 130 int16_t testNum, testCE;
232 testNum = 0;
289 testNum = atoi(argv[i + 1]);
290 printf("\nFault test: %d\n", testNum);
291 if (testNum < 1 || testNum > 10) {
293 " Valid Fault Scenarios are numbered 1-10.\n", testNum);
437 if (testNum == 10) {
454 if (testNum != 8)
488 if (testNum != 1)
    [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/chromium_org/third_party/webrtc/modules/video_coding/main/test/
tester_main.cc 74 args.testNum = FLAGS_test_number;
96 switch (args.testNum) {
media_opt_test.h 40 static int RunTest(int testNum, CmdArgs& args);
test_util.h 46 int testNum;
media_opt_test.cc 30 int MediaOptTest::RunTest(int testNum, CmdArgs& args)
38 if (testNum == 0)
46 if (testNum == 1)
51 if (testNum == 2)
test_util.cc 38 testNum(0) {
  /external/icu/icu4c/source/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/icu/icu4c/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/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...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.cc 451 int testNum;
456 testNum = _testNumA;
469 testNum = _testNumB;
481 //fprintf(stderr, "%c: %d \n", thread, testNum);
484 switch (testNum) {
    [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp     [all...]
  /external/skia/gm/
gmmain.cpp     [all...]

Completed in 784 milliseconds

1 2