Home
last modified time | relevance | path

Searched refs:installHandler (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/unittest/test/
Dtest_break.py29 unittest.installHandler()
54 unittest.installHandler()
78 unittest.installHandler()
99 unittest.installHandler()
133 unittest.installHandler()
173 unittest.installHandler()
244 unittest.installHandler()
254 unittest.installHandler()
Dtest_program.py316 original = module.installHandler
318 module.installHandler = original
324 module.installHandler = fakeInstallHandler
/external/python/cpython2/Lib/unittest/test/
Dtest_break.py33 unittest.installHandler()
61 unittest.installHandler()
85 unittest.installHandler()
106 unittest.installHandler()
140 unittest.installHandler()
180 unittest.installHandler()
246 unittest.installHandler()
256 unittest.installHandler()
Dtest_program.py236 original = module.installHandler
238 module.installHandler = original
244 module.installHandler = fakeInstallHandler
/external/python/cpython2/Lib/unittest/
D__init__.py66 from .signals import installHandler, registerResult, removeResult, removeHandler
Dmain.py8 from .signals import installHandler
218 installHandler()
Dsignals.py49 def installHandler(): function
/external/python/cpython3/Lib/unittest/
D__init__.py66 from .signals import installHandler, registerResult, removeResult, removeHandler
Dmain.py8 from .signals import installHandler
248 installHandler()
Dsignals.py49 def installHandler(): function
/external/libchrome/base/android/java/src/org/chromium/base/
DJavaExceptionReporter.java58 private static void installHandler(boolean crashAfterReport) { in installHandler() method in JavaExceptionReporter
/external/oj-libjdwp/src/share/back/
DeventHandler.c1647 installHandler(HandlerNode *node, in installHandler() function
1704 error = installHandler(node, func, JNI_FALSE); in createInternal()
1743 return installHandler(node, in eventHandler_installExternal()
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst1069 `unittest.installHandler` no longer assumes SIGINT handler is set to a
/external/python/cpython2/Doc/library/
Dunittest.rst2009 .. function:: installHandler()
/external/python/cpython3/Doc/library/
Dunittest.rst2296 .. function:: installHandler()
/external/python/cpython3/Misc/
DHISTORY5428 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is