Searched refs:new_command (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Interpreter/ |
D | CommandObjectRegexCommand.cpp | 67 std::string new_command(pos->command); in DoExecute() local 76 … for (idx = 0; (percent_var_idx = new_command.find(percent_var, idx)) != std::string::npos; ) in DoExecute() 78 new_command.erase(percent_var_idx, percent_var_len); in DoExecute() 79 new_command.insert(percent_var_idx, match_str); in DoExecute() 86 result.GetOutputStream().Printf("%s\n", new_command.c_str()); in DoExecute() 89 …return m_interpreter.HandleCommand(new_command.c_str(), eLazyBoolCalculate, result, NULL, true, tr… in DoExecute()
|
/external/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 415 CommandObjectMultiword *new_command = new CommandObjectMultiword(*m_opaque_ptr,name,help); in AddMultiwordCommand() local 416 new_command->SetRemovable (true); in AddMultiwordCommand() 417 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand() 469 …CommandObjectMultiword *new_command = new CommandObjectMultiword(m_opaque_sp->GetCommandInterprete… in AddMultiwordCommand() local 470 new_command->SetRemovable (true); in AddMultiwordCommand() 471 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
D | command_service.cc | 728 Command new_command; in IsKeybindingChanging() local 730 new_command = *CommandsInfo::GetBrowserActionCommand(extension); in IsKeybindingChanging() 732 new_command = *CommandsInfo::GetPageActionCommand(extension); in IsKeybindingChanging() 739 new_command = loc->second; in IsKeybindingChanging() 745 new_command.accelerator(); in IsKeybindingChanging()
|