/external/curl/tests/ |
D | runtests.pl | 617 my ($testcmd, $testnum, $gdbline) = @_; 696 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum"; 722 my @e = valgrindparse("$LOGDIR/valgrind$testnum"); 725 logmsg "FAIL: torture $testnum - valgrind\n"; 2740 my ($testnum, $testname, $subject, $firstref, $secondref)=@_; 2746 $timevrfyend{$testnum} = Time::HiRes::time(); 2749 logmsg "\n $testnum: $subject FAILED:\n"; 2757 logmsg "FAIL: $testnum - $testname - $subject\n"; 3339 my $testnum = $_[0]; 3341 return if((not defined($testnum)) || ($testnum < 1)); [all …]
|
D | appveyor.pm | 37 my ($curl, $testnum, $testname)=@_; 48 'fileName': 'tests/data/test$testnum', 54 $APPVEYOR_TEST_NAMES{$testnum}=$testname; 58 my ($curl, $testnum, $error, $start, $stop)=@_; 59 my $testname=$APPVEYOR_TEST_NAMES{$testnum}; 92 'fileName': 'tests/data/test$testnum', 95 'ErrorMessage': 'Test $testnum $appveyor_outcome' 107 'details': 'Test $testnum $appveyor_outcome'
|
D | azure.pm | 60 my ($curl, $azure_run_id, $testnum, $testname)=@_; 64 my $title_testnum=sprintf("%04d", $testnum); 73 'testCase': {'id': $testnum}, 76 'automatedTestName': 'curl.tests.$testnum', 89 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
|
/external/curl/tests/server/ |
D | fake_ntlm.c | 119 long testnum; in main() local 168 testnum = lnum; in main() 176 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main() 188 stream = test2fopen(testnum); in main() 192 logmsg("Couldn't open test file %ld", testnum); in main() 205 stream = test2fopen(testnum); in main() 209 logmsg("Couldn't open test file %ld", testnum); in main() 223 stream = test2fopen(testnum); in main() 227 logmsg("Couldn't open test file %ld", testnum); in main() 244 stream = test2fopen(testnum); in main() [all …]
|
D | mqttd.c | 110 int testnum; member 134 config.testnum = 0; in resetdefaults() 171 config.testnum = atoi(value); in getconfig() 172 logmsg("testnum = %d", config.testnum); in getconfig() 501 testno = config.testnum; in mqttit()
|
D | sws.c | 241 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local 246 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile() 247 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile() 248 req->testno = testnum; in parse_cmdfile()
|
/external/ltp/testcases/kernel/containers/utsname/ |
D | utstest.c | 121 int testnum; in P1() local 123 testnum = atoi((char *)vtest); in P1() 128 switch (testnum) { in P1() 230 int testnum; in P2() local 232 testnum = atoi((char *)vtest); in P2() 237 switch (testnum) { in P2() 267 tst_resm(TFAIL, "undefined test: %d", testnum); in P2() 290 int testnum; in main() local 317 testnum = atoi(argv[2]); in main() 320 switch (testnum) { in main()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 104 static void report(testnum, expected, result, fail) in report() argument 105 int testnum; /* test number */ in report() 118 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
|
/external/curl/tests/unit/ |
D | unit1609.c | 102 int testnum = sizeof(tests) / sizeof(struct testcase); variable 111 for(i = 0; i < testnum; ++i) {
|
D | unit1607.c | 104 int testnum = sizeof(tests) / sizeof(struct testcase); variable 109 for(i = 0; i < testnum; ++i) {
|
D | unit1307.c | 276 int testnum = sizeof(tests) / sizeof(struct testcase); variable 293 for(i = 0; i < testnum; i++) {
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest4.c | 97 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() argument 139 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg) in runtest_s() argument
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 5159 java.lang.String testnum; in mathtestcheck() local 5168 testnum = "gen" in mathtestcheck() 5172 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 5156 java.lang.String testnum; in mathtestcheck() local 5165 testnum = "gen" in mathtestcheck() 5169 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|