Home
last modified time | relevance | path

Searched refs:receiveReply (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher.CommandsSynchronyzer
722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher
724 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
DVmMirror.java1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() method in VmMirror
1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()
1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in VmMirror
1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodSuspendedTwiceTestCase.java107 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
142 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
DJDWPInvokeMethodWithSuspensionTestCase.java131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassPrepare002Test.java120 getValuesReply = debuggeeWrapper.vmMirror.receiveReply(rtGetValuesCommandId); in testClassPrepareCausedByDebugger()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java420 .receiveReply(invokeCommandID); in testPopFramesWithInvokeMethods()