/third_party/python/Python/ |
D | frozenmain.c | 27 int unbuffered = 0; in Py_FrozenMain() local 49 unbuffered = 1; in Py_FrozenMain() 51 if (unbuffered) { in Py_FrozenMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 86 explicit raw_ostream(bool unbuffered = false) 87 : BufferMode(unbuffered ? Unbuffered : InternalBuffer) { 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 100 explicit raw_ostream(bool unbuffered = false) 101 : BufferMode(unbuffered ? BufferKind::Unbuffered 453 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/third_party/zlib/contrib/iostream3/ |
D | README | 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 493 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument 494 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 573 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument 574 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
|
/third_party/python/Doc/c-api/ |
D | file.rst | 13 :mod:`io` module, which defines several layers over the low-level unbuffered
|
D | init.rst | 209 Force the stdout and stderr streams to be unbuffered.
|
/third_party/python/Doc/library/ |
D | io.rst | 99 Raw I/O (also called *unbuffered I/O*) is generally used as a low-level 1104 operating system's unbuffered I/O routines. The gain depends on the OS and the 1106 unbuffered disk I/O can be as fast as buffered I/O. The bottom line, however, 1109 buffered I/O rather than unbuffered I/O for binary data.
|
D | subprocess.rst | 449 - :const:`0` means unbuffered (read and write are one 461 3.3.1 it incorrectly defaulted to :const:`0` which was unbuffered
|
D | sys.rst | 1566 is line-buffered in both cases. You can make both streams unbuffered
|
D | functions.rst | 1296 single: unbuffered I/O
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 48 The -u option now makes the stdout and stderr streams unbuffered rather than
|
D | 3.9.0a3.rst | 219 redirected to a file. You can still make ``sys.stderr`` unbuffered by
|
/third_party/FatFs/source/ |
D | 00history.txt | 20 Removed unbuffered mode.
|
/third_party/python/Doc/using/ |
D | cmdline.rst | 357 Force the stdout and stderr streams to be unbuffered. This option has no 363 The text layer of the stdout and stderr streams now is unbuffered.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 287 // unbuffered resources.
|
/third_party/musl/ |
D | WHATSNEW | 482 - stack-based buffer overflow in fprintf on unbuffered files 940 - scanf losing characters on unbuffered streams and fmemopen streams 1976 - fprintf failed to set stream orientation for unbuffered stream or no output
|
/third_party/python/Misc/ |
D | HISTORY | 5174 from unbuffered (0) to buffering (-1) to match the behavior existing code 5212 - Issue #17443: imaplib.IMAP4_stream was using the default unbuffered IO 9338 unbuffered writes. 9927 unbuffered pipes, such that select() works properly on them. 15299 - Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line 29862 - In frozenmain.c, stdin is made unbuffered too when PYTHONUNBUFFERED 31501 - The -u option not only sets the standard I/O streams to unbuffered 31569 - Set self.rfile unbuffered (like self.wfile) in SocketServer.py, to 31577 - In Lib/SocketServer.py, changed the mode for rfile to unbuffered. 32831 to be unbuffered. [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 1989 This differs from ordinary unbuffered decoding in that there is an additional
|
/third_party/node/deps/cares/ |
D | CHANGES | 2861 Use unbuffered stdio for /dev/urandom to read only requested data (#391)
|
/third_party/NuttX/ |
D | ReleaseNotes | 9834 - net/tcp: Fix unbuffered send compilation error when Ethernet is not 31534 * [#4659](https://github.com/apache/nuttx/pull/4659) net: tcp(unbuffered): retransmit only one the … 31535 * [#4656](https://github.com/apache/nuttx/pull/4656) net: tcp(unbuffered): fixed an issue with unac… 31536 * [#5138](https://github.com/apache/nuttx/pull/5138) net: tcp(unbuffered): advance sndseq by +1 bec… 31537 * [#5137](https://github.com/apache/nuttx/pull/5137) net: tcp(unbuffered): fast retransmit on dupli… 31538 * [#5078](https://github.com/apache/nuttx/pull/5078) net: tcp(unbuffered): tx_unacked overflow occu… 31539 * [#5102](https://github.com/apache/nuttx/pull/5102) net: tcp(unbuffered): removed excessive overwr…
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 161 …ttps://github.com/nodejs/node/commit/b36eb756e7)] - **stream**: inline unbuffered \_write (Robert …
|
D | CHANGELOG_V14.md | 4044 …ttps://github.com/nodejs/node/commit/7f498125e4)] - **stream**: inline unbuffered \_write (Robert …
|