Home
last modified time | relevance | path

Searched defs:buffered (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-performanceobserver.js141 observer.observe({ entryTypes: ['mark', 'measure'], buffered: true }); property
143 observer.observe({ entryTypes: ['mark', 'measure'], buffered: true }); property
Dtest-stream2-readable-legacy-drain.js40 let buffered = 0; variable
/third_party/flutter/skia/src/utils/
DSkFrontBufferedStream.cpp127 const size_t buffered = fStream->read(buffer, bytesToBuffer); in bufferAndWriteTo() local
196 const size_t buffered = this->bufferAndWriteTo(dst, size); in read() local
/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c19 int minify, require_termination, formatted, buffered; in LLVMFuzzerTestOneInput() local
/third_party/skia/client_utils/android/
DFrontBufferedStream.cpp154 const size_t buffered = fStream->read(buffer, bytesToBuffer); in bufferAndWriteTo() local
224 const size_t buffered = this->bufferAndWriteTo(dst, size); in read() local
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c35 int n = 0, buffered = 0; in rops_handle_POLLIN_raw_skt() local
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c32 int n, buffered; in rops_handle_POLLIN_raw_proxy() local
/third_party/libwebsockets/lib/core-net/
Dservice.c251 uint8_t *buffered; in lws_rxflow_cache() local
473 int used, int buffered, const char *hint) in lws_buflist_aware_finished_consuming()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c103 char buffered = 0; in rops_handle_POLLIN_h2() local
801 uint8_t *buffered; in lws_h2_bind_for_post_before_action() local
/third_party/node/src/
Dnode.d35 uint32_t buffered; member
42 uint32_t buffered; member
Dnode_dtrace.h42 int32_t buffered; member
/third_party/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c194 int buffered = 0; in lws_mqtt_client_socket_service() local
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c404 int n, m, buffered; in lws_http_client_socket_service() local
1330 int buffered, n, consumed = 0; in lws_http_client_read() local
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c34 char buffered = 0; in rops_handle_POLLIN_mqtt() local
/third_party/skia/tests/
DStreamBufferTest.cpp36 size_t buffered = length / 2; in test_buffer_from_beginning() local
DFrontBufferedStreamTest.cpp215 auto buffered = android::skia::FrontBufferedStream::Make( in test_length_combos() local
/third_party/flutter/skia/tests/
DStreamBufferTest.cpp37 size_t buffered = length / 2; in test_buffer_from_beginning() local
DFrontBufferedStreamTest.cpp210 auto buffered = SkFrontBufferedStream::Make(std::unique_ptr<SkStream>(stream), in test_length_combos() local
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp441 uint32_t buffered; in decklink_write_video_packet() local
530 uint32_t buffered; in decklink_write_audio_packet() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h74 SDL_bool buffered; member
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c333 int n, buffered; in lws_h1_server_socket_service() local
/third_party/musl/Benchmark/musl/
Dlibc_unistd.cpp68 void PreadWriteTest(benchmark::State &state, Fn f, bool buffered) in PreadWriteTest()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c945 char buffered = 0; in rops_handle_POLLIN_ws() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open()
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open()

12