Home
last modified time | relevance | path

Searched refs:checkEventLocation (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEvents002Test.java271 return checkEventLocation(methodEntryEvent, expectedLocation); in checkMethodEntryEvent()
279 return checkEventLocation(methodExitEvent, expectedLocation); in checkMethodExitEvent()
287 boolean result = checkEventLocation(methodExitWithReturnValueEvent, expectedLocation); in checkMethodExitWithReturnValueEvent()
DCombinedEventsTestCase.java198 protected boolean checkEventLocation(ParsedEvent parsedEvent, Location expectedLocation) { in checkEventLocation() method in CombinedEventsTestCase
278 success &= checkEventLocation(parsedEvents[i], expectedLocation); in checkEventsLocation()