Home
last modified time | relevance | path

Searched refs:test_exit (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/commands/insmod/
Dltp_insmod01.c29 static void test_exit(void) in test_exit() function
37 module_exit(test_exit);
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
Dltp_fw_load.c156 static void test_exit(void) in test_exit() function
164 module_exit(test_exit);
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Dtest_per_cpu_allocator_module.c207 static void __exit test_exit(void) in test_exit() function
222 module_exit(test_exit);
/external/ethtool/
Dtest-cmdline.c294 test_exit(0); in send_ioctl()
Dinternal.h216 void test_exit(int rc) __attribute__((noreturn));
221 #define exit(rc) test_exit(rc)
Dtest-common.c257 void test_exit(int rc) in test_exit() function
Dtest-features.c508 test_exit(0); in send_ioctl()
/external/python/cpython2/Lib/test/
Dtest_atexit.py63 def test_exit(self): member in TestCase
Dtest_dummy_thread.py89 def test_exit(self): member in MiscTests
Dtest_sys.py120 def test_exit(self): member in SysModuleTest
/external/python/cpython3/Lib/test/
Dtest_atexit.py84 def test_exit(self): member in GeneralTest
Dtest_sys.py116 def test_exit(self): member in SysModuleTest
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1141 Rewrote test_exit in test_sys to match existing comments, use modern