/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/unit/ |
D | TestRunner.py | 121 except BaseException as e: 129 except BaseException as e: 137 except BaseException as e: 146 except BaseException as e: 153 except BaseException as e: 158 except BaseException as e: 167 except BaseException as e:
|
/external/python/cpython2/Lib/test/ |
D | test_exceptions.py | 212 (BaseException, (), {'message' : '', 'args' : ()}), 213 (BaseException, (1, ), {'message' : 1, 'args' : (1,)}), 214 (BaseException, ('foo',), 216 (BaseException, ('foo', 1), 288 except BaseException, e: 316 exc = BaseException("foo") 325 exc = BaseException("foo") 352 exc = BaseException(*args) 359 self.assertRaises(TypeError, BaseException, a=1) 361 class DerivedException(BaseException): [all …]
|
D | exception_hierarchy.txt | 1 BaseException
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 452 class BaseException { class 456 BaseException() {}; in BaseException() function in test17::BaseException 459 class DerivedException: public BaseException {
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 58 except BaseException as exc: 70 except BaseException: 98 except BaseException:
|
D | process.py | 199 except BaseException as e: 220 except BaseException: 233 except BaseException as e: 362 except BaseException as e:
|
/external/python/cpython2/Doc/library/ |
D | exceptions.rst | 33 root class :exc:`BaseException`, the associated value is present as the 43 class or one of its subclasses, and not from :exc:`BaseException`. More 49 .. exception:: BaseException 73 Changed to inherit from :exc:`BaseException`. 162 directly inherits from :exc:`BaseException` instead of :exc:`StandardError` 168 Changed to inherit from :exc:`BaseException`. 211 :exc:`BaseException` so as to not be accidentally caught by code that catches 215 Changed to inherit from :exc:`BaseException`. 350 directly from :exc:`BaseException` and not :exc:`StandardError`, since it is not 360 The exception inherits from :exc:`BaseException` instead of :exc:`StandardError` [all …]
|
/external/webrtc/tools/network_emulator/ |
D | network_emulator.py | 19 class NetworkEmulatorError(BaseException): 32 BaseException.__init__(self, fail_msg)
|
/external/python/cpython3/Lib/test/ |
D | test_exceptions.py | 301 (BaseException, (), {'args' : ()}), 302 (BaseException, (1, ), {'args' : (1,)}), 303 (BaseException, ('foo',), 305 (BaseException, ('foo', 1), 429 e = BaseException().with_traceback(tb) 430 self.assertIsInstance(e, BaseException) 506 self.assertRaises(TypeError, BaseException, a=1) 508 class DerivedException(BaseException): 510 BaseException.__init__(self)
|
D | test_baseexception.py | 26 if issubclass(object_, BaseException): 175 self.catch_fails(BaseException())
|
D | exception_hierarchy.txt | 1 BaseException
|
/external/python/cpython3/Lib/idlelib/ |
D | calltip.py | 110 except BaseException: 136 except BaseException:
|
/external/python/apitools/apitools/base/py/ |
D | app2.py | 165 except BaseException as e: 190 except BaseException as e: 292 except BaseException as e:
|
/external/python/cpython2/Lib/idlelib/ |
D | CallTips.py | 118 except BaseException: 151 except BaseException:
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 205 except BaseException as exc: 512 except BaseException: 653 except BaseException:
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | mock_idle.py | 32 if isinstance(self.result, BaseException):
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | mock_idle.py | 29 if isinstance(self.result, BaseException):
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | runtest_mp.py | 71 except BaseException as e: 146 except BaseException:
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | multithreaded_processor.py | 108 except BaseException as exception:
|
D | fake_printer.py | 174 except BaseException as e:
|
D | platform_PrinterPpds.py | 277 except BaseException as e: 284 except BaseException as e:
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | server.py | 61 except BaseException as e:
|
/external/compiler-rt/test/cfi/ |
D | lit.cfg | 36 raise BaseException("Tests unsupported")
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | util.py | 51 except BaseException:
|
/external/google-benchmark/tools/gbench/ |
D | util.py | 51 except BaseException:
|