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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc73 short FL, testNum; local
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 !
[all...]
/external/chromium_org/third_party/skia/tests/
H A DAnnotationTest.cpp61 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
62 SkPDFDocument doc(tests[testNum].flags);
71 == tests[testNum].expectAnnotations);
/external/skia/tests/
H A DAnnotationTest.cpp61 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
62 SkPDFDocument doc(tests[testNum].flags);
71 == tests[testNum].expectAnnotations);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc130 int16_t testNum, testCE; local
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 !
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c133 WebRtc_Word16 testNum, testCE; local
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 !
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtester_main.cc74 args.testNum = FLAGS_test_number;
96 switch (args.testNum) {
H A Dmedia_opt_test.h40 static int RunTest(int testNum, CmdArgs& args);
H A Dtest_util.h46 int testNum; member in class:CmdArgs
H A Dmedia_opt_test.cc30 int MediaOptTest::RunTest(int testNum, CmdArgs& args) argument
38 if (testNum == 0)
46 if (testNum == 1)
51 if (testNum == 2)
H A Dtest_util.cc38 testNum(0) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp513 int testNum; local
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...]
H A Dtztest.cpp2183 for (int testNum = 0; zoneDisplayTestData[testNum].zoneName != NULL; testNum++) {
2184 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName);
2185 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName);
2187 zone->getDisplayName(zoneDisplayTestData[testNum].summerTime,
2188 zoneDisplayTestData[testNum].style,
2191 if (displayName != zoneDisplayTestData[testNum].expectedDisplayName) {
2200 " Got \"%s\"\n Error: %s", zoneDisplayTestData[testNum].zoneName,
2201 zoneDisplayTestData[testNum]
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp513 int testNum; local
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...]
H A Dtztest.cpp2202 for (int testNum = 0; zoneDisplayTestData[testNum].zoneName != NULL; testNum++) {
2203 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName);
2204 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName);
2206 zone->getDisplayName(zoneDisplayTestData[testNum].summerTime,
2207 zoneDisplayTestData[testNum].style,
2210 if (displayName != zoneDisplayTestData[testNum].expectedDisplayName) {
2219 " Got \"%s\"\n Error: %s", zoneDisplayTestData[testNum].zoneName,
2220 zoneDisplayTestData[testNum]
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspreptst.c761 int32_t i, testNum = 0; local
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/
H A Dspreptst.c761 int32_t i, testNum = 0; local
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/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js29 testSummary[testID] = testSummaryNum[testID] = testDone[testID] = testNum[testID] = 0;
78 testNum[curID]++;
224 var testNum = {};
545 // testDone, testNum, testSummary
547 testNum[ result ] = 1;
714 var per = (testDone[data.curID] / (testNum[data.curID] * numTests)) * 100;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc451 int testNum; local
456 testNum = _testNumA;
469 testNum = _testNumB;
481 //fprintf(stderr, "%c: %d \n", thread, testNum);
484 switch (testNum) {
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp2389 for (int testNum = 0; testNum < testCount; ++testNum) {
2390 const SkString &shortNamePlusConfig = gmmain.fTestsSkippedOnAllRenderModes[testNum];
/external/skia/gm/
H A Dgmmain.cpp2355 for (int testNum = 0; testNum < testCount; ++testNum) {
2356 const SkString &shortNamePlusConfig = gmmain.fTestsSkippedOnAllRenderModes[testNum];
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml2967 td.testNum
3565 <td class="testNum">$hit&nbsp;/&nbsp;$found</td>

Completed in 614 milliseconds