Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/utils/lit/lit/
DTestRunner.py32 stdin=subprocess.PIPE,
33 stdout=subprocess.PIPE,
34 stderr=subprocess.PIPE,
73 input = subprocess.PIPE
113 result = subprocess.PIPE
119 result = subprocess.PIPE
139 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
140 stderr = subprocess.PIPE
149 if stderr == subprocess.PIPE and j != cmd.commands[-1]:
176 if stdin == subprocess.PIPE:
[all …]
DUtil.py46 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py39 …adelf_pipe = subprocess.Popen([readelf, "-l", path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
80 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
Dasan_symbolize.py70 return subprocess.Popen(cmd, stdin=subprocess.PIPE,
71 stdout=subprocess.PIPE)
123 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
160 stdin=subprocess.PIPE,
161 stdout=subprocess.PIPE,
162 stderr=subprocess.PIPE)
/external/chromium/build/util/
Dlastchange.py34 stdout=subprocess.PIPE,
35 stderr=subprocess.PIPE,
80 stdout=subprocess.PIPE,
81 stderr=subprocess.PIPE,
/external/skia/tools/
Dsubmit_try51 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
68 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
87 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
232 proc = subprocess.Popen(try_args, stdout=subprocess.PIPE,
Dmerge_static_libs.py32 proc = subprocess.Popen([ar, '-t', in_lib], stdout=subprocess.PIPE)
36 proc = subprocess.Popen([ar, '-x', in_lib], stdout=subprocess.PIPE,
Dsvn.py38 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/clang/tools/scan-view/
DReporter.py181 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
214 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/icu4c/test/perf/perldriver/
DPerfFramework.pm260 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
262 while (<PIPE>) {
265 close(PIPE) or die "Program failed: \"$cmd\"";
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dserver_process.py75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE,
76 stdout=subprocess.PIPE,
77 stderr=subprocess.PIPE,
Dchromium.py230 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None)
392 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE,
393 stdout=subprocess.PIPE,
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dpath.py87 stdin=subprocess.PIPE,
88 stdout=subprocess.PIPE)
Dexecutive.py120 stdout=subprocess.PIPE,
334 return (subprocess.PIPE, input)
368 stdout=subprocess.PIPE,
/external/chromium-trace/
Dsystrace.py43 adb = subprocess.Popen(getprop_args, stdout=subprocess.PIPE,
44 stderr=subprocess.PIPE)
146 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
147 stderr=subprocess.PIPE)
Dupdate.py26 p = subprocess.Popen(svn_co_args, stdout=subprocess.PIPE)
96 p = subprocess.Popen(yuic_args, stdin=subprocess.PIPE)
/external/bison/src/
Dparse-gram.h106 PIPE = 306, enumerator
165 #define PIPE 306 macro
/external/protobuf/gtest/test/
Dgtest_test_utils.py223 stderr = subprocess.PIPE
226 stdout=subprocess.PIPE, stderr=stderr,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_endtoend.py478 self.server_stderr = subprocess.PIPE
486 self.server_stderr = subprocess.PIPE
512 client = self._run_python_command(args, stdout=subprocess.PIPE)
527 client = self._run_python_command(args, stdout=subprocess.PIPE)
/external/clang/utils/
Dtoken-delta.py111 stdin=subprocess.PIPE,
112 stdout=subprocess.PIPE,
113 stderr=subprocess.PIPE)
/external/gtest/test/
Dgtest_test_utils.py228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
/external/libvpx/libvpx/third_party/googletest/src/test/
Dgtest_test_utils.py228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
/external/chromium/testing/gtest/test/
Dgtest_test_utils.py228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
/external/v8/tools/
Dpresubmit.py46 from subprocess import PIPE
110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
276 stdout=PIPE, cwd=path, shell=True)
/external/chromium/build/
Dcompiler_version.py22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)

123