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

  /external/chromium_org/tools/site_compare/
command_line.py 504 help_cmd = self.AddCommand(["help", "--help", "-?", "-h"],
520 def AddCommand(self, names, helptext, validator=None, impl=None):
676 test = cmdline.AddCommand(["test", "testa", "testb"], "test command")
  /external/lldb/source/API/
SBCommandInterpreter.cpp 424 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help)
478 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help)
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace)
    [all...]

Completed in 64 milliseconds