Searched defs:testNum (Results 1 - 10 of 10) sorted by relevance

/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/chromium_org/third_party/webrtc/modules/video_coding/main/test/
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.h46 int testNum; member in class:CmdArgs
/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/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/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...]
/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/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/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...]
/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...]

Completed in 279 milliseconds