Home
last modified time | relevance | path

Searched refs:setCommand (Results 1 – 23 of 23) 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()
DAAltCommand.java29 setCommand(_command_); in AAltCommand()
102 public void setCommand(PCommand node) in setCommand() method in AAltCommand
174 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()
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()
DALoopCommand.java37 setCommand(_command_); in ALoopCommand()
162 public void setCommand(PCommand node) in setCommand() method in ALoopCommand
260 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()
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()
545 .setCommand(JDWPCommands.VirtualMachineCommandSet.DisposeCommand); in dispose()
562 .setCommand(JDWPCommands.VirtualMachineCommandSet.ExitCommand); in exit()
580 .setCommand(JDWPCommands.VirtualMachineCommandSet.IDSizesCommand); in adjustTypeLength()
1242 commandPacket.setCommand(JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethods()
1299 packet.setCommand(JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in getFieldsInfo()
1576 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
1904 command.setCommand(JDWPCommands.MethodCommandSet.VariableTableCommand); in getVariableTable()
/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp52 void CRequestMessage::setCommand(const string &strCommand) in setCommand() function in CRequestMessage
114 setCommand(strCommand); in collectReceivedData()
DRequestMessage.h46 void setCommand(const std::string &strCommand);
/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/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptProcess.java35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath())); in ScriptProcess()
/external/skia/tools/debugger/
DDebugLayerManager.h47 void setCommand(int nodeId, int frame, int command);
DDebugLayerManager.cpp22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() function in DebugLayerManager
/external/oj-libjdwp/src/share/back/
DEventRequestImpl.c231 setCommand(PacketInputStream *in, PacketOutputStream *out) in setCommand() function
350 ,(void *)setCommand
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DVarOptimizer.java296 escapeCommand.setCommand(multiCommand); in contentsOf()
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp113 fLayerManager->setCommand(fInspectedLayer, fp, index); in drawTo()
/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