Home
last modified time | relevance | path

Searched defs:ex_type (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/renesas/common/
Dbl2_interrupt_error.c44 void bl2_interrupt_error_type(uint32_t ex_type) in bl2_interrupt_error_type()
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/common/
H A Dbl2_interrupt_error.c44 void bl2_interrupt_error_type(uint32_t ex_type) in bl2_interrupt_error_type()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dprofiler.cc115 const py::object& traceback) -> py::object { in BuildProfilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpy_context_manager_test.py34 def __exit__(self, ex_type, ex_value, ex_tb): argument
/aosp_15_r20/external/autotest/client/common_lib/feedback/
H A Dclient.py75 def __exit__(self, ex_type, ex_val, ex_tb): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Daudit-tests.py72 def assertRaises(ex_type): argument
/aosp_15_r20/system/apex/tools/
H A Ddeapexer.py165 def __exit__(self, ex_type, value, traceback): argument
/aosp_15_r20/external/skia/
H A DPRESUBMIT.py220 def __exit__(self, ex_type, ex_value, ex_traceback): argument
/aosp_15_r20/external/autotest/client/cros/crash/
H A Dcrash_test.py36 def __exit__(self, ex_type, value, traceback): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py63 def _assert(cond, ex_type, msg): argument