Searched defs:PIPE (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tcl.py7 from subprocess import Popen, PIPE namespace
152 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
H A Dregrtest.py488 from subprocess import Popen, PIPE namespace
512 stdout=PIPE, stderr=PIPE,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_tcl.py7 from subprocess import Popen, PIPE namespace
152 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
H A Dregrtest.py488 from subprocess import Popen, PIPE namespace
512 stdout=PIPE, stderr=PIPE,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsubprocess.py72 Valid values are PIPE, an existing file descriptor (a positive
73 integer), an existing file object, and None. PIPE indicates that a
193 If the stdin argument is PIPE, this attribute is a file object
197 If the stdout argument is PIPE, this attribute is a file object
202 If the stderr argument is PIPE, this attribute is file object that
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
239 p1 = Popen(["dmesg"], stdout=PIPE)
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
304 pipe = Popen("cmd", shell=True, bufsize=bufsize, stdout=PIPE).stdout
308 pipe = Popen("cmd", shell=True, bufsize=bufsize, stdin=PIPE)
471 PIPE = -1 variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsubprocess.py72 Valid values are PIPE, an existing file descriptor (a positive
73 integer), an existing file object, and None. PIPE indicates that a
193 If the stdin argument is PIPE, this attribute is a file object
197 If the stdout argument is PIPE, this attribute is a file object
202 If the stderr argument is PIPE, this attribute is file object that
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
239 p1 = Popen(["dmesg"], stdout=PIPE)
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
304 pipe = Popen("cmd", shell=True, bufsize=bufsize, stdout=PIPE).stdout
308 pipe = Popen("cmd", shell=True, bufsize=bufsize, stdin=PIPE)
471 PIPE = -1 variable
[all...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
H A Djaxen-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/prebuilts/misc/common/antlr/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/prebuilts/misc/common/groovy/
H A Dgroovy-all-1.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/ANTLR-LICENSE.txt META- ...
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
H A Dgroovy-all-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF groovy/ groovy/util/ groovy/util/CliBuilder$_expandArgumentFile_closure2.class ...

Completed in 1547 milliseconds