/external/curl/tests/ |
D | runtests.pl | 568 my ($testcmd, $testnum, $gdbline) = @_; 626 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum"; 652 my @e = valgrindparse("$LOGDIR/valgrind$testnum"); 655 logmsg "FAIL: torture $testnum - valgrind\n"; 2623 my ($testnum, $testname, $subject, $firstref, $secondref)=@_; 2629 $timevrfyend{$testnum} = Time::HiRes::time() if($timestats); 2632 logmsg "\n $testnum: $subject FAILED:\n"; 2640 logmsg "FAIL: $testnum - $testname - $subject\n"; 3148 my $testnum = $_[0]; 3150 return if((not defined($testnum)) || ($testnum < 1)); [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 169 testnum = lnum; in main() 177 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main() 189 filename = test2file(testnum); in main() 195 logmsg("Couldn't open test file %ld", testnum); in main() 213 logmsg("Couldn't open test file %ld", testnum); in main() 233 logmsg("Couldn't open test file %ld", testnum); in main() 255 logmsg("Couldn't open test file %ld", testnum); in main()
|
/external/u-boot/test/log/ |
D | log_test.c | 26 static int log_test(int testnum) in log_test() argument 30 printf("test %d\n", testnum); in log_test() 31 switch (testnum) { in log_test() 192 int testnum = 0; in do_log_test() local 196 testnum = simple_strtoul(argv[1], NULL, 10); in do_log_test() 198 ret = log_test(testnum); in do_log_test()
|
/external/u-boot/test/py/tests/ |
D | test_log.py | 34 def run_test(testnum): argument 43 output = u_boot_console.run_command('log test %d' % testnum) 46 assert 'test %d' % testnum == lines.next()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 105 static void report(testnum, expected, result, fail) in report() argument 106 int testnum; /* test number */ in report() 119 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
|
/external/curl/tests/unit/ |
D | unit1609.c | 121 int testnum = sizeof(tests) / sizeof(struct testcase); variable 130 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
|
D | unit1607.c | 123 int testnum = sizeof(tests) / sizeof(struct testcase); variable 125 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
|
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/scapy/doc/scapy/ |
D | development.rst | 144 -n <testnum> : only tests whose numbers are given (eg. 1,3-7,12) 167 -n testnum Execute only those tests listed by number. Test numbers may be
|
/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()
|