Searched defs:command_string (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dchrome_launcher.cc324 std::string command_string = base::WideToUTF8(command.GetCommandLineString()); local
326 std::string command_string = command.GetCommandLineString(); local
328 VLOG(0) << "Launching chrome: " << command_string;
/external/lldb/tools/driver/
H A DDriver.cpp1072 const char *command_string = SBEvent::GetCStringFromEvent(event); local
1073 if (command_string == NULL)
1074 command_string = "";
1083 m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, true);
1403 char command_string[PATH_MAX * 2]; local
1411 ::snprintf (command_string, sizeof(command_string), "command source '%s'", command_file);
1412 m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, false);
1444 ::snprintf (command_string,
1445 sizeof (command_string),
[all...]
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1124 CommandInterpreter::GetCommandObjectForCommand (std::string &command_string) argument
1131 size_t start = command_string.find_first_not_of (white_space);
1138 // Get the next word from command_string.
1139 end = command_string.find_first_of (white_space, start);
1141 end = command_string.size();
1142 std::string cmd_word = command_string.substr (start, end - start);
1162 // we are at the end of the command_string, then we are done. Otherwise, find the start of the
1165 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || end >= command_string.size())
1168 start = command_string.find_first_not_of (white_space, end);
1175 if (end == command_string
1227 ExtractCommand(std::string &command_string, std::string &command, std::string &suffix, char &quote_char) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 330 milliseconds