Searched refs:tests (Results 26 - 50 of 235) sorted by relevance

12345678910

/freebsd-9.3-release/gnu/usr.bin/grep/tests/
H A Dspencer2.sh10 ${AWK-awk} -f $srcdir/scriptgen.awk $srcdir/spencer2.tests > tmp2.script
H A Dwarning.sh12 Please, do not be alarmed if some of the tests failed.
/freebsd-9.3-release/tools/regression/lib/msun/
H A DMakefile8 .PHONY: tests
9 tests: ${TESTS}
H A Dtest-nearbyint.c31 * - adapt tests for rint(3)
32 * - tests for harder values (more mantissa bits than float)
33 * - tests in other rounding modes
79 static const float tests[] = { variable
92 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2;
97 testit(i + 1, tests[i * 2], tests[i * 2 + 1]);
H A Dtest-conj.c74 static const double tests[] = { variable
95 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2;
103 __real__ expected = __real__ in = tests[2 * i];
104 __imag__ in = tests[2 * i + 1];
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aes_selftest.c60 } tests[] = { variable in typeref:struct:__anon142
77 tests[0].key[0]++;
89 tests[n].key, NULL,
90 tests[n].plaintext,
91 tests[n].ciphertext, 16) <= 0)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_pkinit_dh2key.c72 } tests[] = { variable in typeref:struct:__anon4659
210 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
211 test_dh2key(i, context, &tests[i].X, NULL, NULL,
212 tests[i].type, &tests[i].key);
H A Dtest_hostname.c85 } tests[] = { local
90 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
91 errors += expand_hostname(context, tests[i].orig_hostname);
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.h47 generic_test (const struct test_case *tests,
57 generic_decode_fail(const struct test_case *tests,
H A Dcheck-gen.c94 struct test_case tests[] = { local
119 int ntests = sizeof(tests) / sizeof(*tests);
122 tests[i].val = &values[i];
123 asprintf (&tests[i].name, "Principal %d", i);
126 ret = generic_test (tests, ntests, sizeof(Principal),
133 free (tests[i].name);
160 struct test_case tests[] = { local
185 int ntests = sizeof(tests) / sizeof(*tests);
251 struct test_case tests[] = { local
308 struct test_case tests[] = { local
390 struct test_case tests[] = { local
450 struct test_case tests[] = { local
538 struct test_case tests[] = { local
605 struct test_case tests[] = { local
681 struct test_case tests[] = { local
732 struct test_case tests[] = { local
769 struct test_case tests[] = { local
793 struct test_case tests[] = { local
[all...]
/freebsd-9.3-release/share/doc/papers/diskperf/
H A DMakefile6 SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms \
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-trimdomain-nodomain.c43 int tests = 0; variable
47 * This makes the tests much easier to write and less likely to fail on
68 tests++;
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
H A Dtest-trimdomain.c43 int tests = 0; variable
47 * This makes the tests much easier to write and less likely to fail on
68 tests++;
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
/freebsd-9.3-release/tools/regression/vfs/
H A Dtrailing_slash.t12 tests="
24 set $tests
/freebsd-9.3-release/contrib/expat/tests/
H A Dminicheck.c4 * tests. This interface is based entirely on the portion of the
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
65 if (new_tests != tc->tests) {
66 free(tc->tests);
67 tc->tests = new_tests;
71 tc->tests[tc->ntests] = test;
117 tc = suite->tests;
136 (tc->tests[
[all...]
H A Dminicheck.h4 * tests. This interface is based entirely on the portion of the
52 TCase *tests; member in struct:Suite
59 tcase_test_function *tests; member in struct:TCase
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dparse_reply-test.c56 } tests[] = { variable in typeref:struct:testcase
93 for (i = 0; val == 0 && i < sizeof(tests)/sizeof(tests[0]); ++i) {
94 const struct testcase *t = &tests[i];
H A Dbase64-test.c51 } *t, tests[] = { local
61 for(t = tests; t->data; t++) {
H A Dhex-test.c52 } *t, tests[] = { local
64 for(t = tests; t->data; t++) {
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dsplit.c217 } tests[] = { variable in typeref:struct:__anon5132
290 for (n = 0; tests[n].str != NULL; n++) {
291 (void) strcpy(buf, tests[n].str);
293 nf = split(buf, fields, RNF, tests[n].seps);
295 if (nf != tests[n].nf) {
297 tests[n].str, tests[n].seps, nf, tests[n].nf);
307 if (strcmp(f, tests[n].fi[i]) != 0) {
309 tests[
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c43 struct range tests[] = { variable in typeref:struct:range
149 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
150 test_range(&tests[i], 1, context, crypto);
151 test_range(&tests[i], 0, context, crypto);
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py58 self.tests = set()
73 self.tests.add(platform)
85 if self.defines == self.tests:
90 if global_platform in self.tests:
95 if len(self.tests) == 0:
104 if len(self.tests) > 1:
110 (self.title(), format_set(self.tests))
114 if len(self.tests) == 0:
120 notest = self.defines - self.tests
127 (self.title(), format_set(self.defines), format_set(self.tests))
[all...]
/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt-sha256.c304 } tests[] = variable in typeref:struct:__anon5176
357 #define ntests (sizeof (tests) / sizeof (tests[0]))
415 SHA256_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
417 if (memcmp(tests[cnt].result, sum, 32) != 0) {
419 printf("%02X", tests[cnt].result[i]);
429 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
430 SHA256_Update(&ctx, &tests[cnt].input[i], 1);
432 if (memcmp(tests[cn
[all...]
H A Dcrypt-sha512.c316 } tests[] = variable in typeref:struct:__anon5178
388 #define ntests (sizeof (tests) / sizeof (tests[0]))
448 SHA512_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
450 if (memcmp(tests[cnt].result, sum, 64) != 0) {
456 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
457 SHA512_Update(&ctx, &tests[cnt].input[i], 1);
459 if (memcmp(tests[cnt].result, sum, 64) != 0) {
495 puts("all tests O
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb49 tests = []
61 tests = find_tests(source)
68 generate(input_file, output_file, tests, used_mocks, testfile_includes)
77 def generate(input_file, output_file, tests, used_mocks, testfile_includes)
80 create_externs(output, tests, used_mocks)
84 create_main(output, input_file, tests, used_mocks)
108 #find tests
124 #determine line numbers and create tests to run
199 def create_externs(output, tests, mocks)
204 tests
[all...]

Completed in 119 milliseconds

12345678910