Home
last modified time | relevance | path

Searched refs:unhandled_exception (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/common_lib/
Derror.py48 def __init__(self, unhandled_exception): argument
49 if isinstance(unhandled_exception, JobError):
50 JobError.__init__(self, *unhandled_exception.args)
51 elif isinstance(unhandled_exception, basestring):
52 JobError.__init__(self, unhandled_exception)
55 msg %= (unhandled_exception.__class__.__name__,
56 unhandled_exception)
91 def __init__(self, unhandled_exception): argument
92 if isinstance(unhandled_exception, TestError):
93 TestError.__init__(self, *unhandled_exception.args)
[all …]
/external/u-boot/arch/arm/cpu/armv8/
Dpsci.S214 unhandled_exception: label
215 b unhandled_exception /* simply dead loop */
237 b unhandled_exception
242 b unhandled_exception /* Sync, Current EL using SP0 */
244 b unhandled_exception /* IRQ, Current EL using SP0 */
246 b unhandled_exception /* FIQ, Current EL using SP0 */
248 b unhandled_exception /* SError, Current EL using SP0 */
250 b unhandled_exception /* Sync, Current EL using SPx */
252 b unhandled_exception /* IRQ, Current EL using SPx */
254 b unhandled_exception /* FIQ, Current EL using SPx */
[all …]
/external/u-boot/arch/xtensa/cpu/
Dexceptions.c20 void unhandled_exception(struct pt_regs *regs) in unhandled_exception() function
28 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dawait_result.pass.cpp27 static void unhandled_exception() {} in unhandled_exception() function
Dbool_await_suspend.pass.cpp29 void unhandled_exception() {} in unhandled_exception() function
Dgenerator.pass.cpp35 void unhandled_exception() {} in unhandled_exception() function
Dfullexpr-dtor.pass.cpp53 void unhandled_exception() {} in unhandled_exception() function
Doneshot_func.pass.cpp29 void unhandled_exception() {} in unhandled_exception() function
Dmultishot_func.pass.cpp35 void unhandled_exception() {} in unhandled_exception() function
Dexpected.pass.cpp44 void unhandled_exception() {} in unhandled_exception() function
Dgo.pass.cpp55 void unhandled_exception() {} in unhandled_exception() function
/external/libcxx/test/libcxx/experimental/language.support/support.coroutines/
Ddialect_support.sh.cpp38 void unhandled_exception() {} in unhandled_exception() function
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
Dpromise.pass.cpp33 void unhandled_exception() {} in unhandled_exception() function
/external/libcxx/test/support/
Dcoroutine_types.h27 void unhandled_exception() {} in unhandled_exception() function