Home
last modified time | relevance | path

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

/external/lldb/test/unittest2/
Dmain.py9 from unittest2.signals import installHandler
11 installHandler = None variable
107 if self.catchbreak != False and installHandler is not None:
135 if self.catchbreak is None and installHandler is not None:
175 if self.catchbreak != False and installHandler is not None:
201 if self.catchbreak is None and installHandler is not None:
218 installHandler()
D__init__.py56 installHandler, registerResult, removeResult, removeHandler
Dsignals.py35 def installHandler(): function
/external/lldb/test/unittest2/test/
Dtest_break.py28 unittest2.installHandler()
56 unittest2.installHandler()
76 unittest2.installHandler()
97 unittest2.installHandler()
127 unittest2.installHandler()
167 unittest2.installHandler()
234 unittest2.installHandler()
244 unittest2.installHandler()
Dtest_program.py219 original = module.installHandler
221 module.installHandler = original
227 module.installHandler = fakeInstallHandler
/external/lldb/test/
Ddotest.py1224 unittest2.signals.installHandler()