HomeSort by relevance Sort by last modified time
    Searched refs:exceptionEvent (Results 1 - 18 of 18) sorted by null

  /external/nist-sip/java/javax/sip/
SipListener.java 5 void processIOException(IOExceptionEvent exceptionEvent);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionUncaughtTest.java 54 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent();
55 TaggedObject returnedException = exceptionEvent.getException();
92 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent();
93 long returnedThread = exceptionEvent.getThreadID();
94 Location throwLocation = exceptionEvent.getLocation();
146 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent();
147 long returnedThread = exceptionEvent.getThreadID();
154 Location catchLocation = exceptionEvent.getCatchLocation();
ExceptionCaughtTest.java 148 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative);
149 TaggedObject returnedException = exceptionEvent.getException();
178 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative);
179 long returnedThread = exceptionEvent.getThreadID();
180 Location throwLocation = exceptionEvent.getLocation();
227 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative);
228 long returnedThread = exceptionEvent.getThreadID();
235 Location catchLocation = exceptionEvent.getCatchLocation();
CombinedExceptionEventsTest.java 136 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvent;
138 long currentEventThreadID = exceptionEvent.getThreadID();
139 long currentExceptionObjectID = exceptionEvent
ExceptionBaseTest.java 55 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvents[0];
57 long eventThreadID = exceptionEvent.getThreadID();
64 return exceptionEvent;
EventWithExceptionTest.java 83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION,
88 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation();
142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION,
147 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation();
232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION,
237 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 724 milliseconds