Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java54 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ExceptionObject() local
55 TaggedObject returnedException = exceptionEvent.getException(); in testExceptionUncaughtEvent_ExceptionObject()
92 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_ThrowLocation() local
93 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_ThrowLocation()
94 Location throwLocation = exceptionEvent.getLocation(); in testExceptionUncaughtEvent_ThrowLocation()
146 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(); in testExceptionUncaughtEvent_CatchLocation() local
147 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_CatchLocation()
154 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
DExceptionCaughtTest.java148 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runExceptionObjectTest() local
149 TaggedObject returnedException = exceptionEvent.getException(); in runExceptionObjectTest()
178 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runThrowLocationTest() local
179 long returnedThread = exceptionEvent.getThreadID(); in runThrowLocationTest()
180 Location throwLocation = exceptionEvent.getLocation(); in runThrowLocationTest()
227 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runCatchLocationTest() local
228 long returnedThread = exceptionEvent.getThreadID(); in runCatchLocationTest()
235 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
DEventWithExceptionTest.java83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException() local
88 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_BeforeException()
142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException() local
147 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_UponException()
232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest() local
237 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in runSingleStepTest()
DExceptionBaseTest.java55 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvents[0]; in receiveAndCheckExceptionEvent() local
57 long eventThreadID = exceptionEvent.getThreadID(); in receiveAndCheckExceptionEvent()
64 return exceptionEvent; in receiveAndCheckExceptionEvent()
DCombinedExceptionEventsTest.java136 ParsedEvent.Event_EXCEPTION exceptionEvent = (ParsedEvent.Event_EXCEPTION) parsedEvent; in runCombinedExceptionEventsTest() local
138 long currentEventThreadID = exceptionEvent.getThreadID(); in runCombinedExceptionEventsTest()
139 long currentExceptionObjectID = exceptionEvent in runCombinedExceptionEventsTest()
/external/nist-sip/java/javax/sip/
DSipListener.java5 void processIOException(IOExceptionEvent exceptionEvent); in processIOException() argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java1123 IOExceptionEvent exceptionEvent = new IOExceptionEvent(this, host, in raiseIOExceptionEvent() local
1125 getSipProvider().handleEvent(exceptionEvent, this); in raiseIOExceptionEvent()