/third_party/python/Modules/_io/ |
D | bufferedio.c | 241 } buffered; typedef 269 _enter_buffered_busy(buffered *self) in _enter_buffered_busy() 380 buffered_dealloc(buffered *self) in buffered_dealloc() 403 buffered_sizeof(buffered *self, PyObject *Py_UNUSED(ignored)) in buffered_sizeof() 414 buffered_traverse(buffered *self, visitproc visit, void *arg) in buffered_traverse() 422 buffered_clear(buffered *self) in buffered_clear() 434 buffered_dealloc_warn(buffered *self, PyObject *source) in buffered_dealloc_warn() 457 buffered_simple_flush(buffered *self, PyObject *args) in buffered_simple_flush() 464 buffered_closed(buffered *self) in buffered_closed() 478 buffered_closed_get(buffered *self, void *context) in buffered_closed_get() [all …]
|
/third_party/python/Modules/_io/clinic/ |
D | bufferedio.c.h | 109 _io__Buffered_peek_impl(buffered *self, Py_ssize_t size); 112 _io__Buffered_peek(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_peek() 151 _io__Buffered_read_impl(buffered *self, Py_ssize_t n); 154 _io__Buffered_read(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_read() 184 _io__Buffered_read1_impl(buffered *self, Py_ssize_t n); 187 _io__Buffered_read1(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_read1() 226 _io__Buffered_readinto_impl(buffered *self, Py_buffer *buffer); 229 _io__Buffered_readinto(buffered *self, PyObject *arg) in _io__Buffered_readinto() 263 _io__Buffered_readinto1_impl(buffered *self, Py_buffer *buffer); 266 _io__Buffered_readinto1(buffered *self, PyObject *arg) in _io__Buffered_readinto1() [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_pending.pod | 5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 28 additional bytes will be buffered by OpenSSL but will remain unprocessed until 33 the data is in unprocessed buffered records). 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 47 SSL_pending() returns the number of buffered and processed application data 49 returns 1 if there is buffered record data in the SSL object and 0 otherwise.
|
D | BIO_f_buffer.pod | 29 Data written to a buffering BIO is buffered and periodically written 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 36 BIO_get_buffer_num_lines() returns the number of lines currently buffered. 41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or
|
/third_party/node/lib/internal/streams/ |
D | writable.js | 203 state.buffered = []; 210 return ArrayPrototypeSlice(this.buffered, this.bufferedIndex); 216 return this.buffered.length - this.bufferedIndex; 380 state.buffered.push({ chunk, encoding, callback }); 463 if (state.buffered.length > state.bufferedIndex) { 516 for (let n = state.bufferedIndex; n < state.buffered.length; ++n) { 517 const { chunk, callback } = state.buffered[n]; 540 const { buffered, bufferedIndex, objectMode } = state; 541 const bufferedLength = buffered.length - bufferedIndex; 554 for (let n = i; n < buffered.length; ++n) { [all …]
|
/third_party/node/test/parallel/ |
D | test-stream2-readable-legacy-drain.js | 40 let buffered = 0; variable 42 buffered += c.length; 48 assert(buffered <= 3); 49 buffered = 0;
|
/third_party/skia/client_utils/android/ |
D | FrontBufferedStream.cpp | 154 const size_t buffered = fStream->read(buffer, bytesToBuffer); in bufferAndWriteTo() local 156 fBufferedSoFar += buffered; in bufferAndWriteTo() 162 memcpy(dst, buffer, buffered); in bufferAndWriteTo() 165 return buffered; in bufferAndWriteTo() 224 const size_t buffered = this->bufferAndWriteTo(dst, size); in read() local 228 size -= buffered; in read() 231 dst += buffered; in read()
|
/third_party/node/test/fixtures/wpt/performance-timeline/ |
D | case-sensitivity.any.js | 42 observer.observe({type: "Mark", buffered: true}); property 43 observer.observe({type: "Measure", buffered: true}); property 44 observer.observe({type: "MARK", buffered: true}); property 45 observer.observe({type: "MEASURE", buffered: true}); property
|
D | multiple-buffered-flag-observers.any.js | 11 }).observe({type: 'mark', buffered: true}); property 25 }).observe({type: 'mark', buffered: true}); property
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
D | parse-proxy-response.js | 42 const buffered = Buffer.concat(buffers, buffersLength); 43 const endOfHeaders = buffered.indexOf('\r\n\r\n'); 50 const headerParts = buffered 92 buffered, property
|
/third_party/openGLES/xml/ |
D | wgltypes.txt | 54 PFD_DOUBLEBUFFER The buffer is double-buffered. This flag and PFD_SUPPORT_GDI are mutually e… 56 …can swap individual layer planes with pixel formats that include double-buffered overlay or underl… 58 PFD_DOUBLEBUFFER_DONTCARE The requested pixel format can be either single- or double-buffered. 60 PFD_SWAP_COPY Specifies the content of the back buffer in the double-buffered main color plane fo… 61 PFD_SWAP_EXCHANGE Specifies the content of the back buffer in the double-buffered main color … 92 … The layer plane is double-buffered. A layer plane can be double-buffered even when the main p… 94 LPD_SWAP_EXCHANGE In a double-buffered layer plane, swapping the color buffer exchanges the f… 95 LPD_SWAP_COPY In a double-buffered layer plane, swapping the color buffer copies the back buffer …
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | wgltypes.txt | 54 PFD_DOUBLEBUFFER The buffer is double-buffered. This flag and PFD_SUPPORT_GDI are mutually e… 56 …can swap individual layer planes with pixel formats that include double-buffered overlay or underl… 58 PFD_DOUBLEBUFFER_DONTCARE The requested pixel format can be either single- or double-buffered. 60 PFD_SWAP_COPY Specifies the content of the back buffer in the double-buffered main color plane fo… 61 PFD_SWAP_EXCHANGE Specifies the content of the back buffer in the double-buffered main color … 92 … The layer plane is double-buffered. A layer plane can be double-buffered even when the main p… 94 LPD_SWAP_EXCHANGE In a double-buffered layer plane, swapping the color buffer exchanges the f… 95 LPD_SWAP_COPY In a double-buffered layer plane, swapping the color buffer copies the back buffer …
|
/third_party/cJSON/fuzzing/ |
D | cjson_read_fuzzer.c | 19 int minify, require_termination, formatted, buffered; in LLVMFuzzerTestOneInput() local 32 buffered = data[3] == '1' ? 1 : 0; in LLVMFuzzerTestOneInput() 38 if(buffered) in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 32 int n, buffered; in rops_handle_POLLIN_raw_proxy() local 62 buffered = lws_buflist_aware_read(pt, wsi, &ebuf, 1, __func__); in rops_handle_POLLIN_raw_proxy() 63 if (buffered < 0) in rops_handle_POLLIN_raw_proxy() 98 buffered, __func__)) in rops_handle_POLLIN_raw_proxy()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_mutable_render_buffer.txt | 74 This allows for implementations to switch between back-buffered and single- 75 buffered rendering without requiring re-creation of the surface. It is not 122 of whether rendering goes to the front or back buffer for back buffered 132 If surface is a single-buffered window, pixmap, or pbuffer surface for which 135 attribute change. If surface is a single-buffered window, pixmap, or pbuffer 145 When switching to single-buffered from back-buffered rendering and the 154 When switching to back-buffered from single-buffered rendering, any draw 213 7) What state are back buffers after switching between single and back buffered 222 same value at creation of the surface. When a surface is single-buffered, 232 single-buffered surface? [all …]
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_mutable_render_buffer.txt | 74 This allows for implementations to switch between back-buffered and single- 75 buffered rendering without requiring re-creation of the surface. It is not 122 of whether rendering goes to the front or back buffer for back buffered 132 If surface is a single-buffered window, pixmap, or pbuffer surface for which 135 attribute change. If surface is a single-buffered window, pixmap, or pbuffer 145 When switching to single-buffered from back-buffered rendering and the 154 When switching to back-buffered from single-buffered rendering, any draw 213 7) What state are back buffers after switching between single and back buffered 222 same value at creation of the surface. When a surface is single-buffered, 232 single-buffered surface? [all …]
|
/third_party/skia/tests/ |
D | StreamBufferTest.cpp | 36 size_t buffered = length / 2; in test_buffer_from_beginning() local 37 REPORTER_ASSERT(r, buffer.buffer(buffered)); in test_buffer_from_beginning() 38 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, buffered)); in test_buffer_from_beginning() 41 REPORTER_ASSERT(r, buffer.buffer(buffered / 2)); in test_buffer_from_beginning()
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 251 uint8_t *buffered; in lws_rxflow_cache() local 256 blen = lws_buflist_next_segment_len(&wsi->buflist, &buffered); in lws_rxflow_cache() 258 if (buf >= buffered && buf + len <= buffered + blen && in lws_rxflow_cache() 473 int used, int buffered, const char *hint) in lws_buflist_aware_finished_consuming() argument 480 if (!used && buffered) in lws_buflist_aware_finished_consuming() 483 if (used && buffered) { in lws_buflist_aware_finished_consuming()
|
/third_party/python/Tools/unicode/ |
D | genmap_support.py | 12 self.buffered = [] 30 self.buffered.append(''.join(self.cline)) 36 for l in self.buffered: 38 del self.buffered[:]
|
/third_party/node/test/fixtures/wpt/user-timing/ |
D | buffered-flag.any.js | 10 })).observe({type: 'mark', buffered: true}); property 24 })).observe({type: 'measure', buffered: true}); property
|
/third_party/node/src/ |
D | node.d | 35 uint32_t buffered; member 42 uint32_t buffered; member 62 *(uint32_t *)copyin((uintptr_t)&nc->buffered, sizeof (int32_t)) : 64 &((node_dtrace_connection64_t *)nc)->buffered, sizeof (int32_t));
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_configless_context.spec | 110 1. What happens when an OpenGL context with a double-buffered surface and 111 draw buffer set to GL_BACK is made current with a single-buffered 119 mixing single- and double-buffered surfaces with configless contexts.
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 441 uint32_t buffered; in decklink_write_video_packet() local 501 ctx->dlo->GetBufferedVideoFrameCount(&buffered); in decklink_write_video_packet() 502 av_log(avctx, AV_LOG_DEBUG, "Buffered video frames: %d.\n", (int) buffered); in decklink_write_video_packet() 503 if (pkt->pts > 2 && buffered <= 2) in decklink_write_video_packet() 530 uint32_t buffered; in decklink_write_audio_packet() local 532 ctx->dlo->GetBufferedAudioSampleFrameCount(&buffered); in decklink_write_audio_packet() 533 if (pkt->pts > 1 && !buffered) in decklink_write_audio_packet()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 38 * It must be double-buffered (see later) 96 buffered like 0x024 which is our GLX context config. The compatible configs are then: 115 The tests above show that double-buffered contexts are not compatible with single- 116 buffered surfaces; however other tests show that single-buffered contexts are 117 compatible with both single and double-buffered surfaces. The problem is that in 118 that case, we can see some flickering even with double-buffered surfaces. If we 120 and double-buffered surfaces at the EGL level. Not exposing them isn't too much
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 34 char buffered = 0; in rops_handle_POLLIN_mqtt() local 96 buffered = 1; in rops_handle_POLLIN_mqtt() 120 buffered = 0; in rops_handle_POLLIN_mqtt() 168 buffered, __func__)) in rops_handle_POLLIN_mqtt() 182 if (buffered && /* were draining, now nothing left */ in rops_handle_POLLIN_mqtt()
|