Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 25 of 136) sorted by relevance

123456

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/external/skqp/infra/bots/
Dgit_utils.py33 def __exit__(self, exc_type, _value, _traceback): argument
87 def __exit__(self, exc_type, _value, _traceback): argument
/external/skia/infra/bots/
Dgit_utils.py34 def __exit__(self, exc_type, _value, _traceback): argument
88 def __exit__(self, exc_type, _value, _traceback): argument
/external/autotest/client/cros/networking/
Dshill_context.py78 def __exit__(self, exc_type, exc_value, traceback): argument
161 def __exit__(self, exc_type, exc_value, traceback): argument
/external/python/cpython3/Lib/multiprocessing/dummy/
Dconnection.py36 def __exit__(self, exc_type, exc_value, exc_tb): argument
74 def __exit__(self, exc_type, exc_value, exc_tb): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util.py13 def RetryOnException(exc_type, retries): argument
Dcontextlib_ext_unittest.py21 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dcontextlib_ext.py17 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h21 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException()
/external/autotest/client/cros/image_comparison/
Dpdiff_image_comparer.py106 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Lib/ctypes/test/
Dtest_random_things.py42 def expect_unraisable(self, exc_type, exc_msg=None): argument
/external/autotest/client/cros/input_playback/
Dkeyboard.py57 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/tensorflow/tensorflow/python/framework/
Dmemory_checker.py85 def __exit__(self, exc_type, exc_value, traceback): argument
/external/python/cpython3/Lib/test/
Daudit-tests.py19 def __init__(self, raise_on_events=None, exc_type=RuntimeError): argument
247 def excepthook(exc_type, exc_value, exc_tb): argument
Dtest_contextlib_async.py72 async def __aexit__(self, exc_type, exc_value, traceback): argument
368 async def _expect_exc(exc_type, exc, exc_tb): argument
372 async def _expect_ok(exc_type, exc, exc_tb): argument
/external/autotest/client/site_tests/platform_PrinterPpds/
Dfake_printer.py62 def __exit__(self, exc_type, exc_value, traceback): argument
/external/python/cpython2/Lib/
Dpy_compile.py45 def __init__(self, exc_type, exc_value, file, msg=''): argument
/external/perfetto/tools/
Drun_android_test34 def RetryOn(exc_type=(), returns_falsy=False, retries=5): argument
/external/autotest/client/cros/video/
Dchameleon_screenshot_capturer.py109 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/python/cpython3/Lib/unittest/
D_log.py59 def __exit__(self, exc_type, exc_value, tb): argument
/external/python/cpython3/Lib/
Dcontextlib.py26 def __exit__(self, exc_type, exc_value, traceback): argument
48 async def __aexit__(self, exc_type, exc_value, traceback): argument
385 def _exit_wrapper(exc_type, exc, tb): argument
544 async def _exit_wrapper(exc_type, exc, tb): argument
Dpy_compile.py46 def __init__(self, exc_type, exc_value, file, msg=''): argument
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
Dnetwork_WiFi_ProfileBasic.py34 def __exit__(self, exc_type, exc_value, traceback): argument
/external/tensorflow/tensorflow/python/profiler/
Dtrace.py125 def __exit__(self, exc_type, exc_val, exc_tb): argument
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py83 def __exit__(self, exc_type, exc_val, exc_tb): argument

123456