Searched refs:ntests (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-der.c76 int ntests = sizeof(tests) / sizeof(*tests); local
78 for (i = 0; i < ntests; ++i) {
86 ret = generic_test (tests, ntests, sizeof(int),
94 for (i = 0; i < ntests; ++i)
200 int ntests = sizeof(tests) / sizeof(*tests); local
202 for (i = 0; i < ntests; ++i) {
210 ret = generic_test (tests, ntests, sizeof(int),
217 for (i = 0; i < ntests; ++i)
236 int ntests = sizeof(tests) / sizeof(*tests); local
245 ret = generic_test (tests, ntests, sizeo
278 int ntests = sizeof(tests) / sizeof(*tests); local
326 int ntests = sizeof(tests) / sizeof(*tests); local
369 int ret, ntests = sizeof(tests) / sizeof(*tests); local
406 int ntests = sizeof(tests) / sizeof(*tests); local
455 int ntests = sizeof(tests) / sizeof(*tests); local
493 int ntests = sizeof(tests) / sizeof(*tests); local
544 int ntests = sizeof(tests) / sizeof(tests[0]); local
595 int ntests = sizeof(tests) / sizeof(tests[0]); local
637 int ntests = sizeof(tests) / sizeof(*tests); local
650 int ntests = sizeof(tests) / sizeof(*tests); local
663 int ntests = sizeof(tests) / sizeof(*tests); local
675 int ntests = sizeof(tests) / sizeof(*tests); local
687 int ntests = sizeof(tests) / sizeof(*tests); local
700 int ntests = sizeof(tests) / sizeof(*tests); local
717 int ntests = sizeof(tests) / sizeof(*tests); local
744 int ntests = sizeof(tests) / sizeof(*tests); local
759 int ntests = sizeof(tests) / sizeof(*tests); local
775 int ntests = sizeof(tests) / sizeof(*tests); local
[all...]
H A Dcheck-common.h51 unsigned ntests,
62 unsigned ntests,
H A Dcheck-template.c71 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
90 ret += generic_test (tests, ntests, sizeof(TESTSeqOfSeq),
116 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
135 ret += generic_test (tests, ntests, sizeof(TESTSeqOfSeq2),
160 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
179 ret += generic_test (tests, ntests, sizeof(TESTSeqOf2),
207 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
233 ret += generic_test (tests, ntests, sizeof(TESTSeqOf3),
H A Dcheck-gen.c120 int ntests = sizeof(tests) / sizeof(*tests); local
122 for (i = 0; i < ntests; ++i) {
130 ret = generic_test (tests, ntests, sizeof(Principal),
137 for (i = 0; i < ntests; ++i)
190 int ntests = sizeof(tests) / sizeof(*tests); local
192 for (i = 0; i < ntests; ++i) {
200 ret = generic_test (tests, ntests, sizeof(Authenticator),
207 for (i = 0; i < ntests; ++i)
273 int ntests = sizeof(tests) / sizeof(*tests); local
295 return generic_test (tests, ntests, sizeo
333 int ntests = sizeof(tests) / sizeof(*tests); local
424 int ntests = sizeof(tests) / sizeof(*tests); local
484 int ntests = sizeof(tests) / sizeof(*tests); local
536 int ntests = sizeof(tests) / sizeof(*tests); local
772 int ntests = sizeof(tests) / sizeof(*tests); local
863 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
934 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
1017 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
1103 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
1165 int ntests = sizeof(tests) / sizeof(*tests); local
1190 int ntests = sizeof(tests) / sizeof(*tests); local
1207 int ntests = sizeof(tests) / sizeof(*tests); local
[all...]
H A Dcheck-common.c193 unsigned ntests,
212 for (i = 0; i < ntests; ++i) {
351 unsigned ntests,
365 for (i = 0; i < ntests; ++i) {
192 generic_test(const struct test_case *tests, unsigned ntests, size_t data_size, int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *), int (ASN1CALL *length)(void *), int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *), int (ASN1CALL *free_data)(void *), int (*cmp)(void *a, void *b), int (ASN1CALL *copy)(const void *from, void *to)) argument
350 generic_decode_fail(const struct test_case *tests, unsigned ntests, size_t data_size, int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *)) argument
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpq.tcl7 set ntests 0
26 incr ntests
39 incr ntests
44 puts "$nfailures failures in $ntests tests"
H A Dtest-gmpz.tcl7 set ntests 0
32 incr ntests
51 incr ntests
66 incr ntests
71 puts "$nfailures failures in $ntests tests"
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test27 set ntests 0
72 incr ntests
127 incr ntests
129 append msg "[expr {$ntests-$nsuccesses}] failures in $ntests tests"
H A Dlibm.test26 set ntests 0
71 incr ntests
77 append msg "$nfailed failures in $ntests tests comparing libm to expr" "\n"
/macosx-10.9.5/expat-12/expat/tests/
H A Dminicheck.c60 if (tc->allocated == tc->ntests) {
71 tc->tests[tc->ntests] = test;
72 tc->ntests++;
120 for (i = 0; i < tc->ntests; ++i) {
H A Dminicheck.h59 int ntests; member in struct:TCase
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
50 my ($ntests, $ok_count);
60 # ntests($n)
63 # before ntests() then the results are cached instead of being printed
64 # to STDOUT. When ntests() is called, the total number of tests
65 # (including any cached) is known and the "1..$ntests" line can be
70 sub ntests { subroutine
71 $ntests = shift;
74 $ntests += $EXTRA + scalar @results;
76 print $ntests
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm32 our @EXPORT = qw( ntests ok is match flush skip_all test_expect callsign banner );
50 my ($ntests, $ok_count);
60 # ntests($n)
63 # before ntests() then the results are cached instead of being printed
64 # to STDOUT. When ntests() is called, the total number of tests
65 # (including any cached) is known and the "1..$ntests" line can be
70 sub ntests { subroutine
71 $ntests = shift;
74 $ntests += $EXTRA + scalar @results;
76 print $ntests
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/t/
H A Dcontext.t28 ntests(54);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/t/
H A Dcontext.t28 ntests(54);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen64 return {'ntests' => 0,
332 $testsuite->{ntests}++;
340 $testsuite->{ntests});
455 for (my $i = 0; $i < $testsuite->{ntests}; $i++) {
471 for (my $i = 0; $i < $testsuite->{ntests}; $i++) {

Completed in 113 milliseconds