Home
last modified time | relevance | path

Searched refs:catchbreak (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dmain.py70 failfast = catchbreak = buffer = progName = None
74 exit=True, verbosity=1, failfast=None, catchbreak=None, argument
87 self.catchbreak = catchbreak
104 if self.catchbreak != False:
132 if self.catchbreak is None:
133 self.catchbreak = True
172 if self.catchbreak != False:
198 if self.catchbreak is None:
199 self.catchbreak = options.catchbreak
214 if self.catchbreak:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_break.py200 def __init__(self, catchbreak): argument
204 self.catchbreak = catchbreak
Dtest_discovery.py291 self.assertFalse(program.catchbreak)
301 self.assertTrue(program.catchbreak)
Dtest_program.py246 program.catchbreak = True