Searched refs:tear_down (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/relro/ |
D | dlopen_ext_relro_test.c | 51 static void tear_down(const int fd, const char *relro_path) in tear_down() function 172 tear_down(relro_fd, relro_file); in dlopen_ext_relro_0400() 215 tear_down(relro_fd, relro_file); in dlopen_ext_relro_0600() 242 tear_down(relro_fd, relro_file); in dlopen_ext_relro_0700() 269 tear_down(relro_fd, relro_file); in dlopen_ext_relro_0800() 313 tear_down(relro_fd, relro_file); in dlopen_ext_relro_1000() 341 tear_down(relro_fd, relro_file); in dlopen_ext_relro_1100() 368 tear_down(relro_fd, relro_file); in dlopen_ext_relro_1200() 396 tear_down(relro_fd, relro_file); in dlopen_ext_relro_1500() 421 tear_down(relro_fd, relro_file); in dlopen_ext_relro_1600() [all …]
|
/third_party/openssl/test/ |
D | cipherlist_test.c | 31 static void tear_down(CIPHERLIST_TEST_FIXTURE *fixture) in tear_down() function 50 tear_down(fixture); in set_up() 195 EXECUTE_TEST(execute_test, tear_down) 213 tear_down(fixture); in test_default_cipherlist_explicit() 248 tear_down(fixture); in test_default_cipherlist_clear()
|
D | ssl_test_ctx_test.c | 139 static void tear_down(SSL_TEST_CTX_TEST_FIXTURE *fixture) in tear_down() function 148 EXECUTE_TEST(execute_test, tear_down) 207 tear_down(fixture); in test_good_configuration()
|
D | ct_test.c | 81 static void tear_down(CT_TEST_FIXTURE *fixture) in tear_down() function 329 # define EXECUTE_CT_TEST() EXECUTE_TEST(execute_cert_test, tear_down)
|
D | testutil.h | 98 # define EXECUTE_TEST(execute_func, tear_down)\ argument 101 tear_down(fixture);\
|
/third_party/weston/tools/zunitc/test/ |
D | fixtures_test.c | 86 .tear_down = teardown_test_config
|
D | zunitc_test.c | 212 .tear_down = complex_test_tear_down,
|
/third_party/weston/tests/ |
D | config-parser-test.c | 104 .tear_down = cleanup_test_config 144 .tear_down = cleanup_test_config
|
/third_party/weston/tools/zunitc/inc/zunitc/ |
D | zunitc.h | 97 void (*tear_down)(void *data); member
|
/third_party/boost/libs/test/doc/test_organization/ |
D | testorg_reference.qbk | 265 Decorator `fixture` specifies a pair of functions (like `set_up` and `tear_down`) to be called befo… 267 -- and `tear_down` function is called once -- after the suite execution ends. It comes in three for…
|
/third_party/weston/tools/zunitc/src/ |
D | zunitc_impl.c | 1135 cleanup_fn = fxt ? fxt->tear_down : NULL; in run_single_test()
|