Home
last modified time | relevance | path

Searched refs:the_test (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c++/
H A Dmacros_hpp_test.cpp106 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_1)(); in instantiate_1() local
107 delete the_test; in instantiate_1()
115 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_2)(); in instatiate_2() local
116 delete the_test; in instatiate_2()
124 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_3)(); in instatiate_3() local
125 delete the_test; in instatiate_3()
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c1020 const struct test *the_test; in main() local
1083 the_test = NULL; in main()
1086 the_test = &tests[i]; in main()
1088 if (the_test == NULL) in main()
1090 if ((the_test->t_flags & FLAG_PATH) && (path == NULL)) { in main()
1112 the_test = NULL; in main()
1115 the_test = &tests[i]; in main()
1134 the_test->t_func(iterations, the_test->t_int, path); in main()
1137 calls = the_test->t_func(iterations, the_test->t_int, in main()
1140 printf("%s\t%ju\t", the_test->t_name, k); in main()
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests_generator.py1280 the_test = line.split(",")[1].replace(" ", "") variable
1281 asked_tests += [the_test]