Home
last modified time | relevance | path

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

12

/external/okio/okio/src/commonTest/kotlin/okio/
DCommonOkioKotlinTest.kt25 val buffered = (source as Source).buffer() in sourceBuffer() constant
32 val buffered = (sink as Sink).buffer() in sinkBuffer() constant
/external/skqp/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
/external/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
/external/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c32 int n, buffered; in rops_handle_POLLIN_raw_proxy() local
/external/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c35 int n = 0, buffered = 0; in rops_handle_POLLIN_raw_skt() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DUnwrappedPropertyHandler.java55 Object bean, TokenBuffer buffered) in processUnwrapped()
DPropertyValueBuffer.java265 protected PropertyValue buffered() { return _buffered; } in buffered() method in PropertyValueBuffer
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/
DDataFormatMatcher.java42 protected DataFormatMatcher(InputStream in, byte[] buffered, in DataFormatMatcher()
/external/libwebsockets/lib/core-net/
Dservice.c249 uint8_t *buffered; in lws_rxflow_cache() local
443 int used, int buffered, const char *hint) in lws_buflist_aware_finished_consuming()
/external/webrtc/rtc_base/memory/
Dfifo_buffer_unittest.cc253 size_t buffered; in TEST() local
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c418 int n, m, buffered; in lws_client_socket_service() local
1203 int buffered, n, consumed = 0; in lws_http_client_read() local
/external/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c178 int buffered = 0; in lws_mqtt_client_socket_service() local
/external/rust/crates/futures-util/src/sink/
Dsend_all.rs20 buffered: Option<St::Ok>, field
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c34 char buffered = 0; in rops_handle_POLLIN_mqtt() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLEvpCipher.java175 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx); in getOutputSizeForFinal() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLEvpCipher.java171 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx); in getOutputSizeForFinal() local
/external/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
/external/skqp/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
/external/libwebsockets/lib/roles/h1/
Dops-h1.c306 int n, buffered; in lws_h1_server_socket_service() local
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs208 private static uint GetFlags(bool buffered) in GetFlags()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDataFormatReaders.java302 protected Match(InputStream in, byte[] buffered, in Match()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c102 char buffered = 0; in rops_handle_POLLIN_h2() local
/external/rust/crates/futures/tests_disabled/
Dstream.rs191 fn buffered() { in buffered() function

12