Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc118 int exception_type, in WriteMinidumpWithException() argument
133 exception_type, in WriteMinidumpWithException()
138 _exit(exception_type); in WriteMinidumpWithException()
150 if (exception_type && exception_code) { in WriteMinidumpWithException()
156 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
171 _exit(exception_type); in WriteMinidumpWithException()
Dexception_handler_no_mach.h74 int exception_type,
126 bool WriteMinidumpWithException(int exception_type,
DBreakpad.h60 typedef bool (*BreakpadFilterCallback)(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/google-breakpad/src/client/mac/handler/
Dexception_handler.cc350 int exception_type, in WriteMinidumpWithException() argument
366 exception_type, in WriteMinidumpWithException()
371 _exit(exception_type); in WriteMinidumpWithException()
375 if (exception_type && exception_code) { in WriteMinidumpWithException()
381 exception_type, in WriteMinidumpWithException()
386 _exit(exception_type); in WriteMinidumpWithException()
400 if (exception_type && exception_code) { in WriteMinidumpWithException()
406 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
421 _exit(exception_type); in WriteMinidumpWithException()
525 int exception_type = 0; in WaitForMessage() local
[all …]
Dexception_handler.h96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
/external/oss-fuzz/infra/
Dretry.py39 exception_type=Exception, argument
58 isinstance(exception, exception_type)) and num_try < tries:
/external/python/pyopenssl/src/OpenSSL/
D_util.py34 def exception_from_error_queue(exception_type): argument
57 raise exception_type(errors)
/external/autotest/client/cros/
Dgpio.py42 def __init__(self, exception_type=IOError): argument
43 self._exception_type = exception_type
/external/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
72 Hardware.__exit__(self, exception_type, exception_value, traceback)
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
/external/skia/infra/bots/
Dutils.py175 exception_type = excinfo[0]
183 if (function is os.listdir) and issubclass(exception_type, OSError):
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py883 def __exit__(self, exception_type, exception_value, traceback): argument
884 if exception_type in [errors.OutOfRangeError, StopIteration]:
885 exception_type = None
886 self._close_internal(exception_type)
888 return exception_type is None
915 def _close_internal(self, exception_type=None): argument
917 if not exception_type:
/external/oss-fuzz/projects/muparser/
Dset_eval_fuzzer.cc28 } catch (mu::Parser::exception_type &e) { in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py264 def __exit__(self, exception_type, exception_value, traceback): argument
265 del exception_type, exception_value, traceback
408 def __exit__(self, exception_type, exception_value, traceback): argument
414 self._device_scope.__exit__(exception_type, exception_value, traceback)
423 exception_type, exception_value, traceback)
432 self._resource_creator_scope.__exit__(exception_type, exception_value,
442 self._var_scope.__exit__(exception_type, exception_value, traceback)
3060 def __exit__(self, exception_type, exception_value, traceback): argument
3617 def __exit__(self, exception_type, exception_value, traceback): argument
3622 exception_type, exception_value, traceback)
/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/tensorflow/tensorflow/python/framework/
Derrors_test.py175 for exception_type in [
193 e = exception_type(None, None, None)
/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/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/autotest/client/cros/video/
Dhelper_logger.py134 def __exit__(self, exception_type, exception_value, traceback): argument

12