Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java88 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_BeforeException()
147 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_UponException()
237 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in runSingleStepTest()
DExceptionWithLocationTest.java88 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
DBreakpointOnCatchTest.java68 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch()
DSingleStepWithPendingExceptionTest.java75 ((ParsedEvent.Event_EXCEPTION)parsedEvents[0]).getCatchLocation(); in testSingleStepWithPendingException()
DExceptionUncaughtTest.java154 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
DExceptionCaughtTest.java235 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java371 public Location getCatchLocation() { in getCatchLocation() method in ParsedEvent.Event_EXCEPTION