Searched refs:unhandled_exception (Results 1 – 14 of 14) sorted by relevance
/external/autotest/client/common_lib/ |
D | error.py | 48 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/ |
D | psci.S | 214 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/ |
D | exceptions.c | 20 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/ |
D | await_result.pass.cpp | 27 static void unhandled_exception() {} in unhandled_exception() function
|
D | bool_await_suspend.pass.cpp | 29 void unhandled_exception() {} in unhandled_exception() function
|
D | generator.pass.cpp | 35 void unhandled_exception() {} in unhandled_exception() function
|
D | fullexpr-dtor.pass.cpp | 53 void unhandled_exception() {} in unhandled_exception() function
|
D | oneshot_func.pass.cpp | 29 void unhandled_exception() {} in unhandled_exception() function
|
D | multishot_func.pass.cpp | 35 void unhandled_exception() {} in unhandled_exception() function
|
D | expected.pass.cpp | 44 void unhandled_exception() {} in unhandled_exception() function
|
D | go.pass.cpp | 55 void unhandled_exception() {} in unhandled_exception() function
|
/external/libcxx/test/libcxx/experimental/language.support/support.coroutines/ |
D | dialect_support.sh.cpp | 38 void unhandled_exception() {} in unhandled_exception() function
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
D | promise.pass.cpp | 33 void unhandled_exception() {} in unhandled_exception() function
|
/external/libcxx/test/support/ |
D | coroutine_types.h | 27 void unhandled_exception() {} in unhandled_exception() function
|