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

  /development/testrunner/
run_command.py 38 stdin_input=None):
47 stdin_input: data to feed to stdin
55 return_output=return_output, stdin_input=stdin_input)
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
73 stdin_input: data to feed to stdin
94 if stdin_input:
107 output = pipe.communicate(input=stdin_input)[0]
  /external/chromium_org/third_party/android_testrunner/
run_command.py 39 stdin_input=None):
48 stdin_input: data to feed to stdin
56 return_output=return_output, stdin_input=stdin_input)
66 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
74 stdin_input: data to feed to stdin
92 if stdin_input:
108 pipe.communicate(input=stdin_input)

Completed in 232 milliseconds