Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/third_party/openssl/doc/man3/
DBIO_f_readbuffer.pod6 - read only buffering BIO that supports BIO_tell() and BIO_seek()
16 BIO_f_readbuffer() returns the read buffering BIO method.
21 Data read from a read buffering BIO comes from an internal buffer which is
24 BIO_gets() is supported for read buffering BIOs.
25 Writing data to a read buffering BIO is not supported.
27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data.
31 Read buffering BIOs implement BIO_read_ex() by using BIO_read_ex() operations
42 BIO_f_readbuffer() returns the read buffering BIO method.
DBIO_f_buffer.pod11 - 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/Lib/test/
Dtest_winconsoleio.py97 f = open('C:/con', 'rb', buffering=0)
104 f = open(r'\\.\conin$', 'rb', buffering=0)
108 f = open('//?/conout$', 'wb', buffering=0)
118 with open(conout_path, 'wb', buffering=0) as f:
163 with open('CONIN$', 'rb', buffering=0) as stdin:
182 with open('CONIN$', 'rb', buffering=0) as stdin:
193 with open('CONIN$', 'rb', buffering=0) as stdin:
Dtest_popen.py65 with os.popen(cmd="exit 0", mode="w", buffering=-1):
/third_party/python/Modules/_io/
D_iomodule.c234 int buffering, const char *encoding, const char *errors, in _io_open_impl() argument
367 if (binary && buffering == 1) { in _io_open_impl()
404 if (buffering < 0) { in _io_open_impl()
414 if (buffering == 1 || isatty) { in _io_open_impl()
415 buffering = -1; in _io_open_impl()
421 if (buffering < 0) { in _io_open_impl()
426 buffering = PyLong_AsLong(blksize_obj); in _io_open_impl()
428 if (buffering == -1 && PyErr_Occurred()) in _io_open_impl()
431 if (buffering < 0) { in _io_open_impl()
438 if (buffering == 0) { in _io_open_impl()
[all …]
/third_party/mesa3d/docs/
Dperf.rst7 #. Turn off depth buffering when you don't need it.
9 #. Use double buffering as it's often faster than single buffering
20 depth buffering is GL_LESS, or disabled flat or smooth shading
25 buffering is GL_LESS or disabled flat shading dithered or
32 buffering is GL_LESS or disabled
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h134 int buffering, const char *encoding, const char *errors,
147 int buffering = -1; in _io_open() local
181 buffering = _PyLong_AsInt(args[2]); in _io_open()
182 if (buffering == -1 && PyErr_Occurred()) { in _io_open()
269 …return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, op… in _io_open()
/third_party/libsnd/src/
Dogg.c462 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/python/Lib/
Dtempfile.py538 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
571 file = _io.open(fd, mode, buffering=buffering,
591 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
637 return _io.open(fd, mode, buffering=buffering,
648 return _io.open(fd, mode, buffering=buffering,
661 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
673 self._TemporaryFileArgs = {'mode': mode, 'buffering': buffering,
Dsocket.py302 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)
Dos.py976 def popen(cmd, mode="r", buffering=-1): argument
981 if buffering == 0 or buffering is None:
988 bufsize=buffering)
994 bufsize=buffering)
1023 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument
1029 return io.open(fd, mode, buffering, encoding, *args, **kwargs)
D_pyio.py73 def open(file, mode="r", buffering=-1, encoding=None, errors=None, argument
202 if not isinstance(buffering, int):
203 raise TypeError("invalid buffering: %r" % buffering)
237 if binary and buffering == 1:
252 if buffering == 1 or buffering < 0 and raw.isatty():
253 buffering = -1
255 if buffering < 0:
256 buffering = DEFAULT_BUFFER_SIZE
263 buffering = bs
264 if buffering < 0:
[all …]
/third_party/mbedtls/library/
Dssl_msg.c2160 ssl->handshake->buffering.seen_ccs = 0; in mbedtls_ssl_recv_flight_completed()
2781 for( offset = 0, hs_buf = &hs->buffering.hs[0]; in mbedtls_ssl_update_handshake_status()
3660 if( !hs->buffering.seen_ccs ) in ssl_load_buffered_message()
3676 hs->buffering.seen_ccs = 0; in ssl_load_buffered_message()
3686 hs_buf = &hs->buffering.hs[offset]; in ssl_load_buffered_message()
3699 hs_buf = &hs->buffering.hs[0]; in ssl_load_buffered_message()
3754 hs->buffering.total_bytes_buffered ) ) in ssl_buffer_make_space()
3773 hs->buffering.total_bytes_buffered ) ) in ssl_buffer_make_space()
3798 hs->buffering.seen_ccs = 1; in ssl_buffer_message()
3832 hs_buf = &hs->buffering.hs[ recv_msg_seq_offset ]; in ssl_buffer_message()
[all …]
/third_party/EGL/extensions/NV/
DEGL_NV_n_buffer.txt117 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/node/lib/internal/child_process/
Dserialization.js55 channel.buffering = false;
76 channel.buffering = messageBuffer.length > 0;
123 channel.buffering = channel[kJSONBuffer].length !== 0;
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_multi_buffer.txt35 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/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_multi_buffer.txt35 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/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c72 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/ffmpeg/doc/
Dformats.texi21 Reduce buffering.
54 Reduce the latency introduced by buffering during initial input streams analysis.
96 Set max memory used for buffering real-time frames.
145 Set maximum buffering duration for interleaving. The duration is
152 can result in excessive buffering.
159 If set to 0, libavformat will continue buffering packets until it has
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c442 if (jbuf->buffering) { in update_buffer_level()
446 jbuf->buffering = FALSE; in update_buffer_level()
451 jbuf->buffering = TRUE; in update_buffer_level()
458 if (jbuf->buffering && (jbuf->high_level != 0)) { in update_buffer_level()
1328 return jbuf->buffering && !jbuf->buffering_disabled; in rtp_jitter_buffer_is_buffering()
1339 rtp_jitter_buffer_set_buffering (RTPJitterBuffer * jbuf, gboolean buffering) in rtp_jitter_buffer_set_buffering() argument
1341 jbuf->buffering = buffering; in rtp_jitter_buffer_set_buffering()
Drtpjitterbuffer.h83 gboolean buffering; member
201 …d rtp_jitter_buffer_set_buffering (RTPJitterBuffer * jbuf, gboolean buffering);
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c105 gboolean buffering; member
254 play->buffering = FALSE; in play_new()
310 play->buffering = FALSE; in play_reset()
385 if (!play->buffering) in play_bus_msg()
393 if (play->buffering) { in play_bus_msg()
394 play->buffering = FALSE; in play_bus_msg()
401 if (!play->buffering) { in play_bus_msg()
404 play->buffering = TRUE; in play_bus_msg()
680 if (play->buffering) in play_timeout()
909 if (!play->buffering) { in toggle_paused()
/third_party/python/Doc/c-api/
Dfile.rst20 .. c:function:: PyObject* PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, …
24 can be ``NULL`` to use the defaults; *buffering* can be *-1* to use the
31 Since Python streams have their own buffering layer, mixing them with
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c82 static gboolean buffering = FALSE; variable
732 if (buffering) { in bus_handler()
758 buffering = FALSE; in bus_handler()
772 if (!buffering && target_state == GST_STATE_PLAYING) { in bus_handler()
777 buffering = TRUE; in bus_handler()
1008 if (buffering) in query_pipeline_position()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstmultiqueue.h70 gboolean buffering; member

12345678910>>...12