HomeSort by relevance Sort by last modified time
    Searched refs:HandlerBCalled (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not thrown')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"
  /external/python/cpython2/Lib/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not raised')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not raised')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not raised')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not raised')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 16 class HandlerBCalled(Exception):
65 raise HandlerBCalled(signum, self.format_frame(frame))
112 self.fail('HandlerBCalled exception not raised')
113 except HandlerBCalled:
117 print "HandlerBCalled exception caught"

Completed in 1088 milliseconds