HomeSort by relevance Sort by last modified time
    Searched refs:testnum (Results 1 - 12 of 12) sorted by null

  /external/curl/tests/
runtests.pl 269 my @teststat; # teststat[testnum]=reason, reasons for skip
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";
    [all...]
  /external/ltp/testcases/kernel/containers/utsname/
utstest.c 121 int testnum; local
123 testnum = atoi((char *)vtest);
128 switch (testnum) {
230 int testnum; local
232 testnum = atoi((char *)vtest);
237 switch (testnum) {
267 tst_resm(TFAIL, "undefined test: %d", testnum);
290 int testnum; local
295 tst_resm(TFAIL, "Usage: %s <clone|unshare> <testnum>",
299 tst_resm(TFAIL, " and testnum is between 1 and 5 inclusive")
    [all...]
  /external/u-boot/test/log/
log_test.c 26 static int log_test(int testnum)
30 printf("test %d\n", testnum);
31 switch (testnum) {
192 int testnum = 0; local
196 testnum = simple_strtoul(argv[1], NULL, 10);
198 ret = log_test(testnum);
  /external/u-boot/test/py/tests/
test_log.py 34 def run_test(testnum):
38 testnum: Test number to run
43 output = u_boot_console.run_command('log test %d' % testnum)
46 assert 'test %d' % testnum == lines.next()
  /external/curl/tests/server/
fake_ntlm.c 120 long testnum; local
169 testnum = lnum;
177 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum);
189 filename = test2file(testnum);
195 logmsg("Couldn't open test file %ld", testnum);
213 logmsg("Couldn't open test file %ld", testnum);
233 logmsg("Couldn't open test file %ld", testnum);
255 logmsg("Couldn't open test file %ld", testnum);
  /external/curl/tests/unit/
unit1609.c 121 int testnum = sizeof(tests) / sizeof(struct testcase); variable
130 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
unit1307.c 276 int testnum = sizeof(tests) / sizeof(struct testcase); variable
293 for(i = 0; i < testnum; i++) {
unit1607.c 123 int testnum = sizeof(tests) / sizeof(struct testcase); variable
125 for(i = 0; i < testnum; ++i, curl_easy_reset(easy)) {
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 105 static void report(testnum, expected, result, fail)
106 int testnum; /* test number */
119 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 97 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum,
139 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 5159 java.lang.String testnum; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 5156 java.lang.String testnum; local
    [all...]

Completed in 424 milliseconds