Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 25 of 124) sorted by relevance

12345

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DVarOptimizer.java216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand()); in addToContents()
218 multi.getCommand().add(command); in addToContents()
269 for (PCommand command : multiCommand.getCommand()) { in optimizeEscapeSequences()
272 addToContents(contentsOf(lastEscapeCommand), escapeCommand.getCommand()); in optimizeEscapeSequences()
290 PCommand escapedCommand = escapeCommand.getCommand(); in contentsOf()
295 multiCommand.getCommand().add(escapedCommand); in contentsOf()
DInlineRewriter.java79 PCommand command = node.getCommand();
102 node.getCommand().apply(WHITESPACE_STRIPPER); in caseAInlineCommand()
103 node.replaceBy(node.getCommand()); in caseAInlineCommand()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand()); in caseAMultipleCommand()
285 if(node.getCommand() != null) in caseAEscapeCommand()
287 node.getCommand().apply(this); in caseAEscapeCommand()
314 if(node.getCommand() != null) in caseAAutoescapeCommand()
316 node.getCommand().apply(this); in caseAAutoescapeCommand()
347 if(node.getCommand() != null) in caseAWithCommand()
349 node.getCommand().apply(this); in caseAWithCommand()
380 if(node.getCommand() != null) in caseALoopToCommand()
382 node.getCommand().apply(this); in caseALoopToCommand()
417 if(node.getCommand() != null) in caseALoopCommand()
[all …]
DReversedDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand()); in caseAMultipleCommand()
278 if(node.getCommand() != null) in caseAEscapeCommand()
280 node.getCommand().apply(this); in caseAEscapeCommand()
307 if(node.getCommand() != null) in caseAAutoescapeCommand()
309 node.getCommand().apply(this); in caseAAutoescapeCommand()
336 if(node.getCommand() != null) in caseAWithCommand()
338 node.getCommand().apply(this); in caseAWithCommand()
369 if(node.getCommand() != null) in caseALoopToCommand()
371 node.getCommand().apply(this); in caseALoopToCommand()
402 if(node.getCommand() != null) in caseALoopCommand()
[all …]
/external/parameter-framework/remote-processor/
DRequestMessage.cpp56 const string& CRequestMessage::getCommand() const in getCommand() function in CRequestMessage
110 writeString(getCommand()); in fillDataToSend()
146 size_t uiSize = getStringSize(getCommand()); in getDataSize()
DRemoteCommandHandlerTemplate.h162 …oteCommandParserItem* pRemoteCommandParserItem = findCommandParserItem(remoteCommand.getCommand()); in remoteCommandProcess()
172 if (remoteCommand.getCommand() == "help") { in remoteCommandProcess()
DRemoteCommand.h39 virtual const std::string& getCommand() const = 0;
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java263 node.getCommand().apply(this); in caseAEscapeCommand()
282 node.getCommand().apply(this); in caseAAutoescapeCommand()
306 node.getCommand().apply(this); in caseAWithCommand()
324 loop(node.getVariable(), 0, end, 1, node.getCommand()); in caseALoopToCommand()
341 loop(node.getVariable(), start, end, 1, node.getCommand()); in caseALoopCommand()
365 loop(node.getVariable(), start, end, incr, node.getCommand()); in caseALoopIncCommand()
381 each(node.getVariable(), variableValue.getName(), parent, node.getCommand()); in caseAEachCommand()
397 node.getCommand().apply(this); in caseAAltCommand()
448 context.registerMacro(macroName, new InterpretedMacro(node.getCommand(), template, macroName, in caseADefCommand()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java316 writeEach(node.getVariable(), parent, node.getCommand()); in caseAEachCommand()
355 node.getCommand().apply(this); in caseAWithCommand()
379 writeLoop(node.getVariable(), start, end, incr, node.getCommand()); in caseALoopToCommand()
392 writeLoop(node.getVariable(), start, end, incr, node.getCommand()); in caseALoopCommand()
406 writeLoop(node.getVariable(), start, end, incr, node.getCommand()); in caseALoopIncCommand()
495 node.getCommand().apply(this); in caseAAltCommand()
535 node.getCommand().apply(this); in caseAEscapeCommand()
552 node.getCommand().apply(this); in caseAAutoescapeCommand()
687 node.getCommand().apply(TemplateTranslator.this); in parseDefNode()
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m59 - (void)serverConnection:(TConnection *)connection getCommand:(NSString *)str
64 // CHECK: define internal void @"__39-[TServer serverConnection:getCommand:]_block_invoke"
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/
D_AbstractTrackingCommandHandlerTest.java119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
D_AbstractCommandHandlerTest.java120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/
D_AbstractCommandHandlerTest.java120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/
D_AbstractCommandHandlerTest.java120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
D_AbstractCommandHandlerTest.java120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation()
121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation()

12345