Home
last modified time | relevance | path

Searched refs:setCommand (Results 1 – 19 of 19) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAInlineCommand.java25 setCommand(_command_); in AInlineCommand()
72 public void setCommand(PCommand node) in setCommand() method in AInlineCommand
131 setCommand((PCommand) newChild); in replaceChild()
DAAutoescapeCommand.java29 setCommand(_command_); in AAutoescapeCommand()
102 public void setCommand(PCommand node) in setCommand() method in AAutoescapeCommand
174 setCommand((PCommand) newChild); in replaceChild()
DAAltCommand.java29 setCommand(_command_); in AAltCommand()
102 public void setCommand(PCommand node) in setCommand() method in AAltCommand
174 setCommand((PCommand) newChild); in replaceChild()
DAEscapeCommand.java29 setCommand(_command_); in AEscapeCommand()
102 public void setCommand(PCommand node) in setCommand() method in AEscapeCommand
174 setCommand((PCommand) newChild); in replaceChild()
DALoopToCommand.java33 setCommand(_command_); in ALoopToCommand()
132 public void setCommand(PCommand node) in setCommand() method in ALoopToCommand
217 setCommand((PCommand) newChild); in replaceChild()
DAWithCommand.java33 setCommand(_command_); in AWithCommand()
132 public void setCommand(PCommand node) in setCommand() method in AWithCommand
217 setCommand((PCommand) newChild); in replaceChild()
DAEachCommand.java33 setCommand(_command_); in AEachCommand()
132 public void setCommand(PCommand node) in setCommand() method in AEachCommand
217 setCommand((PCommand) newChild); in replaceChild()
DADefCommand.java34 setCommand(_command_); in ADefCommand()
123 public void setCommand(PCommand node) in setCommand() method in ADefCommand
230 setCommand((PCommand) newChild); in replaceChild()
DALoopCommand.java37 setCommand(_command_); in ALoopCommand()
162 public void setCommand(PCommand node) in setCommand() method in ALoopCommand
260 setCommand((PCommand) newChild); in replaceChild()
DALoopIncCommand.java41 setCommand(_command_); in ALoopIncCommand()
192 public void setCommand(PCommand node) in setCommand() method in ALoopIncCommand
303 setCommand((PCommand) newChild); in replaceChild()
DAMultipleCommand.java22 setCommand(_command_); in AMultipleCommand()
43 public void setCommand(List<PCommand> list) in setCommand() method in AMultipleCommand
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DCommandPacket.java90 public void setCommand(byte val) { in setCommand() method in CommandPacket
100 public void setCommand(byte commandSet, byte command) { in setCommand() method in CommandPacket
DVmMirror.java328 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint()
358 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand); in ClearAllBreakpoints()
383 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand); in capabilities()
526 .setCommand(JDWPCommands.VirtualMachineCommandSet.DisposeCommand); in dispose()
543 .setCommand(JDWPCommands.VirtualMachineCommandSet.ExitCommand); in exit()
561 .setCommand(JDWPCommands.VirtualMachineCommandSet.IDSizesCommand); in adjustTypeLength()
1384 .setCommand(JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethods()
1850 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
/external/parameter-framework/remote-processor/
DRequestMessage.cpp51 void CRequestMessage::setCommand(const string& strCommand) in setCommand() function in CRequestMessage
129 setCommand(strCommand); in collectReceivedData()
DRequestMessage.h44 void setCommand(const std::string& strCommand);
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_panes.py505 def setCommand(self, command, args = ""): member in CommandPane
572 self.setCommand("disassemble", "-c %d -p" % self.maxHeight)
578 self.setCommand("thread", "list")
599 self.setCommand("bt", "")
618 self.setCommand("breakpoint", "list")
/external/parameter-framework/remote-process/
Dmain.cpp85 requestMessage.setCommand(pcToken); in next()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DVarOptimizer.java296 escapeCommand.setCommand(multiCommand); in contentsOf()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java142 public void setCommand(String cmd) throws SQLException { in setCommand() method in Impl_RowSet