Searched refs:testnum (Results 1 – 9 of 9) sorted by relevance
/external/curl/tests/ |
D | runtests.pl | 2314 my ($testnum, $testname, $subject, $firstref, $secondref)=@_; 2320 $timevrfyend{$testnum} = Time::HiRes::time() if($timestats); 2323 logmsg "\n $testnum: $subject FAILED:\n"; 2331 logmsg "FAIL: $testnum - $testname - $subject\n"; 2813 my $testnum = $_[0]; 2815 return if((not defined($testnum)) || ($testnum < 1)); 2819 if($timevrfyend{$testnum}) { 2822 elsif($timesrvrlog{$testnum}) { 2823 $timevrfyend{$testnum} = $timesrvrlog{$testnum}; 2826 elsif($timetoolend{$testnum}) { [all …]
|
/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/curl/tests/server/ |
D | fake_ntlm.c | 120 long testnum; in main() local 173 testnum = lnum; in main() 185 filename = test2file(testnum); in main() 191 logmsg("Couldn't open test file %ld", testnum); in main() 209 logmsg("Couldn't open test file %ld", testnum); in main() 229 logmsg("Couldn't open test file %ld", testnum); in main() 251 logmsg("Couldn't open test file %ld", testnum); in main()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 116 static void report(testnum, expected, result, fail) in report() argument 117 int testnum; /* test number */ in report() 130 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
|
/external/curl/tests/unit/ |
D | unit1307.c | 222 int testnum = sizeof(tests) / sizeof(struct testcase); variable 225 for(i = 0; i < testnum; i++) {
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest4.c | 96 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() argument 138 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 | 5154 java.lang.String testnum; in mathtestcheck() local 5163 testnum = "gen" in mathtestcheck() 5167 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 5153 java.lang.String testnum; in mathtestcheck() local 5162 testnum = "gen" in mathtestcheck() 5166 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|
/external/curl/ |
D | CHANGES.0 | 2329 - Josef Wolf's extension that allows a $TESTDIR/gdbinit$testnum file that when
|