| /external/skia/src/utils/ |
| D | SkFrontBufferedStream.cpp | 127 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/ |
| D | SkFrontBufferedStream.cpp | 127 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/ |
| D | StreamBufferTest.cpp | 37 size_t buffered = length / 2; in test_buffer_from_beginning() local
|
| D | FrontBufferedStreamTest.cpp | 210 auto buffered = SkFrontBufferedStream::Make(std::unique_ptr<SkStream>(stream), in test_length_combos() local
|
| /external/skqp/tests/ |
| D | StreamBufferTest.cpp | 37 size_t buffered = length / 2; in test_buffer_from_beginning() local
|
| D | FrontBufferedStreamTest.cpp | 210 auto buffered = SkFrontBufferedStream::Make(std::unique_ptr<SkStream>(stream), in test_length_combos() local
|
| /external/webrtc/webrtc/base/ |
| D | stream_unittest.cc | 335 size_t buffered; in TEST() local
|
| /external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
| D | CallSafeHandle.cs | 208 private static uint GetFlags(bool buffered) in GetFlags()
|
| /external/icu/icu4c/source/tools/toolutil/ |
| D | ucbuf.cpp | 450 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/ |
| D | H264TrackImpl.java | 238 ArrayList<byte[]> buffered = new ArrayList<byte[]>(); in readSamples() local
|
| /external/speex/libspeexdsp/ |
| D | jitter.c | 141 …spx_int32_t buffered; /**< Amount of data we think is still … member
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | OpenSSLCipher.java | 618 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/ |
| D | OpenSSLCipher.java | 625 final int buffered = NativeCrypto.get_EVP_CIPHER_CTX_buf_len(cipherCtx); in getOutputSizeForFinal() local
|
| /external/python/cpython2/Modules/_io/ |
| D | bufferedio.c | 234 } buffered; typedef
|
| /external/python/cpython3/Modules/_io/ |
| D | bufferedio.c | 242 } buffered; typedef
|
| /external/ImageMagick/MagickCore/ |
| D | cache.c | 5019 const MagickBooleanType buffered,NexusInfo *nexus_info, in SetPixelCacheNexusPixels()
|
| /external/python/cpython2/Lib/test/ |
| D | test_io.py | 291 def read_ops(self, f, buffered=False): argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_io.py | 337 def read_ops(self, f, buffered=False): argument
|