Home
last modified time | relevance | path

Searched defs:exception_type (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py220 def __exit__(self, exception_type, exception_value, traceback): argument
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h277 ExceptionType exception_type) {} in ExceptionThrown()
Ddebug.cc2179 v8::debug::ExceptionType exception_type) { in OnException()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.cc433 debug::ExceptionType exception_type) { in ExceptionThrown()
/third_party/python/Lib/test/
Dtest_fstring.py29 def assertAllRaise(self, exception_type, regex, error_strings): argument
Dtest_fileinput.py172 def __init__(self, exception_type): argument
/third_party/python/Modules/
Doverlapped.c123 PyObject *exception_type; in SetFromWindowsErr() local
/third_party/python/Python/
Derrors.c89 _PyErr_CreateException(PyObject *exception_type, PyObject *value) in _PyErr_CreateException()