Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/tools/skpbench/
H A D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback):
72 Hardware.__exit__(self, exception_type, exception_value, traceback)
H A D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback):
H A Dskpbench.py220 def __exit__(self, exception_type, exception_value, traceback):
/third_party/skia/infra/bots/
H A Dutils.py175 exception_type = excinfo[0]
183 if (function is os.listdir) and issubclass(exception_type, OSError):
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.h155 v8::debug::ExceptionType exception_type = v8::debug::kException,
198 v8::debug::ExceptionType exception_type) override;
/third_party/python/Python/
H A Derrors.c82 _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 Doverlapped.c135 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 Dgdb-server.h160 debug::ExceptionType exception_type) override;
H A Dgdb-server.cc433 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 Dtest_fileinput.py171 def __init__(self, exception_type):
172 self.exception_type = exception_type
176 raise self.exception_type()
H A Dtest_fstring.py29 def assertAllRaise(self, exception_type, regex, error_strings):
32 with self.assertRaisesRegex(exception_type, regex):
/third_party/node/deps/v8/src/debug/
H A Ddebug.h439 v8::debug::ExceptionType exception_type);
H A Ddebug-interface.h277 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 Ddebug.cc2179 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 Ddoctest.h1385 const char* exception_type = "", const char* exception_string = "");
4460 const char* exception_type, const char* exception_string) {
4469 m_exception_type = exception_type;

Completed in 26 milliseconds