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

  /tools/tradefederation/core/src/com/android/tradefed/command/
Console.java 233 Map<String, String> commandHelp = new LinkedHashMap<String, String>();
234 addDefaultCommands(mCommandTrie, genericHelp, commandHelp);
235 setCustomCommands(mCommandTrie, genericHelp, commandHelp);
236 generateHelpListings(mCommandTrie, genericHelp, commandHelp);
251 * Implementations should modify the {@code genericHelp} and {@code commandHelp} variables to
257 * @param commandHelp A {@link Map} containing documentation for any new commands that may have
262 Map<String, String> commandHelp) {
267 * Generate help listings based on the contents of {@code genericHelp} and {@code commandHelp}.
272 * @param commandHelp A {@link Map} containing documentation for any new commands that may have
277 Map<String, String> commandHelp) {
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 87 Map<String, String> commandHelp) {
158 String listHelp = commandHelp.get(LIST_PATTERN);
169 commandHelp.put(LIST_PATTERN, combinedHelp);
172 String runHelp = commandHelp.get(RUN_PATTERN);
194 commandHelp.put(RUN_PATTERN, combinedRunHelp);
196 commandHelp.put(ADD_PATTERN, String.format(
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 110 commandHelp(fields, ui, f)
149 func commandHelp(_ []string, ui plugin.UI, f *flags) error {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 110 commandHelp(fields, ui, f)
149 func commandHelp(_ []string, ui plugin.UI, f *flags) error {

Completed in 681 milliseconds