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

  /external/chromium_org/tools/site_compare/
command_line.py 504 help_cmd = self.AddCommand(["help", "--help", "-?", "-h"],
509 help_cmd.AddArgument(
511 help_cmd.AddArgument(
652 help_cmd = command.cmdline[command['command']]
654 out.write(textwrap.fill(help_cmd.helptext, width))
656 out.write(help_cmd.GetUsageString(width=width))
658 out.write(help_cmd.GetHelpString(width=width))
  /external/qemu/
monitor.c 292 static void help_cmd(Monitor *mon, const char *name) function
321 help_cmd(mon, "info");
527 help_cmd(mon, "log");
    [all...]

Completed in 158 milliseconds