Searched refs:setup_test (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/reboot/ |
D | reboot02.c | 86 static int setup_test(); 121 if (setup_test() == 0) { in main() 163 int setup_test(void) in setup_test() function
|
/third_party/boost/libs/function_types/example/ |
D | fast_mem_fn_example.cpp | 75 void setup_test(test_vector & v) in setup_test() function 102 setup_test(v); in main() 112 setup_test(v); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall02.c | 84 int setup_test(int); 119 if (setup_test(i)) { in main() 177 int setup_test(int i) in setup_test() function
|
D | mlockall03.c | 87 int setup_test(int); 142 if (setup_test(i)) { in main() 213 int setup_test(int i) in setup_test() function
|
/third_party/curl/tests/libtest/ |
D | CMakeLists.txt | 24 function(setup_test TEST_NAME) # ARGN are the files in the test function 53 setup_test(${TEST_NAME} ${${TEST_NAME}_SOURCES}) 55 setup_test(${TEST_NAME} ${nodist_${TEST_NAME}_SOURCES})
|
/third_party/glib/gio/tests/ |
D | proxy-test.c | 818 setup_test (gpointer fixture, in setup_test() function 1367 g_test_add_vtable ("/proxy/direct_sync", 0, NULL, setup_test, test_direct_sync, teardown_test); in main() 1368 g_test_add_vtable ("/proxy/direct_async", 0, NULL, setup_test, test_direct_async, teardown_test); in main() 1369 g_test_add_vtable ("/proxy/single_sync", 0, NULL, setup_test, test_single_sync, teardown_test); in main() 1370 g_test_add_vtable ("/proxy/single_async", 0, NULL, setup_test, test_single_async, teardown_test); in main() 1371 …g_test_add_vtable ("/proxy/multiple_sync", 0, NULL, setup_test, test_multiple_sync, teardown_test); in main() 1372 …g_test_add_vtable ("/proxy/multiple_async", 0, NULL, setup_test, test_multiple_async, teardown_tes… in main() 1373 g_test_add_vtable ("/proxy/dns", 0, NULL, setup_test, test_dns, teardown_test); in main() 1374 g_test_add_vtable ("/proxy/override", 0, NULL, setup_test, test_override, teardown_test); in main()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_lib.sh | 505 setup_test() function 540 setup_test $i
|