Home
last modified time | relevance | path

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

/aosp12/art/test/1929-exception-catch-exception/src/art/
H A DTest1929.java27 public static ExceptionHandler HANDLER = null;
45 public static interface ExceptionHandler { interface in Test1929
89 public static class DoNothingHandler implements ExceptionHandler {
96 public static class ThrowCatchBase implements ExceptionHandler {
110 public static class ThrowBaseTestExceptionHandler implements ExceptionHandler {
118 public static class ThrowTestExceptionNoRethrowHandler implements ExceptionHandler {
273 ExceptionHandler[] handlers = new ExceptionHandler[] { in run()
289 for (ExceptionHandler handler : handlers) { in run()
/aosp12/art/test/1928-exception-event-exception/src/art/
H A DTest1928.java26 public static ExceptionHandler HANDLER = null;
28 public static interface ExceptionHandler { interface in Test1928
85 public static class DoNothingHandler implements ExceptionHandler {
93 public static class ThrowCatchBase implements ExceptionHandler {
178 ExceptionHandler[] handlers = new ExceptionHandler[] { in run()
190 for (ExceptionHandler handler : handlers) { in run()
/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Droot_canal_main.cc49 sizeof(google_breakpad::ExceptionHandler::CrashContext)) { in crash_callback()
51 static_cast<const google_breakpad::ExceptionHandler::CrashContext*>( in crash_callback()
80 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, in main()
/aosp12/system/bt/gd/facade/
H A Dfacade_main.cc69 if (crash_context_size >= sizeof(google_breakpad::ExceptionHandler::CrashContext)) { in crash_callback()
70 auto* ctx = static_cast<const google_breakpad::ExceptionHandler::CrashContext*>(crash_context); in crash_callback()
98 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, true, -1); in main()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java671 abstract class ExceptionHandler extends ExceptionHandlerBase { class in ChildSessionStateMachine
755 private class KillChildSessionParent extends ExceptionHandler {
779 private abstract class CreateChildLocalCreateBase extends ExceptionHandler {
1099 class Idle extends ExceptionHandler {
1171 private class ClosedAndAwaitResponse extends ExceptionHandler {
1191 private abstract class DeleteResponderBase extends ExceptionHandler {
1633 class RekeyChildRemoteCreate extends ExceptionHandler {
H A DIkeSessionStateMachine.java1101 abstract class ExceptionHandler extends ExceptionHandlerBase { class in IkeSessionStateMachine
1212 class KillIkeSessionParent extends ExceptionHandler {
1231 class Initial extends ExceptionHandler {
1681 private abstract class LocalRequestQueuer extends ExceptionHandler {
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...