Searched refs:getCommand (Results 1 - 25 of 134) sorted by relevance

123456

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DInlineRewriter.java79 PCommand command = node.getCommand();
102 node.getCommand().apply(WHITESPACE_STRIPPER);
103 node.replaceBy(node.getCommand());
H A DVarOptimizer.java216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand());
218 multi.getCommand().add(command);
269 for (PCommand command : multiCommand.getCommand()) {
272 addToContents(contentsOf(lastEscapeCommand), escapeCommand.getCommand());
290 PCommand escapedCommand = escapeCommand.getCommand();
295 multiCommand.getCommand().add(escapedCommand);
/external/parameter-framework/upstream/remote-processor/
H A DRequestMessage.cpp56 const string &CRequestMessage::getCommand() const function in class:CRequestMessage
114 writeString(getCommand());
148 size_t uiSize = getStringSize(getCommand());
H A DRemoteCommand.h40 virtual const std::string &getCommand() const = 0;
H A DRequestMessage.h47 virtual const std::string &getCommand() const;
H A DRemoteCommandHandlerTemplate.h154 findCommandParserItem(remoteCommand.getCommand());
164 if (remoteCommand.getCommand() == "help") {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DCommandPacket.java110 public byte getCommand() { method in class:CommandPacket
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
285 if(node.getCommand() != null)
287 node.getCommand().apply(this);
314 if(node.getCommand() != null)
316 node.getCommand().apply(this);
347 if(node.getCommand() != null)
349 node.getCommand().apply(this);
380 if(node.getCommand() != null)
382 node.getCommand().apply(this);
417 if(node.getCommand() !
[all...]
H A DReversedDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
278 if(node.getCommand() != null)
280 node.getCommand().apply(this);
307 if(node.getCommand() != null)
309 node.getCommand().apply(this);
336 if(node.getCommand() != null)
338 node.getCommand().apply(this);
369 if(node.getCommand() != null)
371 node.getCommand().apply(this);
402 if(node.getCommand() !
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAMultipleCommand.java38 public LinkedList<PCommand> getCommand() method in class:AMultipleCommand
H A DAOptimizedMultipleCommand.java21 LinkedList<PCommand> originalChildCommands = originalNode.getCommand();
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java91 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java91 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java91 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java90 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java91 public Command getCommand() { method in class:InvocationRecord
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DInvocationRecord.java91 public Command getCommand() { method in class:InvocationRecord

Completed in 729 milliseconds

123456