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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libsysutils/include/sysutils/
FrameworkCommand.h 34 const char *getCommand() { return mCommand; }
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
CommandParser.java 29 Command getCommand() {
Command.java 88 writer.println("Usage: " + parser.getCommand().usage(parser));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringAction.h 46 virtual StringRef getCommand() const = 0;
  /system/core/libsysutils/src/
FrameworkCommand.cpp 32 SLOGW("Command %s has no run handler!", getCommand());
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
CvvmProtocol.java 47 public String getCommand(String command) {
57 return super.getCommand(command);
  /external/parameter-framework/upstream/remote-processor/
RemoteCommand.h 40 virtual const std::string &getCommand() const = 0;
RequestMessage.cpp 56 const string &CRequestMessage::getCommand() const
114 writeString(getCommand());
148 size_t uiSize = getStringSize(getCommand());
RequestMessage.h 47 virtual const std::string &getCommand() const;
RemoteCommandHandlerTemplate.h 154 findCommandParserItem(remoteCommand.getCommand());
164 if (remoteCommand.getCommand() == "help") {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
InlineRewriter.java 79 PCommand command = node.getCommand();
102 node.getCommand().apply(WHITESPACE_STRIPPER);
103 node.replaceBy(node.getCommand());
VarOptimizer.java 216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand());
218 multi.getCommand().add(command);
269 for (PCommand command : multiCommand.getCommand()) {
272 addToContents(contentsOf(lastEscapeCommand), escapeCommand.getCommand());
290 PCommand escapedCommand = escapeCommand.getCommand();
295 multiCommand.getCommand().add(escapedCommand);
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Hid.java 97 if (Event.COMMAND_DELAY.equals(e.getCommand())) {
99 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) {
102 if (Event.COMMAND_REGISTER.equals(e.getCommand())) {
105 error("Unknown command \"" + e.getCommand() + "\". Ignoring event.");
108 } else if (Event.COMMAND_REGISTER.equals(e.getCommand())) {
116 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) {
118 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!");
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 56 switch (message.getCommand()) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java 110 public byte getCommand() {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DepthFirstAdapter.java 54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
285 if(node.getCommand() != null)
287 node.getCommand().apply(this);
314 if(node.getCommand() != null)
316 node.getCommand().apply(this);
347 if(node.getCommand() != null)
349 node.getCommand().apply(this);
380 if(node.getCommand() != null)
382 node.getCommand().apply(this);
417 if(node.getCommand() != null
    [all...]
ReversedDepthFirstAdapter.java 54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
278 if(node.getCommand() != null)
280 node.getCommand().apply(this);
307 if(node.getCommand() != null)
309 node.getCommand().apply(this);
336 if(node.getCommand() != null)
338 node.getCommand().apply(this);
369 if(node.getCommand() != null)
371 node.getCommand().apply(this);
402 if(node.getCommand() != null
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Dicttool.java 103 private static Command getCommand(final String[] arguments) {
120 final Command command = getCommand(arguments);

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>