/third_party/skia/tools/skpbench/ |
H A D | _hardware_android.py | 71 def __exit__(self, exception_type, exception_value, traceback): 72 Hardware.__exit__(self, exception_type, exception_value, traceback)
|
H A D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback):
|
H A D | skpbench.py | 220 def __exit__(self, exception_type, exception_value, traceback):
|
/third_party/skia/infra/bots/ |
H A D | utils.py | 175 exception_type = excinfo[0] 183 if (function is os.listdir) and issubclass(exception_type, OSError):
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.h | 155 v8::debug::ExceptionType exception_type = v8::debug::kException, 198 v8::debug::ExceptionType exception_type) override;
|
/third_party/python/Python/ |
H A D | errors.c | 82 _PyErr_CreateException(PyObject *exception_type, PyObject *value) in _PyErr_CreateException() argument 87 exc = _PyObject_CallNoArgs(exception_type); in _PyErr_CreateException() 90 exc = PyObject_Call(exception_type, value, NULL); in _PyErr_CreateException() 93 exc = PyObject_CallOneArg(exception_type, value); in _PyErr_CreateException() 100 exception_type, Py_TYPE(exc)->tp_name); in _PyErr_CreateException()
|
/third_party/python/Modules/ |
H A D | overlapped.c | 135 PyObject *exception_type; in SetFromWindowsErr() local 141 exception_type = PyExc_ConnectionRefusedError; in SetFromWindowsErr() 144 exception_type = PyExc_ConnectionAbortedError; in SetFromWindowsErr() 147 exception_type = PyExc_OSError; in SetFromWindowsErr() 149 return PyErr_SetExcFromWindowsErr(exception_type, err); in SetFromWindowsErr()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.h | 160 debug::ExceptionType exception_type) override;
|
H A D | gdb-server.cc | 433 debug::ExceptionType exception_type) { in ExceptionThrown() 434 if (exception_type == v8::debug::kException && is_uncaught) { in ExceptionThrown() 429 ExceptionThrown( Local<v8::Context> paused_context, Local<Value> exception, Local<Value> promise, bool is_uncaught, debug::ExceptionType exception_type) ExceptionThrown() argument
|
/third_party/python/Lib/test/ |
H A D | test_fileinput.py | 171 def __init__(self, exception_type): 172 self.exception_type = exception_type 176 raise self.exception_type()
|
H A D | test_fstring.py | 29 def assertAllRaise(self, exception_type, regex, error_strings): 32 with self.assertRaisesRegex(exception_type, regex):
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.h | 439 v8::debug::ExceptionType exception_type);
|
H A D | debug-interface.h | 277 ExceptionType exception_type) {} in ExceptionThrown() 274 ExceptionThrown(v8::Local<v8::Context> paused_context, v8::Local<v8::Value> exception, v8::Local<v8::Value> promise, bool is_uncaught, ExceptionType exception_type) ExceptionThrown() argument
|
H A D | debug.cc | 2179 v8::debug::ExceptionType exception_type) { in OnException() 2241 v8::Utils::ToLocal(promise), uncaught, exception_type); in OnException() local 2178 OnException(Handle<Object> exception, Handle<Object> promise, v8::debug::ExceptionType exception_type) OnException() argument
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 1385 const char* exception_type = "", const char* exception_string = ""); 4460 const char* exception_type, const char* exception_string) { 4469 m_exception_type = exception_type;
|