Searched refs:PIPE (Results 26 - 50 of 62) sorted by relevance

123

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
H A Dexecutive_unittest.py149 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
180 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
/external/chromium/build/mac/
H A Dstrip_save_dsym52 stdout=subprocess.PIPE)
98 stdout=subprocess.PIPE)
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.py15 from subprocess import Popen, PIPE namespace
78 stdout=PIPE)
/external/clang/utils/
H A DCmpDriver113 stdout=subprocess.PIPE,
114 stderr=subprocess.PIPE)
H A DFindSpecRefs767 stdout=subprocess.PIPE)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dapache_http_server.py201 stderr=subprocess.PIPE,
H A Dchromium.py230 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None)
392 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE,
393 stdout=subprocess.PIPE,
H A Dhttp_server.py217 self._process = subprocess.Popen(start_cmd, env=env, stdin=subprocess.PIPE)
/external/chromium-trace/
H A Dsystrace.py151 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
152 stderr=subprocess.PIPE)
/external/llvm/utils/Misc/
H A Dzkill72 p = subprocess.Popen(['ps', 'aux'], stdout=subprocess.PIPE,
73 stderr=subprocess.PIPE)
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuilt-product-archive129 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/oprofile/
H A Doprofile_android60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests28 from subprocess import Popen, PIPE, STDOUT
125 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=PIPE, stderr=None)
H A Dvalidate-committer-lists160 process = subprocess.Popen(git_log_args, stdout=subprocess.PIPE)
/external/bison/src/
H A Dparse-gram.y162 %token PIPE "|"
H A Dparse-gram.c120 PIPE = 300, enumerator in enum:yytokentype
173 #define PIPE 300 macro
H A Dscan-gram.l265 "|" rule_length = 0; return PIPE;
/external/llvm/utils/
H A Dllvm-compilers-check293 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py62 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=cwd)
240 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null)
248 input_process = subprocess.Popen(command_returns_non_zero, stdout=subprocess.PIPE, stderr=self.dev_null)
253 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null) # grep shows usage and calls exit(2) when called w/o arguments.
/external/v8/tools/
H A Dgc-nvp-trace-processor.py80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_results_generator.py342 stdout=subprocess.PIPE).communicate()[0]
/external/regex-re2/lib/codereview/
H A Dcodereview.py1028 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
1407 cmd = subprocess.Popen(argv, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None, close_fds=sys.platform != "win32")
2933 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/external/chromium/testing/gmock/scripts/
H A Dupload.py555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,

Completed in 3544 milliseconds

123