Searched refs:catchLocation (Results 1 – 7 of 7) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | ExceptionCaughtTest.java | 234 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest() local 235 printTestLog("returnedExceptionLoc = " + catchLocation); in runCatchLocationTest() 236 assertNotNull("Returned exception catch location is null,", catchLocation); in runCatchLocationTest() 242 assertFalse("Same throw and catch locations", catchLocation.equals(topFrameLoc)); in runCatchLocationTest() 249 if (debuggeeClassID != catchLocation.classID || in runCatchLocationTest() 250 debuggeeThrowMethodID != catchLocation.methodID) { in runCatchLocationTest() 257 builder.append(dumpLocation(catchLocation)); in runCatchLocationTest()
|
D | ExceptionUncaughtTest.java | 153 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation() local 154 printTestLog("returnedExceptionLoc = " + catchLocation); in testExceptionUncaughtEvent_CatchLocation() 155 assertNotNull("Returned exception catch location is null,", catchLocation); in testExceptionUncaughtEvent_CatchLocation() 158 if (!isNullLocation(catchLocation)) { in testExceptionUncaughtEvent_CatchLocation() 159 fail("Invalid catch location: expected null but got " + dumpLocation(catchLocation)); in testExceptionUncaughtEvent_CatchLocation()
|
D | BreakpointOnCatchTest.java | 69 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch() local 70 assertEquals("Invalid class ID:", classID, catchLocation.classID); in testBreakpointOnCatch() 71 assertEquals("Invalid method ID:", methodID, catchLocation.methodID); in testBreakpointOnCatch() 77 int requestID = requestBreakpointEvent(catchLocation); in testBreakpointOnCatch()
|
D | ExceptionWithLocationTest.java | 88 Location catchLocation = eventException.getCatchLocation(); in checkEvent() local 89 assertNotNull("Incorrect catch location", catchLocation); in checkEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | ParsedEvent.java | 354 private Location catchLocation; field in ParsedEvent.Event_EXCEPTION 365 catchLocation = packet.getNextValueAsLocation(); in Event_EXCEPTION() 372 return catchLocation; in getCatchLocation()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdi.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |