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

12

/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);
H A DDataCommandConsolidator.java202 node.getCommand().apply(consolidator);
/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
H A DPacketDispatcher.java297 + command.getCommand() + "...");
368 + command.getCommand() + "...");
/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/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleKeyBinding.java58 public int getCommand() { method in class:BrailleKeyBinding
H A DBrailleInputEvent.java198 public int getCommand() { method in class:BrailleInputEvent
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcommandbutton.js44 CommandButton.prototype.getCommand = function() {
/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();
H A DAInlineCommand.java67 public PCommand getCommand() method in class:AInlineCommand
H A DAAltCommand.java97 public PCommand getCommand() method in class:AAltCommand
H A DAAutoescapeCommand.java97 public PCommand getCommand() method in class:AAutoescapeCommand
H A DAEachCommand.java127 public PCommand getCommand() method in class:AEachCommand
H A DAEscapeCommand.java97 public PCommand getCommand() method in class:AEscapeCommand
H A DALoopToCommand.java127 public PCommand getCommand() method in class:ALoopToCommand
H A DAWithCommand.java127 public PCommand getCommand() method in class:AWithCommand
H A DADefCommand.java118 public PCommand getCommand() method in class:ADefCommand
H A DALoopCommand.java157 public PCommand getCommand() method in class:ALoopCommand
H A DALoopIncCommand.java187 public PCommand getCommand() method in class:ALoopIncCommand
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java263 node.getCommand().apply(this);
282 node.getCommand().apply(this);
306 node.getCommand().apply(this);
324 loop(node.getVariable(), 0, end, 1, node.getCommand());
341 loop(node.getVariable(), start, end, 1, node.getCommand());
365 loop(node.getVariable(), start, end, incr, node.getCommand());
381 each(node.getVariable(), variableValue.getName(), parent, node.getCommand());
397 node.getCommand().apply(this);
448 context.registerMacro(macroName, new InterpretedMacro(node.getCommand(), template, macroName,
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java316 writeEach(node.getVariable(), parent, node.getCommand());
355 node.getCommand().apply(this);
379 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
392 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
406 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
495 node.getCommand().apply(this);
535 node.getCommand().apply(this);
552 node.getCommand().apply(this);
687 node.getCommand().apply(TemplateTranslator.this);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_adjust.js23 ImageEditor.Mode.Adjust.prototype.getCommand = function() {

Completed in 375 milliseconds

12