/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.cc | 16 base::string16 command_string(L"noprogram.exe "); 17 command_string.append(params); 18 command_line.ParseFromString(command_string); 45 base::string16 command_string(cmd_line.GetCommandLineString()); 46 base::TrimWhitespace(command_string, base::TRIM_ALL, &command_string); 47 return command_string;
|
/external/chromium_org/third_party/android_testrunner/ |
adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): 58 command_string: adb command to run 69 adb_cmd = "adb %s %s" % (self._target_arg, command_string) 218 command_string = self._BuildInstrumentationCommandPath( 223 logger.SilentLog(command_string) 225 logger.Log(command_string) 228 self.SendShellCommand(command_string, timeout_time=timeout_time, 271 command_string = "adb %s shell %s" % (self._target_arg, inst_command_string) 272 return command_string 287 command_string = "am instrument [all...] |
/development/testrunner/ |
adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): 58 command_string: adb command to run 69 adb_cmd = "adb %s %s" % (self._target_arg, command_string) 228 command_string = self._BuildInstrumentationCommandPath( 232 logger.Log(command_string) 235 self.SendShellCommand(command_string, timeout_time=timeout_time, 295 command_string = "am instrument" 297 command_string += " --no_window_animation" 300 command_string += ( 305 command_string += " -e %s '%s'" % (key, value [all...] |
/external/lldb/source/Interpreter/ |
CommandInterpreter.cpp | [all...] |
/external/lldb/tools/driver/ |
Driver.cpp | 1072 const char *command_string = SBEvent::GetCStringFromEvent(event); local 1403 char command_string[PATH_MAX * 2]; local [all...] |
/external/chromium_org/tools/site_compare/ |
command_line.py | 579 self.command_string = argv[0].lower() 580 if not self.command_string in self.cmd_dict: 581 self.err.write("Unknown command: '%s'\n\n" % self.command_string) 586 self.command = self.cmd_dict[self.command_string]
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 324 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/chromium_org/sync/tools/testserver/ |
sync_testserver.py | 579 command_string = self.server._sync_handler.CustomizeClientCommand( 583 reply += "<code>{}</code>.".format(command_string)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 678 '(?P<command_string>[-a-zA-Z0-9_.]+)?' 685 '(?P<command_string>[-a-zA-Z0-9_.]+)?' 692 '(?P<command_string>[-a-zA-Z0-9_.]+)?' 756 # or command to run (<! >!). match['command_string'] is an optional 761 command_string = match['command_string'] 880 if command_string == 'pymod_do_main': 901 elif command_string: 903 (command_string, contents)) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |