/third_party/curl/docs/cmdline-opts/ |
D | no-buffer.d | 3 Help: Disable buffering of the output stream 6 Disables the buffering of the output stream. In normal work situations, curl 9 Using this option will disable that buffering. 12 --buffer to enforce the buffering.
|
/third_party/python/Lib/test/ |
D | test_winconsoleio.py | 95 f = open('C:/con', 'rb', buffering=0) 102 f = open(r'\\.\conin$', 'rb', buffering=0) 106 f = open('//?/conout$', 'wb', buffering=0) 116 with open(conout_path, 'wb', buffering=0) as f: 160 with open('CONIN$', 'rb', buffering=0) as stdin: 179 with open('CONIN$', 'rb', buffering=0) as stdin: 190 with open('CONIN$', 'rb', buffering=0) as stdin:
|
/third_party/openssl/doc/man3/ |
D | BIO_f_buffer.pod | 11 - buffering BIO 27 BIO_f_buffer() returns the buffering BIO method. 29 Data written to a buffering BIO is buffered and periodically written 30 to the next BIO in the chain. Data read from a buffering BIO comes from 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 59 buffering BIO to a chain it is therefore possible to provide 69 whenever any pending data should be written such as when removing a buffering 75 BIO_f_buffer() returns the buffering BIO method.
|
/third_party/python/Modules/_io/ |
D | _iomodule.c | 232 int buffering, const char *encoding, const char *errors, in _io_open_impl() argument 365 if (binary && buffering == 1) { in _io_open_impl() 402 if (buffering < 0) { in _io_open_impl() 412 if (buffering == 1 || isatty) { in _io_open_impl() 413 buffering = -1; in _io_open_impl() 419 if (buffering < 0) { in _io_open_impl() 424 buffering = PyLong_AsLong(blksize_obj); in _io_open_impl() 426 if (buffering == -1 && PyErr_Occurred()) in _io_open_impl() 429 if (buffering < 0) { in _io_open_impl() 436 if (buffering == 0) { in _io_open_impl() [all …]
|
/third_party/python/Modules/_io/clinic/ |
D | _iomodule.c.h | 134 int buffering, const char *encoding, const char *errors, 147 int buffering = -1; in _io_open() local 186 buffering = _PyLong_AsInt(args[2]); in _io_open() 187 if (buffering == -1 && PyErr_Occurred()) { in _io_open() 279 …return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, op… in _io_open()
|
/third_party/python/Lib/ |
D | tempfile.py | 513 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 543 file = _io.open(fd, mode, buffering=buffering, 563 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 606 return _io.open(fd, mode, buffering=buffering, 617 return _io.open(fd, mode, buffering=buffering, 630 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument 641 self._TemporaryFileArgs = {'mode': mode, 'buffering': buffering,
|
D | socket.py | 302 def makefile(self, mode="r", buffering=None, *, argument 323 if buffering is None: 324 buffering = -1 325 if buffering < 0: 326 buffering = io.DEFAULT_BUFFER_SIZE 327 if buffering == 0: 332 buffer = io.BufferedRWPair(raw, raw, buffering) 334 buffer = io.BufferedReader(raw, buffering) 337 buffer = io.BufferedWriter(raw, buffering)
|
D | _pyio.py | 43 def open(file, mode="r", buffering=-1, encoding=None, errors=None, argument 172 if not isinstance(buffering, int): 173 raise TypeError("invalid buffering: %r" % buffering) 207 if binary and buffering == 1: 222 if buffering == 1 or buffering < 0 and raw.isatty(): 223 buffering = -1 225 if buffering < 0: 226 buffering = DEFAULT_BUFFER_SIZE 233 buffering = bs 234 if buffering < 0: [all …]
|
/third_party/libsnd/src/ |
D | ogg.c | 462 int buffering = SF_FALSE ; in ogg_stream_seek_page_search() local 507 { if (buffering == SF_TRUE) in ogg_stream_seek_page_search() 509 buffering = SF_FALSE ; in ogg_stream_seek_page_search() 545 if (buffering) in ogg_stream_seek_page_search() 547 buffering = SF_FALSE ; in ogg_stream_seek_page_search() 586 { if (buffering == SF_TRUE) in ogg_stream_seek_page_search() 598 buffering = SF_FALSE ; in ogg_stream_seek_page_search() 614 if (buffering) in ogg_stream_seek_page_search() 633 buffering = SF_TRUE ; in ogg_stream_seek_page_search() 679 if (buffering == SF_FALSE) in ogg_stream_seek_page_search()
|
/third_party/boost/libs/spirit/example/karma/ |
D | printf_style_double_format.cpp | 207 karma::detail::enable_buffering<OutputIterator> buffering( in call() local 216 buffering.disable(); // do not perform buffering any more in call() 220 sink, buffering.buffer_size()); in call() 226 buffering.buffer_copy(); in call()
|
/third_party/node/lib/internal/child_process/ |
D | serialization.js | 55 channel.buffering = false; 76 channel.buffering = messageBuffer.length > 0; 123 channel.buffering = channel[kJSONBuffer].length !== 0;
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | alternative_function.hpp | 162 detail::enable_buffering<OutputIterator> buffering(sink); in operator ()() local 170 buffering.buffer_copy(); in operator ()() 223 detail::enable_buffering<OutputIterator> buffering(sink); in operator ()() local 231 buffering.buffer_copy(); in operator ()()
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_n_buffer.txt | 117 1. Why do we need triple-buffering? 128 2. Why quadruple-buffering? Isn't triple-buffering enough to 133 operating on a system, triple-buffering is sufficient. However, 140 3. Then why not arbitrary n-buffering?
|
/third_party/gstreamer/gstreamer/docs/plugins/ |
D | gstreamer-plugins.args | 147 <BLURB>High threshold for buffering to finish. Only used if use-buffering is True (Deprecated: use … 157 <BLURB>Low threshold for buffering to start. Only used if use-buffering is True (Deprecated: use lo… 232 <NAME>GstQueue2::use-buffering</NAME> 236 <NICK>Use buffering</NICK> 277 <BLURB>High threshold for buffering to finish. Only used if use-buffering is True.</BLURB> 287 <BLURB>Low threshold for buffering to start. Only used if use-buffering is True.</BLURB> 497 <BLURB>High threshold for buffering to finish. Only used if use-buffering is True (Deprecated: use … 507 <BLURB>Low threshold for buffering to start. Only used if use-buffering is True (Deprecated: use lo… 552 <NAME>GstMultiQueue::use-buffering</NAME> 556 <NICK>Use buffering</NICK> [all …]
|
/third_party/boost/boost/spirit/home/karma/directive/ |
D | maxwidth.hpp | 112 detail::enable_buffering<OutputIterator> buffering(sink); in maxwidth_generate() local 123 return r && buffering.buffer_copy(maxwidth) && in maxwidth_generate() 124 buffer_copy_rest(buffering, maxwidth, restdest); in maxwidth_generate()
|
D | right_alignment.hpp | 98 detail::enable_buffering<OutputIterator> buffering(sink, width); in right_align_generate() local 107 buffering.disable(); // do not perform buffering any more in right_align_generate() 110 detail::enable_counting<OutputIterator> counting(sink, buffering.buffer_size()); in right_align_generate() 116 buffering.buffer_copy(); in right_align_generate()
|
D | center_alignment.hpp | 98 detail::enable_buffering<OutputIterator> buffering(sink, width); in center_generate() local 107 buffering.disable(); // do not perform buffering any more in center_generate() 112 std::size_t const pre = width - (buffering.buffer_size() + width)/2; in center_generate() 118 buffering.buffer_copy(); in center_generate()
|
D | buffer.hpp | 70 detail::enable_buffering<OutputIterator> buffering(sink); in generate() local 77 buffering.buffer_copy(); in generate()
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_multi_buffer.txt | 35 Conceptually this is similar to frame buffer double-buffering, 37 OpenGL to promote such double-buffering if and wherever possible. 43 GL_FASTEST in this context means that texture multi-buffering
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | list.hpp | 87 | generator_properties::buffering 136 detail::enable_buffering<OutputIterator> buffering(sink); in generate() local 146 buffering.buffer_copy(); in generate()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_multi_buffer.txt | 35 Conceptually this is similar to frame buffer double-buffering, 37 OpenGL to promote such double-buffering if and wherever possible. 43 GL_FASTEST in this context means that texture multi-buffering
|
/third_party/grpc/doc/cpp/ |
D | perf_notes.md | 3 ## Streaming write buffering 19 GRPC_ARG_HTTP2_WRITE_BUFFER_SIZE) - this prevents infinite buffering leading
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 72 static gboolean buffering = FALSE; variable 86 if (!buffering) { in toggle_paused() 398 if (!buffering) in master_bus_msg() 410 if (buffering) { in master_bus_msg() 411 buffering = FALSE; in master_bus_msg() 417 if (!buffering) { in master_bus_msg() 419 buffering = TRUE; in master_bus_msg()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpjitterbuffer.h | 83 gboolean buffering; member 182 …d rtp_jitter_buffer_set_buffering (RTPJitterBuffer * jbuf, gboolean buffering);
|
D | rtpjitterbuffer.c | 439 if (jbuf->buffering) { in update_buffer_level() 443 jbuf->buffering = FALSE; in update_buffer_level() 448 jbuf->buffering = TRUE; in update_buffer_level() 455 if (jbuf->buffering && (jbuf->high_level != 0)) { in update_buffer_level() 1138 return jbuf->buffering && !jbuf->buffering_disabled; in rtp_jitter_buffer_is_buffering() 1149 rtp_jitter_buffer_set_buffering (RTPJitterBuffer * jbuf, gboolean buffering) in rtp_jitter_buffer_set_buffering() argument 1151 jbuf->buffering = buffering; in rtp_jitter_buffer_set_buffering()
|