/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | main.py | 10 from unittest2.signals import installHandler 12 installHandler = None variable 108 if self.catchbreak and installHandler is not None: 136 if self.catchbreak is None and installHandler is not None: 180 if self.catchbreak and installHandler is not None: 218 if self.catchbreak is None and installHandler is not None: 235 installHandler()
|
D | __init__.py | 66 installHandler, registerResult, removeResult, removeHandler
|
D | signals.py | 41 def installHandler(): function
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_break.py | 27 unittest2.installHandler() 54 unittest2.installHandler() 73 unittest2.installHandler() 93 unittest2.installHandler() 122 unittest2.installHandler() 163 unittest2.installHandler() 232 unittest2.installHandler() 242 unittest2.installHandler()
|
D | test_program.py | 229 original = module.installHandler 232 module.installHandler = original 239 module.installHandler = fakeInstallHandler
|
/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 | 314 original = module.installHandler 316 module.installHandler = original 322 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 | 67 from .signals import installHandler, registerResult, removeResult, removeHandler
|
D | signals.py | 49 def installHandler(): function
|
D | main.py | 8 from .signals import installHandler 248 installHandler()
|
/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/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | dotest.py | 965 unittest2.signals.installHandler()
|
/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 | 2446 .. function:: installHandler()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5428 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is
|