Searched refs:ex_type (Results 1 – 9 of 9) sorted by relevance
/external/arm-trusted-firmware/plat/renesas/common/ |
D | bl2_interrupt_error.c | 44 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/ |
D | py_context_manager_test.py | 38 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/ |
D | tdc.py | 343 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/ |
D | profiler.cc | 55 [](py::object self, const py::object& ex_type, in BuildProfilerSubmodule()
|
/external/python/cpython3/Lib/test/ |
D | audit-tests.py | 71 def assertRaises(ex_type): argument 78 assert type(ex) is ex_type, f"{ex} should be {ex_type}"
|
/external/autotest/client/common_lib/feedback/ |
D | client.py | 75 def __exit__(self, ex_type, ex_val, ex_tb): argument
|
/external/skqp/ |
D | PRESUBMIT.py | 201 def __exit__(self, ex_type, ex_value, ex_traceback): argument
|
/external/skia/ |
D | PRESUBMIT.py | 231 def __exit__(self, ex_type, ex_value, ex_traceback): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 66 def _assert(cond, ex_type, msg): argument 85 raise ex_type(msg)
|