Lines Matching full:stdin
5442 stdin. Before this change, the style checker just ignored "-"
9124 [Chromium-Win] subprocess.call should be called with stdin=open(os.devnull,'r')
9127 subproess.Popen() on Python 2.4/Windows with stdout,stdout, but no stdin will fail, because it uses return value of GetStdHandle(STD_INPUT_HANDLE), but DuplicateHandle requires integer, not the handle.
9128 We don't need stdin, so use devnull as stdin.
9131 * Scripts/webkitpy/layout_tests/port/chromium_win.py: open os.devnull for stdin
9947 subproess.Popen() on Python 2.4/Windows with stdout,stdout, but no stdin will fail, because it uses return value of GetStdHandle(STD_INPUT_HANDLE), but DuplicateHandle requires integer, not the handle.
9948 We don't need stdin, so use devnull as stdin.
9950 * Scripts/webkitpy/layout_tests/port/websocket_server.py: open os.devnull for stdin
15735 be passed image data over stdin. image_diff (chromium's fork)
18349 [Qt] Don't use QSocketNotifier in the DRT for reading stdin
18352 stdin synchronously after each test using signals and slots.
31088 Make run_and_throw_if_fail silence STDERR as well as STDIN.
31133 Don't try to seek to the end of stdin on Cygwin
31144 generated by calling sys.stdin.seek, since these seem to be generated
31168 Make run_and_throw_if_fail silence STDERR as well as STDIN.