Home
last modified time | relevance | path

Searched refs:receiveReply (Results 1 – 4 of 4) 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
725 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher
727 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
DVmMirror.java1949 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() method in VmMirror
1951 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()
1976 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in VmMirror
1978 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java425 .receiveReply(invokeCommandID); in testPopFramesWithInvokeMethods()