HomeSort by: relevance | last modified time | path
    Searched refs:testcount (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
unitmain.h 46 extern int testcount;
47 /** test bool x, exits on failure, increases testcount. */
49 #define unit_assert(x) do {testcount++; log_assert(x);} while(0)
51 #define unit_assert(x) do {testcount++; if(!(x)) { fprintf(stderr, "assertion failure %s:%d\n", __FILE__, __LINE__); exit(1);}} while(0)
unitmain.c 70 int testcount = 0; variable
1369 printf("%d checks ok.\n", testcount);
  /src/crypto/external/apache2/openssl/dist/test/recipes/
30-test_evp_fetch_prov.t 94 my $testcount = 0;
96 $testcount += scalar @{$_->{tests}};
99 plan tests => 1 + $testcount * scalar(@types);
01-test_symbol_presence.t 52 my $testcount
55 $testcount
59 plan tests => $testcount;
80-test_ssl_old.t 549 my $testcount = scalar(@protocols) + $protocolciphersuitecount
551 $testcount-- unless $no_tls1_3;
552 plan tests => $testcount;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
30-test_evp_fetch_prov.t 94 my $testcount = 0;
96 $testcount += scalar @{$_->{tests}};
99 plan tests => 1 + $testcount * scalar(@types);
01-test_symbol_presence.t 32 my $testcount = scalar @libnames;
34 plan tests => $testcount * 2;
80-test_ssl_old.t 481 my $testcount = scalar(@protocols) + $protocolciphersuitecount
483 $testcount-- unless $no_tls1_3;
484 plan tests => $testcount;
  /src/crypto/external/apache2/openssl/dist/test/
algorithmid_test.c 280 int n, x509 = 0, spki = 0, testcount = 0; local
298 /* |testcount| adds all the given test types together */
299 testcount = x509 + spki;
301 if (testcount < 1)
303 else if (testcount > 1)
305 if (testcount != 1)
  /src/crypto/external/bsd/openssl/dist/test/
algorithmid_test.c 279 int n, x509 = 0, spki = 0, testcount = 0; local
297 /* |testcount| adds all the given test types together */
298 testcount = x509 + spki;
300 if (testcount < 1)
302 else if (testcount > 1)
304 if (testcount != 1)
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
01-test_symbol_presence.t 21 my $testcount = scalar @libnames;
23 plan tests => $testcount * 2;
80-test_ssl_old.t 437 my $testcount = scalar(@protocols) + $protocolciphersuitecount
439 $testcount-- unless $no_tls1_3;
440 plan tests => $testcount;
  /src/tests/dev/audio/
audiotest.c 169 int testcount; variable
333 testcount,
334 testcount - failcount - skipcount);
762 * If caller already count up testcount, call xp_fail() instead.
765 testcount++; \
785 * If caller already count up testcount, call xp_skip() instead.
788 testcount++; \
809 testcount++;
820 testcount++;
833 testcount++
    [all...]
  /src/external/mit/expat/dist/tests/
basic_tests.c 6164 const int testcount = sizeof(testcases) / sizeof(testcases[0]); local
6165 for (int test_i = 0; test_i < testcount; test_i++) {

Completed in 31 milliseconds