Lines Matching refs:stdin
277 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
355 test_cmd, stdin=None,
360 test_cmd, stdin=subprocess.PIPE,
370 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
441 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
472 stdin=subprocess.PIPE,
496 stdin=subprocess.PIPE,
548 stdin=subprocess.PIPE,
553 procs[i].stdin.write("%d\n" % i)
560 procs[i].stdin.write("%d\n" % (i % 256))
1774 … with subprocess.Popen(['adb', 'devices'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as proc:
1786 …with subprocess.Popen(['adb', 'devices', '-l'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as …
1798 …with subprocess.Popen(['adb', 'track-devices'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as …
1811 …with subprocess.Popen(['adb', 'track-devices', '-l'], stdin=subprocess.PIPE, stdout=subprocess.PIP…
1824 …with subprocess.Popen(['adb', 'track-devices', '--proto-text'], stdin=subprocess.PIPE, stdout=subp…
1837 …with subprocess.Popen(['adb', 'track-devices', '--proto-binary'], stdin=subprocess.PIPE, stdout=su…
1877 …with subprocess.Popen(['adb', 'track-app', '--proto-binary'], stdin=subprocess.PIPE, stdout=subpro…
1904 …with subprocess.Popen(['adb', 'server-status'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as …