HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 126 - 150 of 750) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 682 PIPE = subprocess.PIPE
684 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
702 PIPE = subprocess.PIPE
704 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
705 stderr=PIPE, close_fds=True)
722 PIPE = subprocess.PIPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 697 PIPE = subprocess.PIPE
699 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
717 PIPE = subprocess.PIPE
719 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
720 stderr=PIPE, close_fds=True)
737 PIPE = subprocess.PIPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIPE
    [all...]
  /external/python/cpython2/Lib/
os.py 670 PIPE = subprocess.PIPE
672 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
690 PIPE = subprocess.PIPE
692 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
693 stderr=PIPE, close_fds=True)
710 PIPE = subprocess.PIP
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
script_helper.py 27 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
28 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
68 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
69 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /external/libcxx/utils/libcxx/
util.py 89 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
201 stdin=subprocess.PIPE,
202 stdout=subprocess.PIPE,
203 stderr=subprocess.PIPE,
  /external/python/cpython2/Lib/test/
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /external/python/cpython3/Lib/test/support/
script_helper.py 97 proc = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
98 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
162 def spawn_python(*args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, **kw):
178 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
util.py 89 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
201 stdin=subprocess.PIPE,
202 stdout=subprocess.PIPE,
203 stderr=subprocess.PIPE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /system/core/adb/
test_adb.py 59 p = subprocess.Popen(['adb', 'tcpip'], stdout=subprocess.PIPE,
65 p = subprocess.Popen(['adb', 'tcpip', 'foo'], stdout=subprocess.PIPE,
71 # Helper method that reads a pipe until it is closed, then sets the event.
72 def _read_pipe_and_set_event(self, pipe, event):
73 x = pipe.read()
103 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
104 stderr=subprocess.PIPE)
  /cts/hostsidetests/theme/
android_device.py 25 from subprocess import PIPE
38 adb_process = subprocess.Popen(args=adb_cmd.split(), bufsize=-1, stderr=PIPE, stdout=PIPE)
  /external/autotest/client/site_tests/platform_Perf/
platform_Perf.py 77 p = subprocess.Popen(perf_report_args, stdout=subprocess.PIPE)
91 p = subprocess.Popen(perf_report_dso_args, stdout=subprocess.PIPE)
110 p = subprocess.Popen(perf_buildid_list_args, stdout=subprocess.PIPE)
  /external/libcxx/utils/
merge_archives.py 51 'stdin': subprocess.PIPE,
52 'stdout': subprocess.PIPE,
53 'stderr': subprocess.PIPE,
  /external/python/cpython3/Lib/test/
test_cmd_line.py 83 PIPE = subprocess.PIPE
84 p = subprocess.Popen(cmd, stdout=PIPE, stderr=PIPE)
160 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
195 stdout=subprocess.PIPE,
283 stdin=subprocess.PIPE,
284 stdout=subprocess.PIPE,
303 stdin=stdin, stdout=subprocess.PIPE) as proc:
384 stdin=subprocess.PIPE,
    [all...]
test_venv.py 142 p = subprocess.Popen(cmd, stdout=subprocess.PIPE,
143 stderr=subprocess.PIPE)
269 p = subprocess.Popen(cmd, stdout=subprocess.PIPE,
270 stderr=subprocess.PIPE)
284 p = subprocess.Popen(cmd, stdout=subprocess.PIPE,
285 stderr=subprocess.PIPE)
298 p = subprocess.Popen(cmd, stdout=subprocess.PIPE,
299 stderr=subprocess.PIPE)
378 p = subprocess.Popen(cmd, stdout=subprocess.PIPE,
379 stderr=subprocess.PIPE)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 28 stdin=subprocess.PIPE,
29 stdout=subprocess.PIPE,
30 stderr=subprocess.PIPE,
68 input = subprocess.PIPE
108 result = subprocess.PIPE
114 result = subprocess.PIPE
132 # If stderr wants to come from stdout, but stdout isn't a pipe, then put
133 # stderr on a pipe and treat it as stdout.
134 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
135 stderr = subprocess.PIPE
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
merge_archives.py 51 'stdin': subprocess.PIPE,
52 'stdout': subprocess.PIPE,
53 'stderr': subprocess.PIPE,

Completed in 1275 milliseconds

1 2 3 4 56 7 8 91011>>