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

/freebsd-13-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-13-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c1022 const struct test *the_test; local
1085 the_test = NULL;
1088 the_test = &tests[i];
1090 if (the_test == NULL)
1092 if ((the_test->t_flags & FLAG_PATH) && (path == NULL)) {
1114 the_test = NULL;
1117 the_test = &tests[i];
1136 the_test->t_func(iterations, the_test->t_int, path);
1139 calls = the_test
[all...]

Completed in 116 milliseconds