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

  /external/chromium_org/tools/site_compare/commands/
measure.py 29 cmd = cmdline.AddCommand(
scrape.py 28 cmd = cmdline.AddCommand(
timeload.py 28 cmd = cmdline.AddCommand(
compare2.py 26 cmd = cmdline.AddCommand(
maskmaker.py 26 cmd = cmdline.AddCommand(
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 53 foo.AddCommand("child",new ChildCommand(),"a child of foo");
  /external/lldb/test/functionalities/plugins/commands/
plugin.cpp 54 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command");
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
179 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
  /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/include/lldb/Interpreter/
CommandInterpreter.h 82 AddCommand (const char *name,
  /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/Commands/
CommandObjectCommands.cpp     [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace)
    [all...]

Completed in 786 milliseconds