Home
last modified time | relevance | path

Searched refs:ex_type (Results 1 – 9 of 9) sorted by relevance

/external/arm-trusted-firmware/plat/renesas/common/
Dbl2_interrupt_error.c44 void bl2_interrupt_error_type(uint32_t ex_type) in bl2_interrupt_error_type() argument
67 if (ex_type >= SWDT_ERROR_TYPE) { in bl2_interrupt_error_type()
70 ERROR(" Exception type = Unknown (%d)\n", ex_type); in bl2_interrupt_error_type()
78 &interrupt_ex[ex_type][0]); in bl2_interrupt_error_type()
80 switch (ex_type) { in bl2_interrupt_error_type()
/external/tensorflow/tensorflow/python/framework/
Dpy_context_manager_test.py38 def __exit__(self, ex_type, ex_value, ex_tb): argument
39 self.log.append("__exit__(%s, %s, %s)" % (ex_type, ex_value, ex_tb))
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc.py343 ex_type, ex, ex_tb = sys.exc_info()
345 format(ex_type, ex))
347 …y_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex)
374 ex_type, ex, ex_tb = sys.exc_info()
386 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
/external/tensorflow/tensorflow/compiler/xla/python/
Dprofiler.cc55 [](py::object self, const py::object& ex_type, in BuildProfilerSubmodule()
/external/python/cpython3/Lib/test/
Daudit-tests.py71 def assertRaises(ex_type): argument
78 assert type(ex) is ex_type, f"{ex} should be {ex_type}"
/external/autotest/client/common_lib/feedback/
Dclient.py75 def __exit__(self, ex_type, ex_val, ex_tb): argument
/external/skqp/
DPRESUBMIT.py201 def __exit__(self, ex_type, ex_value, ex_traceback): argument
/external/skia/
DPRESUBMIT.py231 def __exit__(self, ex_type, ex_value, ex_traceback): argument
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py66 def _assert(cond, ex_type, msg): argument
85 raise ex_type(msg)