Searched defs:exception_type (Results 1 – 12 of 12) sorted by relevance
/external/google-breakpad/src/client/mac/crash_generation/ |
D | crash_generation_client.cc | 38 int exception_type, in RequestDumpForException()
|
D | crash_generation_server.h | 52 int32_t exception_type; member
|
D | Inspector.h | 55 int exception_type; member
|
/external/autotest/client/cros/ |
D | gpio.py | 39 def __init__(self, exception_type=IOError): argument
|
/external/skia/tools/skpbench/ |
D | _hardware_android.py | 58 def __exit__(self, exception_type, exception_value, traceback): argument
|
D | _hardware_nexus_6p.py | 20 def __exit__(self, exception_type, exception_value, exception_traceback): argument
|
D | _hardware_pixel_c.py | 21 def __exit__(self, exception_type, exception_value, exception_traceback): argument
|
D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
D | skpbench.py | 155 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | cache_temperature.py | 41 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 350 int exception_type, in WriteMinidumpWithException() 520 int exception_type = 0; in WaitForMessage() local
|
/external/autotest/server/hosts/ |
D | adb_host.py | 546 def check_boot_to_adb_complete(self, exception_type=error.TimeoutException): argument
|