Searched refs:PIPE (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/utils/C++Tests/LLVM-Code-Symbols/
H A Dcheck-symbols8 p0 = subprocess.Popen(args0, stdin=None, stdout=subprocess.PIPE,
9 stderr=subprocess.PIPE)
10 p1 = subprocess.Popen(args1, stdin=p0.stdout, stdout=subprocess.PIPE,
11 stderr=subprocess.PIPE)
/external/chromium/build/
H A Dcompiler_version.py22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py39 readelf_pipe = subprocess.Popen([readelf, "-l", path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
80 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
H A Dasan_symbolize.py45 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
83 stdin=subprocess.PIPE,
84 stdout=subprocess.PIPE)
106 stdin=subprocess.PIPE,
107 stdout=subprocess.PIPE,
108 stderr=subprocess.PIPE)
/external/v8/tools/
H A Drun-valgrind.py48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
H A Ddisasm.py76 stdout=subprocess.PIPE,
H A Dpresubmit.py46 from subprocess import PIPE namespace
110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
276 stdout=PIPE, cwd=path, shell=True)
/external/bison/src/
H A Dparse-gram.h85 PIPE = 300, enumerator in enum:yytokentype
138 #define PIPE 300 macro
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py87 stdin=subprocess.PIPE,
88 stdout=subprocess.PIPE)
H A Dexecutive.py120 stdout=subprocess.PIPE,
334 return (subprocess.PIPE, input)
368 stdout=subprocess.PIPE,
/external/icu4c/test/perf/perldriver/
H A DPerfFramework.pm260 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
262 while (<PIPE>) {
265 close(PIPE) or die "Program failed: \"$cmd\"";
/external/llvm/utils/lit/lit/
H A DTestRunner.py32 stdin=subprocess.PIPE,
33 stdout=subprocess.PIPE,
34 stderr=subprocess.PIPE,
72 input = subprocess.PIPE
112 result = subprocess.PIPE
118 result = subprocess.PIPE
138 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
139 stderr = subprocess.PIPE
144 # Don't allow stderr on a PIPE except for the last
148 if stderr == subprocess.PIPE an
[all...]
H A DUtil.py46 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/external/chromium-trace/
H A Dupdate.py26 p = subprocess.Popen(svn_co_args, stdout=subprocess.PIPE)
96 p = subprocess.Popen(yuic_args, stdin=subprocess.PIPE)
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py7 from subprocess import Popen, PIPE namespace
52 p = Popen(command, 1, stdout=PIPE, shell=False)
/external/chromium/build/util/
H A Dlastchange.py34 stdout=subprocess.PIPE,
35 stderr=subprocess.PIPE,
80 stdout=subprocess.PIPE,
81 stderr=subprocess.PIPE,
/external/clang/tools/scan-view/
H A DReporter.py181 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
214 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/llvm/utils/git/
H A Dfind-rev25 stdout=subprocess.PIPE)
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_maketokenizer.py89 p1 = subprocess.Popen(['flex', '-t', flexInput], stdout=subprocess.PIPE)
/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
/external/gtest/test/
H A Dgtest_test_utils.py228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py223 stderr = subprocess.PIPE
226 stdout=subprocess.PIPE, stderr=stderr,
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE,
76 stdout=subprocess.PIPE,
77 stderr=subprocess.PIPE,
/external/clang/utils/
H A Dtoken-delta.py111 stdin=subprocess.PIPE,
112 stdout=subprocess.PIPE,
113 stderr=subprocess.PIPE)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A 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)

Completed in 428 milliseconds

123