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

1 2 3 4 5 6

  /external/parameter-framework/upstream/remote-processor/
RequestMessage.cpp 51 void CRequestMessage::setCommand(const string &strCommand)
131 setCommand(strCommand);
  /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 270 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand);
300 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand);
325 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand);
545 .setCommand(JDWPCommands.VirtualMachineCommandSet.DisposeCommand);
562 .setCommand(JDWPCommands.VirtualMachineCommandSet.ExitCommand);
580 .setCommand(JDWPCommands.VirtualMachineCommandSet.IDSizesCommand);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
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);
AInlineCommand.java 25 setCommand(_command_);
72 public void setCommand(PCommand node)
131 setCommand((PCommand) newChild);
ALoopToCommand.java 33 setCommand(_command_);
132 public void setCommand(PCommand node)
217 setCommand((PCommand) newChild);
AMultipleCommand.java 22 setCommand(_command_);
43 public void setCommand(List<PCommand> list)
AWithCommand.java 33 setCommand(_command_);
132 public void setCommand(PCommand node)
217 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);
ADefCommand.java 34 setCommand(_command_);
123 public void setCommand(PCommand node)
230 setCommand((PCommand) newChild);
  /tools/tradefederation/core/src/com/android/tradefed/util/
DeviceConcurrentUtil.java 101 public ShellCommandCallable<V> setCommand(String command) {
  /external/oj-libjdwp/src/share/back/
EventRequestImpl.c 231 setCommand(PacketInputStream *in, PacketOutputStream *out)
350 ,(void *)setCommand
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
InterpreterProcess.java 53 setCommand(interpreter.getInteractiveCommand());
64 protected void setCommand(String command) {
  /libcore/ojluni/src/main/java/javax/sql/
RowSet.java 261 * @see #setCommand
278 void setCommand(String cmd) throws SQLException;
    [all...]
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java 99 private void setCommand(String command) {
171 eb.setCommand(mReader.nextString());
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderTest.java 612 private void setSettingAndAssertSuccessfulChange(Runnable setCommand, final int type,
639 setCommand.run();
  /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 {
  /frameworks/base/media/java/android/media/
MediaSession2.java     [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 681 final String setCommand = "cmd netpolicy set metered-network " + netId + " " + metered;
682 assertDelayedShellCommand(setCommand, "");
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java     [all...]
  /frameworks/base/tools/aapt/
Bundle.h 80 void setCommand(Command cmd) { mCmd = cmd; }

Completed in 823 milliseconds

1 2 3 4 5 6