/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | error.py | 55 def __init__(self, unhandled_exception): argument 56 if isinstance(unhandled_exception, JobError): 57 JobError.__init__(self, *unhandled_exception.args) 58 elif isinstance(unhandled_exception, six.string_types): 59 JobError.__init__(self, unhandled_exception) 62 msg %= (unhandled_exception.__class__.__name__, 63 unhandled_exception) 98 def __init__(self, unhandled_exception): argument 99 if isinstance(unhandled_exception, TestError): 100 TestError.__init__(self, *unhandled_exception.args) [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/end.to.end/ |
H A D | generator.pass.cpp | 31 void unhandled_exception() {} in unhandled_exception() function 90 void unhandled_exception() {} in unhandled_exception() function
|
H A D | await_result.pass.cpp | 25 static void unhandled_exception() {} in unhandled_exception() function
|
H A D | bool_await_suspend.pass.cpp | 27 void unhandled_exception() {} in unhandled_exception() function
|
H A D | oneshot_func.pass.cpp | 27 void unhandled_exception() {} in unhandled_exception() function
|
H A D | fullexpr-dtor.pass.cpp | 43 void unhandled_exception() {} in unhandled_exception() function
|
H A D | multishot_func.pass.cpp | 33 void unhandled_exception() {} in unhandled_exception() function
|
H A D | expected.pass.cpp | 40 void unhandled_exception() {} in unhandled_exception() function
|
H A D | go.pass.cpp | 53 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
H A D | await_result.pass.cpp | 27 static void unhandled_exception() {} in unhandled_exception() function
|
H A D | bool_await_suspend.pass.cpp | 29 void unhandled_exception() {} in unhandled_exception() function
|
H A D | generator.pass.cpp | 35 void unhandled_exception() {} in unhandled_exception() function
|
H A D | fullexpr-dtor.pass.cpp | 53 void unhandled_exception() {} in unhandled_exception() function
|
H A D | oneshot_func.pass.cpp | 29 void unhandled_exception() {} in unhandled_exception() function
|
H A D | multishot_func.pass.cpp | 35 void unhandled_exception() {} in unhandled_exception() function
|
H A D | expected.pass.cpp | 44 void unhandled_exception() {} in unhandled_exception() function
|
H A D | go.pass.cpp | 55 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/libcxx/test/libcxx/experimental/language.support/support.coroutines/ |
H A D | dialect_support.sh.cpp | 38 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
H A D | promise.pass.cpp | 29 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/ |
H A D | promise.pass.cpp | 33 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | coroutine_types.h | 27 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/ublksrv/include/ |
H A D | ublksrv_tgt.h | 88 void unhandled_exception() {} in unhandled_exception() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | awaitable.hpp | 136 void unhandled_exception() in unhandled_exception() function in boost::asio::detail::awaitable_frame_base
|
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/ |
H A D | coro.h | 251 void unhandled_exception() { PW_ASSERT(false); } in unhandled_exception() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | DiagnosticSemaKinds.inc | 569 …gned)diag::Severity::Error, "%0 is required to declare the member 'unhandled_exception()'", 0, SFI… 3562 …ed)diag::Severity::Warning, "%0 is required to declare the member 'unhandled_exception()' when exc…
|