Lines Matching refs:Popen
276 proc = subprocess.Popen(
355 terminal = subprocess.Popen(
360 non_terminal = subprocess.Popen(
440 sleep_proc = subprocess.Popen(
472 proc = subprocess.Popen(self.device.adb_cmd + ['shell', 'cat'],
547 procs[i] = subprocess.Popen(
1395 subproc = subprocess.Popen(self.device.adb_cmd + ['push', file_path, '/data/local/tmp'])
1425 subproc = subprocess.Popen(self.device.adb_cmd +
1765 … with subprocess.Popen(['adb', 'devices'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as proc:
1777 …with subprocess.Popen(['adb', 'devices', '-l'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as …
1789 …with subprocess.Popen(['adb', 'track-devices'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) as …
1802 …with subprocess.Popen(['adb', 'track-devices', '-l'], stdin=subprocess.PIPE, stdout=subprocess.PIP…
1815 …with subprocess.Popen(['adb', 'track-devices', '--proto-text'], stdin=subprocess.PIPE, stdout=subp…
1828 …with subprocess.Popen(['adb', 'track-devices', '--proto-binary'], stdin=subprocess.PIPE, stdout=su…
1860 …with subprocess.Popen(['adb', 'track-app', '--proto-binary'], stdin=subprocess.PIPE, stdout=subpro…