Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 25 of 36) sorted by relevance

12

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc350 int exception_type, in WriteMinidumpWithException() argument
361 exception_type, in WriteMinidumpWithException()
366 _exit(exception_type); in WriteMinidumpWithException()
370 if (exception_type && exception_code) { in WriteMinidumpWithException()
376 exception_type, in WriteMinidumpWithException()
381 _exit(exception_type); in WriteMinidumpWithException()
395 if (exception_type && exception_code) { in WriteMinidumpWithException()
401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
416 _exit(exception_type); in WriteMinidumpWithException()
520 int exception_type = 0; in WaitForMessage() local
[all …]
Dexception_handler.h96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc38 int exception_type, in RequestDumpForException() argument
53 info.exception_type = exception_type; in RequestDumpForException()
Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) { in WaitForOneMessage()
126 generator.SetExceptionInformation(info.exception_type, in WaitForOneMessage()
Dcrash_generation_client.h46 bool RequestDumpForException(int exception_type,
Dcrash_generation_server.h52 int32_t exception_type; member
DInspector.h55 int exception_type; member
/external/skia/tools/skpbench/
D_hardware_android.py60 def __exit__(self, exception_type, exception_value, traceback): argument
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
/external/skqp/tools/skpbench/
D_hardware_android.py60 def __exit__(self, exception_type, exception_value, traceback): argument
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py73 def __exit__(self, exception_type, exception_value, traceback): argument
74 del exception_type, exception_value, traceback
190 def __exit__(self, exception_type, exception_value, traceback): argument
192 self._device_scope.__exit__(exception_type, exception_value, traceback)
193 self._var_creator_scope.__exit__(exception_type, exception_value, traceback)
195 self._var_scope.__exit__(exception_type, exception_value, traceback)
208 def __exit__(self, exception_type, exception_value, traceback): argument
209 del exception_type, exception_value, traceback
1404 def __exit__(self, exception_type, exception_value, traceback): argument
/external/autotest/client/cros/
Dgpio.py39 def __init__(self, exception_type=IOError): argument
40 self._exception_type = exception_type
/external/skqp/infra/bots/
Dutils.py173 exception_type = excinfo[0]
181 if (function is os.listdir) and issubclass(exception_type, OSError):
/external/skia/infra/bots/
Dutils.py173 exception_type = excinfo[0]
181 if (function is os.listdir) and issubclass(exception_type, OSError):
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py842 def __exit__(self, exception_type, exception_value, traceback): argument
843 if exception_type in [errors.OutOfRangeError, StopIteration]:
844 exception_type = None
845 self._close_internal(exception_type)
847 return exception_type is None
874 def _close_internal(self, exception_type=None): argument
876 if not exception_type:
/external/honggfuzz/mac/
Darch.c741 exception_type_t exception_type = ((code[0] >> 20) & 0x0F); in catch_mach_exception_raise_state_identity() local
742 if (exception_type == 0) { in catch_mach_exception_raise_state_identity()
743 exception_type = EXC_CRASH; in catch_mach_exception_raise_state_identity()
745 run->exception = exception_type; in catch_mach_exception_raise_state_identity()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.h65 typedef bool (*BreakpadFilterCallback)(int exception_type,
DBreakpad.mm184 int exception_type,
189 bool HandleException(int exception_type,
265 int exception_type,
276 return breakpad->HandleException( exception_type,
679 bool Breakpad::HandleException(int exception_type,
684 bool should_handle = filter_callback_(exception_type,
713 info.exception_type = exception_type;
/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm64 bool myBreakpadCallback(int exception_type,
69 bool myBreakpadCallback(int exception_type,
75 [testCaseClass setLastExceptionType:exception_type
/external/google-breakpad/src/client/ios/
DBreakpad.h60 typedef bool (*BreakpadFilterCallback)(int exception_type,
/external/python/futures/concurrent/futures/
D_base.py411 exception_type = self._exception.__class__
413 exception_type = type(self._exception)
414 raise exception_type, self._exception, self._traceback
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll111 @exception_type = external global i8
128 catch i8* @exception_type
/external/autotest/client/cros/video/
Dhelper_logger.py134 def __exit__(self, exception_type, exception_value, traceback): argument
/external/python/cpython3/Modules/
Doverlapped.c68 PyObject *exception_type; in SetFromWindowsErr() local
74 exception_type = PyExc_ConnectionRefusedError; in SetFromWindowsErr()
77 exception_type = PyExc_ConnectionAbortedError; in SetFromWindowsErr()
80 exception_type = PyExc_OSError; in SetFromWindowsErr()
82 return PyErr_SetExcFromWindowsErr(exception_type, err); in SetFromWindowsErr()

12