OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catchLocation
(Results
1 - 7
of
7
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
BreakpointOnCatchTest.java
69
Location
catchLocation
= ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation();
70
assertEquals("Invalid class ID:", classID,
catchLocation
.classID);
71
assertEquals("Invalid method ID:", methodID,
catchLocation
.methodID);
77
int requestID = requestBreakpointEvent(
catchLocation
);
ExceptionWithLocationTest.java
88
Location
catchLocation
= eventException.getCatchLocation();
89
assertNotNull("Incorrect catch location",
catchLocation
);
ExceptionUncaughtTest.java
153
Location
catchLocation
= exceptionEvent.getCatchLocation();
154
printTestLog("returnedExceptionLoc = " +
catchLocation
);
155
assertNotNull("Returned exception catch location is null,",
catchLocation
);
158
if (!isNullLocation(
catchLocation
)) {
159
fail("Invalid catch location: expected null but got " + dumpLocation(
catchLocation
));
ExceptionCaughtTest.java
234
Location
catchLocation
= exceptionEvent.getCatchLocation();
235
printTestLog("returnedExceptionLoc = " +
catchLocation
);
236
assertNotNull("Returned exception catch location is null,",
catchLocation
);
242
assertFalse("Same throw and catch locations",
catchLocation
.equals(topFrameLoc));
249
if (debuggeeClassID !=
catchLocation
.classID ||
250
debuggeeThrowMethodID !=
catchLocation
.methodID) {
257
builder.append(dumpLocation(
catchLocation
));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java
354
private Location
catchLocation
;
365
catchLocation
= packet.getNextValueAsLocation();
372
return
catchLocation
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
Completed in 77 milliseconds