Home
last modified time | relevance | path

Searched refs:Buffered (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/lib/
Dtst_res.c111 static int Buffered = FALSE; /* TRUE if condensed output is currently */ variable
221 if (Buffered == TRUE) { in tst_condense()
246 Buffered = TRUE; in tst_condense()
258 if (Buffered == TRUE && T_mode == NOPASS) { in tst_old_flush()
260 Buffered = FALSE; in tst_old_flush()
/third_party/boost/libs/asio/doc/requirements/
DBufferedHandshakeHandler.qbk8 [section:BufferedHandshakeHandler Buffered handshake handler requirements]
/third_party/python/Doc/library/
Dasyncio-protocol.rst273 to complete. Buffered data will be lost. No more data will be received.
367 operations to complete. Buffered data will be lost.
587 Buffered Streaming Protocols
592 Buffered Protocols can be used with any event loop method
Dasyncio-llapi-index.rst440 .. rubric:: Buffered Streaming Protocols
Dio.rst686 Buffered Streams
689 Buffered I/O streams provide a higher-level interface to an I/O device
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m104 {kCGLPFADoubleBuffer, "Double Buffered"},
/third_party/boost/libs/fiber/doc/
Dbuffered_channel.qbk8 [section:buffered_channel Buffered Channel]
/third_party/boost/libs/sort/doc/
Dblock_indirect_sort.qbk158 *Microsoft PPL Parallel Buffered Sort
/third_party/icu/docs/userguide/conversion/
Dconverters.md320 streaming or buffering, and is mentioned [Buffered or Streamed](#3-buffered-or-streamed)
698 ### 3. Buffered or Streamed
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSchedule.td141 // out-of-order engine. Buffered resources may be held for multiple
/third_party/icu/docs/userguide/transforms/general/
Dindex.md1254 Buffered/Keyboard support. They are less powerful in that they have only greedy
/third_party/skia/third_party/externals/libjpeg-turbo/
Dlibjpeg.txt47 Buffered-image mode
1955 Buffered-image mode
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dlibjpeg.txt47 Buffered-image mode
1937 Buffered-image mode
/third_party/libjpeg-turbo/
Dlibjpeg.txt47 Buffered-image mode
1937 Buffered-image mode
/third_party/node/deps/cares/
DCHANGES431Buffered fread() reads 4096 bytes which is completely unnecessary and potentially may cause proble…
/third_party/eudev/hwdb/
D20-pci-vendor-model.hwdb84759 ID_MODEL_FROM_DATABASE=Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent
84762 ID_MODEL_FROM_DATABASE=Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent
84765 ID_MODEL_FROM_DATABASE=Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent
84768 ID_MODEL_FROM_DATABASE=Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent
/third_party/python/Misc/
DHISTORY4696 - Issue #15448: Buffered IO now frees the buffer when closed, instead
10042 - Issue #10956: Buffered I/O classes retry reading or writing after a signal