HomeSort by relevance Sort by last modified time
    Searched defs:STDOUT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/jemalloc/chromium/
build-crt.py 4 from subprocess import Popen, STDOUT, PIPE
8 proc = Popen(['nmake', 'dll_', 'mt'], stdout=PIPE, stderr=STDOUT,
12 line = proc.stdout.readline()
  /external/chromium_org/third_party/jemalloc/vendor/
build-crt.py 4 from subprocess import Popen, STDOUT, PIPE
8 proc = Popen(['nmake', 'dll_', 'mt'], stdout=PIPE, stderr=STDOUT,
12 line = proc.stdout.readline()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 39 def __init__(self, stdout='MOCK STDOUT\n', stderr=''):
41 self.stdout = StringIO.StringIO(stdout)
52 STDOUT = "MOCK STDOUT"
executive.py 88 STDOUT = subprocess.STDOUT
100 stdout=self.PIPE,
101 stderr=self.STDOUT,
106 # stderr/stdout.
107 # FIXME: This could be improved not to flatten output to stdout.
109 output_line = child_process.stdout.readline()
126 tee_stdout = sys.stdout
276 ps_process = self.popen(['ps', '-eo', 'pid,comm'], stdout=self.PIPE, stderr=self.PIPE)
277 stdout, _ = ps_process.communicate(
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 34 #define STDOUT 1
63 FILE *fp_wr = stdout;
113 else if (fp_wr == stdout)
132 /* set stdin/stdout if required to binary */
137 if ((raw) && (fp_wr == stdout))
139 setmode (STDOUT, O_BINARY);
pnm2png.c 33 #define STDOUT 1
65 FILE *fp_wr = stdout;
112 else if (fp_wr == stdout)
131 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */
136 if (fp_wr == stdout)
138 setmode (STDOUT, O_BINARY);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 34 stdin=None, stdout=None, stderr=None,
70 stdin, stdout and stderr specify the executed programs' standard
76 parent. Additionally, stderr can be STDOUT, which indicates that the
78 file handle as for stdout.
95 If universal_newlines is true, the file objects stdout and stderr are
101 default). Also, the newlines attribute of the file objects stdout,
179 Interact with process: Send data to stdin. Read data from stdout
185 communicate() returns a tuple (stdout, stderr).
196 stdout
197 If the stdout argument is PIPE, this attribute is a file objec
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 

Completed in 184 milliseconds