Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java94 public ReplyPacket checkReply(ReplyPacket reply) { in checkReply() method in VmMirror
204 checkReply(reply); in setBreakpointAtMethodBegin()
284 return checkReply(performCommand(commandPacket)); in clearBreakpoint()
307 return checkReply(performCommand(commandPacket)); in ClearAllBreakpoints()
332 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in capabilities()
480 return checkReply(performCommand(commandPacket)); in resume()
494 return checkReply(performCommand(commandPacket)); in resumeThread()
507 return checkReply(performCommand(commandPacket)); in suspend()
521 return checkReply(performCommand(commandPacket)); in suspendThread()
538 return checkReply(performCommand(commandPacket)); in dispose()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionBaseTest.java82 debuggeeWrapper.vmMirror.checkReply(reply); in getTopFrameLocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java616 debuggeeWrapper.vmMirror.checkReply(replyPacket); in checkThreadState()