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

  /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)
217 command_string = self._BuildInstrumentationCommandPath(
221 logger.Log(command_string)
224 self.SendShellCommand(command_string, timeout_time=timeout_time,
284 command_string = "am instrument"
286 command_string += " --no_window_animation"
289 command_string += (
294 command_string += " -e %s '%s'" % (key, value
    [all...]
  /external/openssh/
sshconnect.c 87 char *command_string, *tmp; local
106 command_string = percent_expand(tmp, "h", host, "p", strport,
115 debug("Executing proxy command: %.500s", command_string);
141 argv[2] = command_string;
162 xfree(command_string);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 65 milliseconds