Home
last modified time | relevance | path

Searched refs:checkEventsLocation (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEvents003Test.java211 checkEventsLocation(parsedEvents, null); // DBG__ in receiveAndCheckEvents()
376 checkEventsLocation(parsedEvents, null); // DBG__ in checkVMDeathEvent()
DCombinedEventsTest.java673 boolean locationsOK = checkEventsLocation(parsedEvents, combinedEventsLocation); in testCombinedEvents_05()
834 boolean locationsOK = checkEventsLocation(parsedEvents, combinedEventsLocation); in testCombinedEvents_06()
937 checkEventsLocation(parsedEvents, null); // DBG__ in receiveAndCheckEvents()
1102 checkEventsLocation(parsedEvents, null); // DBG__ in checkVMDeathEvent()
DCombinedEventsTestCase.java275 protected boolean checkEventsLocation(ParsedEvent[] parsedEvents, Location expectedLocation) { in checkEventsLocation() method in CombinedEventsTestCase