Home
last modified time | relevance | path

Searched defs:performCommand (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java658 public ReplyPacket performCommand(CommandPacket command) in performCommand() method in PacketDispatcher
681 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand() method in PacketDispatcher
DVmMirror.java1603 public ReplyPacket performCommand(CommandPacket command) in performCommand() method in VmMirror
1630 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand() method in VmMirror
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystemUtils.java468 …List<String> performCommand(final String[] cmdAttribs, final int max, final Duration timeout) thro… in performCommand() method in FileSystemUtils