Searched refs:AddCommand (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/site_compare/commands/
H A Dmeasure.py29 cmd = cmdline.AddCommand(
H A Dscrape.py28 cmd = cmdline.AddCommand(
H A Dtimeload.py28 cmd = cmdline.AddCommand(
H A Dcompare2.py26 cmd = cmdline.AddCommand(
H A Dmaskmaker.py26 cmd = cmdline.AddCommand(
/external/lldb/examples/plugins/commands/
H A Dfooplugin.cpp53 foo.AddCommand("child",new ChildCommand(),"a child of foo");
/external/lldb/test/functionalities/plugins/commands/
H A Dplugin.cpp54 foo.AddCommand("child",new ChildCommand(),"a child of plugin_loaded_command");
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
179 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DChromeDebugPackage.cs70 mcs.AddCommand(menuItem);
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs75 commandService.AddCommand(menuItem);
/external/chromium_org/tools/site_compare/
H A Dcommand_line.py504 help_cmd = self.AddCommand(["help", "--help", "-?", "-h"],
520 def AddCommand(self, names, helptext, validator=None, impl=None): member in class:CommandLine
676 test = cmdline.AddCommand(["test", "testa", "testb"], "test command")
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp424 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help) function in class:SBCommandInterpreter
478 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) function in class:SBCommand
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h82 AddCommand (const char *name,
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) function in class:CommandInterpreter

Completed in 5464 milliseconds