Home
last modified time | relevance | path

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

/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dmain.py10 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__.py66 installHandler, registerResult, removeResult, removeHandler
Dsignals.py41 def installHandler(): function
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_break.py27 unittest2.installHandler()
54 unittest2.installHandler()
73 unittest2.installHandler()
93 unittest2.installHandler()
122 unittest2.installHandler()
163 unittest2.installHandler()
232 unittest2.installHandler()
242 unittest2.installHandler()
Dtest_program.py229 original = module.installHandler
232 module.installHandler = original
239 module.installHandler = fakeInstallHandler
/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.py314 original = module.installHandler
316 module.installHandler = original
322 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__.py67 from .signals import installHandler, registerResult, removeResult, removeHandler
Dsignals.py49 def installHandler(): function
Dmain.py8 from .signals import installHandler
248 installHandler()
/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/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py965 unittest2.signals.installHandler()
/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.rst2446 .. function:: installHandler()
/external/python/cpython3/Misc/
DHISTORY5428 - Issue #15505: `unittest.installHandler` no longer assumes SIGINT handler is