Home
last modified time | relevance | path

Searched refs:unbuffered (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Python/
Dfrozenmain.c27 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/
Draw_ostream.h86 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/
Draw_ostream.h100 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/
DREADME21 - added setbuf, with support for unbuffered output via setbuf(0,0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp493 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/
Draw_ostream.cpp573 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/
Dfile.rst13 :mod:`io` module, which defines several layers over the low-level unbuffered
Dinit.rst209 Force the stdout and stderr streams to be unbuffered.
/third_party/python/Doc/library/
Dio.rst99 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.
Dsubprocess.rst449 - :const:`0` means unbuffered (read and write are one
461 3.3.1 it incorrectly defaulted to :const:`0` which was unbuffered
Dsys.rst1566 is line-buffered in both cases. You can make both streams unbuffered
Dfunctions.rst1296 single: unbuffered I/O
/third_party/python/Misc/NEWS.d/
D3.7.0a2.rst48 The -u option now makes the stdout and stderr streams unbuffered rather than
D3.9.0a3.rst219 redirected to a file. You can still make ``sys.stderr`` unbuffered by
/third_party/FatFs/source/
D00history.txt20 Removed unbuffered mode.
/third_party/python/Doc/using/
Dcmdline.rst357 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/
DTargetSchedule.td287 // unbuffered resources.
/third_party/musl/
DWHATSNEW482 - 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/
DHISTORY5174 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/
Dlibjpeg.txt1989 This differs from ordinary unbuffered decoding in that there is an additional
/third_party/node/deps/cares/
DCHANGES2861 Use unbuffered stdio for /dev/urandom to read only requested data (#391)
/third_party/NuttX/
DReleaseNotes9834 - 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/
DCHANGELOG_V13.md161 …ttps://github.com/nodejs/node/commit/b36eb756e7)] - **stream**: inline unbuffered \_write (Robert …
DCHANGELOG_V14.md4044 …ttps://github.com/nodejs/node/commit/7f498125e4)] - **stream**: inline unbuffered \_write (Robert …