HomeSort by relevance Sort by last modified time
    Searched refs:RUN_PATTERN (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
ConfigCompletor.java 29 private static final String RUN_PATTERN = "(run +)(.*)?";
34 mRunPattern = Pattern.compile(RUN_PATTERN);
  /tools/tradefederation/core/src/com/android/tradefed/command/
Console.java 80 protected static final String RUN_PATTERN = "r(?:un)?";
463 commandHelp.put(RUN_PATTERN, String.format(
474 RUN_PATTERN));
667 trie.put(runRunCommand, RUN_PATTERN, "c(?:ommand)?", null);
668 trie.put(runRunCommand, RUN_PATTERN, null);
701 trie.put(runAndExitCommand, RUN_PATTERN, "s(?:ingleCommand)?", null);
702 trie.put(runAndExitCommand, RUN_PATTERN, "commandAndExit", null);
722 trie.put(runRunCmdfile, RUN_PATTERN, "cmdfile", "(.*)");
723 trie.put(runRunCmdfile, RUN_PATTERN, "cmdfile", "(.*)", null);
732 trie.put(runRunCmdfileAndExit, RUN_PATTERN, "cmdfileAndExit", "(.*)")
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 171 // Update existing RUN_PATTERN with CTS specific extra run possibilities.
172 String runHelp = commandHelp.get(RUN_PATTERN);
194 commandHelp.put(RUN_PATTERN, combinedRunHelp);

Completed in 176 milliseconds