Searched refs:stdout (Results 1 – 7 of 7) sorted by relevance
61 private /* final */ InputStream stdout; field in UNIXProcess162 stdout = (fds[1] == -1) ?184 if (stdout instanceof ProcessPipeInputStream)185 ((ProcessPipeInputStream) stdout).processExited();199 return stdout;233 try { stdout.close(); } catch (IOException ignored) {}
195 stdout=subprocess.PIPE,196 check=False).stdout223 stdout=subprocess.DEVNULL)
42 return isatty(fileno(stdin)) && isatty(fileno(stdout)); in Java_java_io_Console_istty()
123 private java.io.InputStream stdout; field in UNIXProcess
18 6. Check stdout from the script looks okay (not too many warnings, sensible
41 to stdout. Add --javadoc to produce output appropriate for inclusion in
557 def print_diff_index(index: DiffIndex, file=sys.stdout) -> None: