Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/renesas/rcar/
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/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/python/cpython3/Lib/test/
Daudit-tests.py93 def assertRaises(ex_type): argument
100 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.py233 def __exit__(self, ex_type, ex_value, ex_traceback): argument
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py59 def _assert(cond, ex_type, msg): argument
78 raise ex_type(msg)