/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 497 static unsigned int testnum; variable 551 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop() 552 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md, in EVP_Digest_loop() 595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop() 599 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop() 651 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop() 652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop() 665 for (count = 0; COND(c[D_GHASH][testnum]); count++) { in GHASH_loop() 666 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop() 718 for (count = 0; COND(c[D_RAND][testnum]); coun in RAND_bytes_loop() [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 497 static unsigned int testnum; variable 551 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop() 552 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md, in EVP_Digest_loop() 595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop() 599 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop() 651 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop() 652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop() 665 for (count = 0; COND(c[D_GHASH][testnum]); count++) { in GHASH_loop() 666 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop() 718 for (count = 0; COND(c[D_RAND][testnum]); coun in RAND_bytes_loop() [all...] |
/third_party/curl/tests/ |
H A D | runtests.pl | 138 my @teststat; # teststat[testnum]=reason, reasons for skip 426 my ($runnerid, $testnum, $testname, $subject, $firstref, $secondref)=@_; 432 $timevrfyend{$testnum} = Time::HiRes::time(); 435 logmsg "\n $testnum: $subject FAILED:\n"; 444 logmsg "FAIL: $testnum - $testname - $subject\n"; 869 my $testnum = $_[0]; 871 return if((not defined($testnum)) || ($testnum < 1)); 875 if($timevrfyend{$testnum}) { 878 elsif($timesrvrlog{$testnum}) { [all...] |
H A D | runner.pm | 143 my ($logdir, $testnum)=@_; 144 return "$logdir/stdout$testnum"; 148 my ($logdir, $testnum)=@_; 149 return "$logdir/stderr$testnum"; 298 my $testnum = shift; 337 print STDERR "error: test$testnum:$line: %else no %if\n"; 346 print STDERR "error: test$testnum:$line: %endif had no %if\n"; 365 subvariables(\$s, $testnum, "%"); 408 my ($testcmd, $testnum, $gdbline) = @_; 487 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum"; [all...] |
H A D | appveyor.pm | 52 my ($curl, $testnum, $testname)=@_; 63 "fileName": "tests/data/test$testnum", 69 $APPVEYOR_TEST_NAMES{$testnum}=$testname; 73 my ($curl, $testnum, $error, $start, $stop)=@_; 74 my $testname=$APPVEYOR_TEST_NAMES{$testnum}; 107 "fileName": "tests/data/test$testnum", 110 "ErrorMessage": "Test $testnum $appveyor_outcome" 122 "details": "Test $testnum $appveyor_outcome"
|
H A D | azure.pm | 76 my ($curl, $azure_run_id, $testnum, $testname)=@_; 80 my $title_testnum=sprintf("%04d", $testnum); 89 "testCase": {"id": $testnum}, 92 "automatedTestName": "curl.tests.$testnum", 105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
|
H A D | servers.pm | 2921 my ($thing, $testnum, $prefix) = @_; 2973 $$thing =~ s/${prefix}TESTNUMBER/$testnum/g;
|
/third_party/curl/tests/server/ |
H A D | fake_ntlm.c | 122 long testnum; in main() local 176 testnum = lnum; in main() 184 msnprintf(logfilename, sizeof(logfilename), LOGFILE, logdir, testnum); in main() 196 stream = test2fopen(testnum, logdir); in main() 200 logmsg("Couldn't open test file %ld", testnum); in main() 213 stream = test2fopen(testnum, logdir); in main() 217 logmsg("Couldn't open test file %ld", testnum); in main() 231 stream = test2fopen(testnum, logdir); in main() 235 logmsg("Couldn't open test file %ld", testnum); in main() 252 stream = test2fopen(testnum, logdi in main() [all...] |
H A D | mqttd.c | 109 int testnum; member 136 config.testnum = 0; in resetdefaults() 173 config.testnum = atoi(value); in getconfig() 174 logmsg("testnum = %d", config.testnum); in getconfig() 521 testno = config.testnum; in mqttit()
|
H A D | sws.c | 247 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local 250 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile() 251 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile() 252 req->testno = testnum; in parse_cmdfile()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A 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 295 tst_resm(TFAIL, "Usage: %s <clone|unshare> <testnum>", in main() 299 tst_resm(TFAIL, " and testnum i in main() [all...] |
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | acl1.c | 104 static void report(testnum, expected, result, fail) in report() 105 int testnum; /* test number */ in report() 118 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
|
/third_party/curl/tests/unit/ |
H A D | unit1609.c | 104 int testnum = sizeof(tests) / sizeof(struct testcase); variable 113 for(i = 0; i < testnum; ++i) {
|
H A D | unit1307.c | 278 int testnum = sizeof(tests) / sizeof(struct testcase); variable 295 for(i = 0; i < testnum; i++) {
|
H A D | unit1607.c | 112 int testnum = sizeof(tests) / sizeof(struct testcase); variable 117 for(i = 0; i < testnum; ++i) {
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 47 static unsigned int testnum = 0; variable 92 #define this_test (&tests[testnum-1]) 93 #define next_test (&tests[testnum]) 99 n = sprintf(testname, "%3i [", testnum); in __start_test() 105 sprintf(testfile, "%s/testfile.%d", basepath, testnum); in __start_test() 106 sprintf(testfile_r, "%s/testfile.%d", basepath_r, testnum); in __start_test() 107 if (testnum > MAX_TESTS) { in __start_test() 115 testnum++; \ 116 if ((select_test && testnum != select_test) || \ 117 (testnum [all...] |
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A 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
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5159 java.lang.String testnum; in mathtestcheck() 5168 testnum = "gen" in mathtestcheck() 5172 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 5156 java.lang.String testnum; in mathtestcheck() 5165 testnum = "gen" in mathtestcheck() 5169 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
|