Searched refs:the_test (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dmacros_hpp_test.cpp106 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_1)(); local
107 delete the_test;
115 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_2)(); local
116 delete the_test;
124 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_3)(); local
125 delete the_test;
/freebsd-10-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c694 const struct test *the_test; local
755 the_test = NULL;
758 the_test = &tests[i];
760 if (the_test == NULL)
762 if ((the_test->t_flags & FLAG_PATH) && (path == NULL)) {
763 errx(-1, "%s requires -p", the_test->t_name);
776 the_test = NULL;
779 the_test = &tests[i];
785 the_test->t_func(iterations, the_test
[all...]

Completed in 207 milliseconds