Home
last modified time | relevance | path

Searched defs:replyPacket (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java227 public void notifyThread(ReplyPacket replyPacket) throws IOException, in notifyThread()
530 ReplyPacket replyPacket = new ReplyPacket(packet); in run() local
DVmMirror.java381 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in capabilities() local
557 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in adjustTypeLength() local
702 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getClassSignature() local
719 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadName() local
735 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadStatus() local
753 ReplyPacket replyPacket = checkReply(performCommand(commandPacket)); in getThreadGroupName() local
1854 ReplyPacket replyPacket = null; in performCommand() local