Searched defs:performCommand (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java655 public ReplyPacket performCommand(CommandPacket command) method in class:PacketDispatcher
658 return performCommand(command, config.getTimeout());
678 public ReplyPacket performCommand(CommandPacket command, long timeout) method in class:PacketDispatcher
691 * 'performCommand()' method must be used.
710 * pair for usual cases - 'performCommand()' method must be used.
H A DVmMirror.java333 return checkReply(performCommand(commandPacket));
356 return checkReply(performCommand(commandPacket));
381 ReplyPacket replyPacket = checkReply(performCommand(commandPacket));
464 return checkReply(performCommand(commandPacket));
478 return checkReply(performCommand(commandPacket));
491 return checkReply(performCommand(commandPacket));
505 return checkReply(performCommand(commandPacket));
522 return checkReply(performCommand(commandPacket));
540 return checkReply(performCommand(commandPacket));
557 ReplyPacket replyPacket = checkReply(performCommand(commandPacke
1852 public ReplyPacket performCommand(CommandPacket command) method in class:VmMirror
1879 public ReplyPacket performCommand(CommandPacket command, long timeout) method in class:VmMirror
[all...]

Completed in 106 milliseconds