/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 350 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 …]
|
D | exception_handler.h | 96 int exception_type, 189 bool WriteMinidumpWithException(int exception_type,
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | crash_generation_client.cc | 38 int exception_type, in RequestDumpForException() argument 53 info.exception_type = exception_type; in RequestDumpForException()
|
D | crash_generation_server.cc | 125 if (info.exception_type && info.exception_code) { in WaitForOneMessage() 126 generator.SetExceptionInformation(info.exception_type, in WaitForOneMessage()
|
D | crash_generation_client.h | 46 bool RequestDumpForException(int exception_type,
|
D | crash_generation_server.h | 52 int32_t exception_type; member
|
D | Inspector.h | 55 int exception_type; member
|
/external/skia/tools/skpbench/ |
D | _hardware_android.py | 60 def __exit__(self, exception_type, exception_value, traceback): argument 61 Hardware.__exit__(self, exception_type, exception_value, traceback)
|
D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/skqp/tools/skpbench/ |
D | _hardware_android.py | 60 def __exit__(self, exception_type, exception_value, traceback): argument 61 Hardware.__exit__(self, exception_type, exception_value, traceback)
|
D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 73 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/ |
D | gpio.py | 39 def __init__(self, exception_type=IOError): argument 40 self._exception_type = exception_type
|
/external/skqp/infra/bots/ |
D | utils.py | 173 exception_type = excinfo[0] 181 if (function is os.listdir) and issubclass(exception_type, OSError):
|
/external/skia/infra/bots/ |
D | utils.py | 173 exception_type = excinfo[0] 181 if (function is os.listdir) and issubclass(exception_type, OSError):
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session.py | 842 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/ |
D | arch.c | 741 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/ |
D | Breakpad.h | 65 typedef bool (*BreakpadFilterCallback)(int exception_type,
|
D | Breakpad.mm | 184 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/ |
D | BreakpadFramework_Test.mm | 64 bool myBreakpadCallback(int exception_type, 69 bool myBreakpadCallback(int exception_type, 75 [testCaseClass setLastExceptionType:exception_type
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.h | 60 typedef bool (*BreakpadFilterCallback)(int exception_type,
|
/external/python/futures/concurrent/futures/ |
D | _base.py | 411 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/ |
D | bad-cases.ll | 111 @exception_type = external global i8 128 catch i8* @exception_type
|
/external/autotest/client/cros/video/ |
D | helper_logger.py | 134 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 68 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()
|