| /lib/efi_selftest/ |
| A D | efi_selftest_watchdog.c | 132 static int teardown(void) in teardown() function 222 .teardown = teardown, 230 .teardown = teardown,
|
| A D | efi_selftest_gop.c | 44 static int teardown(void) in teardown() function 98 .teardown = teardown,
|
| A D | efi_selftest_startimage_return.c | 101 static int teardown(void) in teardown() function 147 .teardown = teardown,
|
| A D | efi_selftest_ipconfig.c | 155 static int teardown(void) in teardown() function 167 .teardown = teardown,
|
| A D | efi_selftest_startimage_exit.c | 103 static int teardown(void) in teardown() function 162 .teardown = teardown,
|
| A D | efi_selftest_textinputex.c | 98 static int teardown(void) in teardown() function 196 .teardown = teardown,
|
| A D | efi_selftest_events.c | 74 static int teardown(void) in teardown() function 205 .teardown = teardown,
|
| A D | efi_selftest_open_protocol.c | 63 static int teardown(void) in teardown() function 204 .teardown = teardown,
|
| A D | efi_selftest.c | 130 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown() function 134 if (!test->teardown) in teardown() 137 ret = test->teardown(); in teardown() 231 teardown(test, failures); in efi_st_do_tests()
|
| A D | efi_selftest_tpl.c | 74 static int teardown(void) in teardown() function 230 .teardown = teardown,
|
| A D | efi_selftest_esrt.c | 191 static int teardown(void) in teardown() function 291 .teardown = teardown,
|
| A D | efi_selftest_register_notify.c | 103 static int teardown(void) in teardown() function 266 .teardown = teardown,
|
| A D | efi_selftest_http.c | 287 static int teardown(void) in teardown() function 312 .teardown = teardown,
|
| A D | efi_selftest_manageprotocols.c | 127 static int teardown(void) in teardown() function 383 .teardown = teardown,
|
| A D | efi_selftest_controllers.c | 457 static int teardown(void) in teardown() function 475 .teardown = teardown,
|
| A D | efi_selftest_devicepath.c | 239 static int teardown(void) in teardown() function 466 .teardown = teardown,
|
| A D | efi_selftest_snp.c | 426 static int teardown(void) in teardown() function 484 .teardown = teardown,
|
| A D | efi_selftest_bitblt.c | 211 static int teardown(void) in teardown() function 351 .teardown = teardown,
|
| A D | efi_selftest_loadimage.c | 453 static int teardown(void) in teardown() function 528 .teardown = teardown,
|
| A D | efi_selftest_block_device.c | 249 static int teardown(void) in teardown() function 588 .teardown = teardown,
|
| A D | efi_selftest_load_file.c | 473 .teardown = efi_st_load_file_teardown,
|
| A D | efi_selftest_tcg2.c | 1010 .teardown = efi_st_tcg2_teardown,
|
| /lib/lwip/lwip/test/unit/ |
| A D | lwip_unittests.c | 34 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument 41 if ((setup != NULL) || (teardown != NULL)) { in create_suite() 42 tcase_add_checked_fixture(tc_core, setup, teardown); in create_suite()
|
| A D | lwip_check.h | 41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 3510 * Add platform setup and teardown calls in test suites. 3812 platform-specific setup and teardown operations. The macro
|