HomeSort by relevance Sort by last modified time
    Searched refs:exception_type (Results 1 - 25 of 32) sorted by null

1 2

  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 38 int exception_type,
53 info.exception_type = exception_type;
crash_generation_client.h 46 bool RequestDumpForException(int exception_type,
crash_generation_server.h 52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
crash_generation_server.cc 125 if (info.exception_type && info.exception_code) {
126 generator.SetExceptionInformation(info.exception_type,
Inspector.h 55 int exception_type; member in struct:InspectorInfo
  /external/skia/tools/skpbench/
_hardware_android.py 60 def __exit__(self, exception_type, exception_value, traceback):
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
_hardware.py 29 def __exit__(self, exception_type, exception_value, traceback):
  /external/skqp/tools/skpbench/
_hardware_android.py 60 def __exit__(self, exception_type, exception_value, traceback):
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
_hardware.py 29 def __exit__(self, exception_type, exception_value, traceback):
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.h 65 typedef bool (*BreakpadFilterCallback)(int exception_type,
  /external/autotest/client/cros/
gpio.py 39 def __init__(self, exception_type=IOError):
40 self._exception_type = exception_type
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
exception_handler.cc 350 int exception_type,
361 exception_type,
366 _exit(exception_type);
370 if (exception_type && exception_code) {
376 exception_type,
381 _exit(exception_type);
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
416 _exit(exception_type);
520 int exception_type = 0 local
    [all...]
  /external/google-breakpad/src/client/ios/
Breakpad.h 60 typedef bool (*BreakpadFilterCallback)(int exception_type,
  /external/autotest/client/cros/video/
helper_logger.py 133 def __exit__(self, exception_type, exception_value, traceback):
  /external/skia/infra/bots/
utils.py 173 exception_type = excinfo[0]
181 if (function is os.listdir) and issubclass(exception_type, OSError):
  /external/skqp/infra/bots/
utils.py 173 exception_type = excinfo[0]
181 if (function is os.listdir) and issubclass(exception_type, OSError):
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 96 void plat_report_exception(unsigned int exception_type);
  /external/honggfuzz/mac/
arch.c 705 exception_type_t exception_type = ((code[0] >> 20) & 0x0F); local
706 if (exception_type == 0) {
707 exception_type = EXC_CRASH;
709 run->exception = exception_type;
  /external/python/cpython3/Modules/
overlapped.c 68 PyObject *exception_type; local
74 exception_type = PyExc_ConnectionRefusedError;
77 exception_type = PyExc_ConnectionAbortedError;
80 exception_type = PyExc_OSError;
82 return PyErr_SetExcFromWindowsErr(exception_type, err);
    [all...]
  /external/python/futures/concurrent/futures/
_base.py 411 exception_type = self._exception.__class__
413 exception_type = type(self._exception)
414 raise exception_type, self._exception, self._traceback
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 163 def __exit__(self, exception_type, exception_value, traceback):
179 def __exit__(self, exception_type, exception_value, traceback):
183 if not exception_type:
676 def __exit__(self, exception_type, exception_value, traceback):
    [all...]
  /external/python/cpython3/Lib/test/
test_fstring.py 16 def assertAllRaise(self, exception_type, regex, error_strings):
19 with self.assertRaisesRegex(exception_type, regex):
test_fileinput.py 182 def __init__(self, exception_type):
183 self.exception_type = exception_type
187 raise self.exception_type()
    [all...]
  /cts/apps/CameraITS/tools/
hardware.py 74 def __exit__(self, exception_type, exception_value, traceback):

Completed in 542 milliseconds

1 2