Searched refs:installHandler (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython3/Lib/unittest/test/ |
D | test_break.py | 29 unittest.installHandler() 54 unittest.installHandler() 78 unittest.installHandler() 99 unittest.installHandler() 133 unittest.installHandler() 173 unittest.installHandler() 244 unittest.installHandler() 254 unittest.installHandler()
|
D | test_program.py | 316 original = module.installHandler 318 module.installHandler = original 324 module.installHandler = fakeInstallHandler
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_break.py | 33 unittest.installHandler() 61 unittest.installHandler() 85 unittest.installHandler() 106 unittest.installHandler() 140 unittest.installHandler() 180 unittest.installHandler() 246 unittest.installHandler() 256 unittest.installHandler()
|
D | test_program.py | 236 original = module.installHandler 238 module.installHandler = original 244 module.installHandler = fakeInstallHandler
|
/external/python/cpython2/Lib/unittest/ |
D | __init__.py | 66 from .signals import installHandler, registerResult, removeResult, removeHandler
|
D | main.py | 8 from .signals import installHandler 218 installHandler()
|
D | signals.py | 49 def installHandler(): function
|
/external/python/cpython3/Lib/unittest/ |
D | __init__.py | 66 from .signals import installHandler, registerResult, removeResult, removeHandler
|
D | main.py | 8 from .signals import installHandler 248 installHandler()
|
D | signals.py | 49 def installHandler(): function
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | JavaExceptionReporter.java | 58 private static void installHandler(boolean crashAfterReport) { in installHandler() method in JavaExceptionReporter
|
/external/oj-libjdwp/src/share/back/ |
D | eventHandler.c | 1647 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/ |
D | 2.7.4rc1.rst | 1069 `unittest.installHandler` no longer assumes SIGINT handler is set to a
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 2009 .. function:: installHandler()
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 2296 .. function:: installHandler()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5428 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
|