HomeSort by relevance Sort by last modified time
    Searched refs:exceptionEvent (Results 1 - 7 of 7) 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...]

Completed in 2905 milliseconds