Searched refs:eventPacket (Results 1 – 10 of 10) sorted by relevance
107 public void notifyThread(EventPacket eventPacket) in notifyThread() argument113 eventQueue.add(eventPacket); in notifyThread()557 EventPacket eventPacket = new EventPacket(packet); in run() local562 .parseEventPacket(eventPacket); in run()594 eventsSynchronyzer.notifyThread(eventPacket); in run()
2026 EventPacket eventPacket = receiveEvent(); in receiveCertainEvent() local2027 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in receiveCertainEvent()2031 return eventPacket; in receiveCertainEvent()
83 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testClassPrepare001() local84 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testClassPrepare001()
84 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testException001() local85 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testException001()
88 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testFieldAccess001() local89 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testFieldAccess001()
89 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testFieldModification001() local90 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testFieldModification001()
103 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testVMDeathRequest() local104 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testVMDeathRequest()
133 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in stepFunction() local134 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in stepFunction()
104 CommandPacket eventPacket = debuggeeWrapper.vmMirror.receiveEvent(); in testVMDeathRequest() local105 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in testVMDeathRequest()
231 EventPacket eventPacket = debuggeeWrapper.vmMirror.receiveCertainEvent( in waitForEvent() local233 ParsedEvent[] parsedEvents = ParsedEvent.parseEventPacket(eventPacket); in waitForEvent()