Searched refs:checkEventsLocation (Results 1 – 3 of 3) sorted by relevance
211 checkEventsLocation(parsedEvents, null); // DBG__ in receiveAndCheckEvents()376 checkEventsLocation(parsedEvents, null); // DBG__ in checkVMDeathEvent()
673 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()
275 protected boolean checkEventsLocation(ParsedEvent[] parsedEvents, Location expectedLocation) { in checkEventsLocation() method in CombinedEventsTestCase