Home
last modified time | relevance | path

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

/external/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
/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/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/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/webrtc/webrtc/base/
Dstream_unittest.cc335 size_t buffered; in TEST() local
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs208 private static uint GetFlags(bool buffered) in GetFlags()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java238 ArrayList<byte[]> buffered = new ArrayList<byte[]>(); in readSamples() local
/external/speex/libspeexdsp/
Djitter.c141 …spx_int32_t buffered; /**< Amount of data we think is still … member
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipher.java618 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx); in getOutputSizeForFinal() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipher.java625 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx); in getOutputSizeForFinal() local
/external/python/cpython2/Modules/_io/
Dbufferedio.c234 } buffered; typedef
/external/python/cpython3/Modules/_io/
Dbufferedio.c242 } buffered; typedef
/external/ImageMagick/MagickCore/
Dcache.c5019 const MagickBooleanType buffered,NexusInfo *nexus_info, in SetPixelCacheNexusPixels()
/external/python/cpython2/Lib/test/
Dtest_io.py291 def read_ops(self, f, buffered=False): argument
/external/python/cpython3/Lib/test/
Dtest_io.py337 def read_ops(self, f, buffered=False): argument