Home
last modified time | relevance | path

Searched refs:setCommand (Results 1 – 20 of 20) 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()
DAEscapeCommand.java29 setCommand(_command_); in AEscapeCommand()
102 public void setCommand(PCommand node) in setCommand() method in AEscapeCommand
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()
DAWithCommand.java33 setCommand(_command_); in AWithCommand()
132 public void setCommand(PCommand node) in setCommand() method in AWithCommand
217 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()
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.java270 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint()
300 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand); in ClearAllBreakpoints()
325 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand); in capabilities()
533 .setCommand(JDWPCommands.VirtualMachineCommandSet.DisposeCommand); in dispose()
550 .setCommand(JDWPCommands.VirtualMachineCommandSet.ExitCommand); in exit()
568 .setCommand(JDWPCommands.VirtualMachineCommandSet.IDSizesCommand); in adjustTypeLength()
1277 .setCommand(JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethods()
1576 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java53 setCommand(interpreter.getInteractiveCommand()); in InterpreterProcess()
64 protected void setCommand(String command) { in setCommand() method in InterpreterProcess
/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp51 void CRequestMessage::setCommand(const string &strCommand) in setCommand() function in CRequestMessage
131 setCommand(strCommand); in collectReceivedData()
DRequestMessage.h46 void setCommand(const std::string &strCommand);
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptProcess.java35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath())); in ScriptProcess()
/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
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java902 commandPacket.setCommand(ReferenceTypeCommandSet.MethodsCommand);