HomeSort by relevance Sort by last modified time
    Searched refs:setCommand (Results 1 - 25 of 49) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java 90 public void setCommand(byte val) {
100 public void setCommand(byte commandSet, byte command) {
VmMirror.java 319 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand);
349 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand);
374 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand);
517 .setCommand(JDWPCommands.VirtualMachineCommandSet.DisposeCommand);
534 .setCommand(JDWPCommands.VirtualMachineCommandSet.ExitCommand);
552 .setCommand(JDWPCommands.VirtualMachineCommandSet.IDSizesCommand);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AInlineCommand.java 25 setCommand(_command_);
72 public void setCommand(PCommand node)
131 setCommand((PCommand) newChild);
AMultipleCommand.java 22 setCommand(_command_);
43 public void setCommand(List<PCommand> list)
AAltCommand.java 29 setCommand(_command_);
102 public void setCommand(PCommand node)
174 setCommand((PCommand) newChild);
AAutoescapeCommand.java 29 setCommand(_command_);
102 public void setCommand(PCommand node)
174 setCommand((PCommand) newChild);
AEachCommand.java 33 setCommand(_command_);
132 public void setCommand(PCommand node)
217 setCommand((PCommand) newChild);
AEscapeCommand.java 29 setCommand(_command_);
102 public void setCommand(PCommand node)
174 setCommand((PCommand) newChild);
ALoopToCommand.java 33 setCommand(_command_);
132 public void setCommand(PCommand node)
217 setCommand((PCommand) newChild);
AWithCommand.java 33 setCommand(_command_);
132 public void setCommand(PCommand node)
217 setCommand((PCommand) newChild);
ADefCommand.java 34 setCommand(_command_);
123 public void setCommand(PCommand node)
230 setCommand((PCommand) newChild);
ALoopCommand.java 37 setCommand(_command_);
162 public void setCommand(PCommand node)
260 setCommand((PCommand) newChild);
ALoopIncCommand.java 41 setCommand(_command_);
192 public void setCommand(PCommand node)
303 setCommand((PCommand) newChild);
  /frameworks/base/tools/aapt/
Main.cpp 264 bundle.setCommand(kCommandVersion);
266 bundle.setCommand(kCommandDump);
268 bundle.setCommand(kCommandList);
270 bundle.setCommand(kCommandAdd);
272 bundle.setCommand(kCommandRemove);
274 bundle.setCommand(kCommandPackage);
276 bundle.setCommand(kCommandCrunch);
278 bundle.setCommand(kCommandSingleCrunch);
280 bundle.setCommand(kCommandDaemon);
Bundle.h 76 void setCommand(Command cmd) { mCmd = cmd; }
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 41 public BrailleKeyBinding setCommand(int command) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
commandbutton.js 35 this.setCommand(commandId);
53 CommandButton.prototype.setCommand = function(command) {
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_panes.py 24 # - self.setCommand(command, command_args)
505 def setCommand(self, command, args = ""):
572 self.setCommand("disassemble", "-c %d -p" % self.maxHeight)
578 self.setCommand("thread", "list")
599 self.setCommand("bt", "")
618 self.setCommand("breakpoint", "list")
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 296 escapeCommand.setCommand(multiCommand);
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 797 public void setCommand(String cmd) throws SQLException;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
ant-commons-net.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 142 public void setCommand(String cmd) throws SQLException {

Completed in 257 milliseconds

1 2