Home
last modified time | relevance | path

Searched refs:atexit (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_atexit.py4 import atexit
14 self.save_handlers = atexit._exithandlers
15 atexit._exithandlers = []
20 atexit._exithandlers = self.save_handlers
23 atexit.register(self.h1)
24 atexit.register(self.h4)
25 atexit.register(self.h4, 4, kw="abc")
26 atexit._run_exitfuncs()
31 atexit.register(lambda: 1, 0, 0, (x for x in (1,2)), 0, 0)
32 self.assertRaises(TypeError, atexit._run_exitfuncs)
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c69 atexit(void (*handler)(void)) in atexit() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdlib.h210 int atexit(void (*Handler)(void));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_beos.c113 atexit( beos_cleanup_dyn ); in beos_init_dyn()
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
Dstdlib.h77 int atexit(void (*)(void));
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c47 (void)atexit(cleanup); in rand_bytes()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dst.c152 atexit(stat_col);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1647 import atexit
1648 atexit.register(shutdown)
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c444 (void)atexit(cleanup); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt221 atexit.py linecache.py sre_parse.py
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt243 atexit.py linecache.py sre_parse.py