Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dlog_adapter_py.cc32 static void HandleExceptionPy(ExceptionType exception_type, const std::string &str) { in HandleExceptionPy()
/third_party/flutter/skia/tools/skpbench/
D_hardware_android.py60 def __exit__(self, exception_type, exception_value, traceback): argument
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py198 def __exit__(self, exception_type, exception_value, traceback): argument
/third_party/boost/boost/outcome/
Dsuccess_failure.hpp92 using exception_type = E; typedef
152 using exception_type = void; typedef
179 using exception_type = E; typedef
/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/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcallback_common.pyx.pxi21 object exception_type):
/third_party/boost/libs/proto/example/
Dlambda.hpp63 template<typename E> struct catch_ { typedef E exception_type; }; typedef
64 struct catch_all_ { typedef catch_all_ exception_type; }; typedef
1442 typedef typename Head::proto_tag::exception_type exception_type; typedef
/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()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc125 auto exception_type = abi::__cxa_current_exception_type(); in PynativeExecutorTry() local