Searched refs:tests (Results 126 - 150 of 354) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp43 // Path to the directory containing the libatf-c tests, used to locate the
68 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile)
90 get_process_helpers_path(const atf::tests::tc& tc, bool is_detail)
/freebsd-10.1-release/contrib/expat/tests/
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-10.1-release/contrib/libarchive/test_utils/
H A Dtest_utils.c32 /* Filter tests against a glob pattern. Returns non-zero if test matches
77 struct test_list_t *tests)
83 /* Default: Run all tests. */
118 const char *name = tests[start].name;
76 get_test_set(int *test_set, int limit, const char *test, struct test_list_t *tests) argument
/freebsd-10.1-release/contrib/libyaml/
H A DMakefile.am4 SUBDIRS = include src . tests win32
/freebsd-10.1-release/contrib/subversion/
H A Dbuild.conf70 subversion/tests/cmdline/*_tests.py
562 [javahl-tests]
564 path = subversion/bindings/javahl/tests/org/apache/subversion/javahl
574 [javahl-compat-tests]
576 path = subversion/bindings/javahl/tests/org/tigris/subversion/javahl
649 [cxxhl-tests]
650 description = Unit tests for Subversion C++ HighLevel bindings
654 sources = tests/*.cpp
655 install = tests
667 path = subversion/tests
[all...]
H A Dbuild-outputs.mk23 BUILD_DIRS = subversion/tests/cmdline subversion/tests/libsvn_subr subversion/tests/libsvn_fs_base subversion/tests/libsvn_client subversion/tests/libsvn_wc subversion/bindings/cxxhl subversion/bindings/cxxhl/tests tools/diff subversion/tests/libsvn_diff subversion/tests/libsvn_fs_fs subversion/tests/libsvn_fs tools/dev tools/server-side subversion/bindings/javahl/src/org/apache/subversion/javahl/callback subversion/bindings/javahl/classes subversion/bindings/javahl/include subversion/bindings/javahl/src/org/tigris/subversion/javahl subversion/bindings/javahl/tests/or
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dbase64-test.c48 } *t, tests[] = { local
58 for(t = tests; t->data; t++) {
H A Dhex-test.c48 } *t, tests[] = { local
60 for(t = tests; t->data; t++) {
/freebsd-10.1-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh12 Please, do not be alarmed if some of the tests failed.
/freebsd-10.1-release/lib/libcrypt/
H A Dcrypt-sha512.c316 } tests[] = variable in typeref:struct:__anon5709
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-10.1-release/contrib/atf/atf-c/
H A Dmacros_test.c247 } *t, tests[] = { local
260 for (t = &tests[0]; t->head != NULL; t++) {
291 } *t, tests[] = { local
304 for (t = &tests[0]; t->head != NULL; t++) {
347 } *t, tests[] = { local
359 for (t = &tests[0]; t->head != NULL; t++) {
395 do_check_eq_tests(const struct check_eq_test *tests) argument
399 for (t = &tests[0]; t->head != NULL; t++) {
438 struct check_eq_test tests[] = { local
457 do_check_eq_tests(tests);
482 struct check_eq_test tests[] = { local
529 struct check_eq_test tests[] = { local
569 } *t, tests[] = { local
617 do_require_eq_tests(const struct require_eq_test *tests) argument
660 struct require_eq_test tests[] = { local
704 struct require_eq_test tests[] = { local
751 struct require_eq_test tests[] = { local
806 } *t, tests[] = { local
[all...]
/freebsd-10.1-release/bin/
H A DMakefile56 SUBDIR+= tests
/freebsd-10.1-release/contrib/apr-util/test/
H A Dtestdate.c29 } tests[] = { variable in typeref:struct:datetest
181 while (tests[i].input) {
184 date = apr_date_parse_rfc(tests[i].input);
188 ABTS_STR_EQUAL(tc, str_date, tests[i].output);
/freebsd-10.1-release/gnu/usr.bin/
H A DMakefile40 _tests= tests
/freebsd-10.1-release/libexec/atf/atf-check/
H A DMakefile46 SUBDIR+= tests
/freebsd-10.1-release/libexec/atf/atf-sh/
H A DMakefile50 SUBDIR+= tests
/freebsd-10.1-release/sbin/dhclient/
H A DMakefile50 SUBDIR+= tests
/freebsd-10.1-release/sbin/mdconfig/tests/
H A Drun.pl64 my ($tests, $failed) = (0,0);
100 $tests, $tests-$failed, $failed);
140 $tests++;
/freebsd-10.1-release/usr.bin/atf/atf-sh/
H A DMakefile50 SUBDIR+= tests
/freebsd-10.1-release/usr.bin/yacc/
H A DMakefile20 SUBDIR+= tests
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h62 /** A group of tests that are selectable together. */
71 const char **tests; member in struct:testlist_alias_t
81 /** Implementation: Set a flag on tests matching a name; returns number
82 * of tests that matched. */
87 /** Set all tests in 'groups' matching the name 'named' to be skipped. */
/freebsd-10.1-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
/freebsd-10.1-release/contrib/openpam/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
67 --color-tests) color_tests=$2; shift;;
/freebsd-10.1-release/tools/regression/bpf/bpf_filter/
H A DMakefile29 CFLAGS+= -g -I${SYSDIR} -I${.CURDIR}/tests
54 ${TEST}: ${.CURDIR}/tests/${TEST}.h ${SRCS}
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-csqrt.c87 static const double tests[] = { local
130 for (i = 0; i < N(tests); i += 4) {
132 a = tests[i] * mults[j] * mults[j];
133 b = tests[i + 1] * mults[j] * mults[j];
134 x = tests[i + 2] * mults[j];
135 y = tests[i + 3] * mults[j];

Completed in 227 milliseconds

1234567891011>>