Lines Matching refs:stdout
150 # allow '-' for stdin/stdout
155 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
168 # this is strictly needed because perf's pipe-mode only works with stdout
271 stdout=sp.PIPE,
276 for line in proc.stdout:
294 sys.stdout.write(line)
320 stdout=sp.PIPE,
325 for line in proc.stdout:
364 sys.stdout.write(line)
418 stdout=sp.PIPE,
450 for line in proc.stdout:
570 sys.stdout.write(line)
1028 args['color'] = sys.stdout.isatty()