Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/insmod/
Dltp_insmod01.c29 static void test_exit(void) in test_exit() function
35 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/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_dummy_thread.py108 def test_exit(self): member in MiscTests
Dtest_sys.py89 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