/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 33 Status SnappyInputBuffer::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes() 70 size_t SnappyInputBuffer::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache() 130 size_t bytes_to_read = 4; in ReadCompressedBlockLength() local 151 int bytes_to_read = input_buffer_capacity_; in ReadFromFile() local
|
D | snappy_inputstream.cc | 46 Status SnappyInputStream::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes() 72 Status SnappyInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes() 132 size_t SnappyInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/http/ |
D | http_decoder.cc | 352 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 363 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 402 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 497 QuicByteCount bytes_to_read = in HandleUnknownFramePayload() local 525 QuicByteCount bytes_to_read = in BufferOrParsePayload() local 620 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameLength() local 631 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameType() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/http/ |
D | http_decoder.cc | 352 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 363 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 402 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local 497 QuicByteCount bytes_to_read = in HandleUnknownFramePayload() local 525 QuicByteCount bytes_to_read = in BufferOrParsePayload() local 620 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameLength() local 631 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameType() local
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | random_inputstream.cc | 32 Status RandomAccessInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes() 53 Status RandomAccessInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes() 88 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
D | zlib_inputstream.cc | 124 int bytes_to_read = input_buffer_capacity_; in ReadFromStream() local 175 size_t ZlibInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache() 196 Status ZlibInputStream::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes() 232 Status ZlibInputStream::ReadNBytes(int64_t bytes_to_read, absl::Cord* result) { in ReadNBytes()
|
D | inputbuffer.cc | 79 Status InputBuffer::ReadNBytes(int64_t bytes_to_read, std::string* result) { in ReadNBytes() 92 Status InputBuffer::ReadNBytes(int64_t bytes_to_read, char* result, in ReadNBytes() 200 Status InputBuffer::Hint(int64_t bytes_to_read) { in Hint()
|
D | inputstream_interface.h | 44 virtual Status ReadNBytes(int64_t bytes_to_read, absl::Cord* cord) { in ReadNBytes()
|
D | inputstream_interface.cc | 34 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
D | inputstream_interface_test.cc | 30 Status ReadNBytes(int64_t bytes_to_read, tstring* result) override { in ReadNBytes()
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 184 size_t bytes_to_read = buffer.size() * sizeof(uint16_t); in ReadBlock() local 195 size_t bytes_to_read = in ReadBlock() local
|
/external/pigweed/pw_stream/ |
D | memory_stream.cc | 50 size_t bytes_to_read = in DoRead() local
|
/external/cronet/stable/net/http/ |
D | test_upload_data_stream_not_allow_http1.cc | 21 const size_t bytes_to_read = in ReadInternal() local
|
/external/cronet/tot/net/http/ |
D | test_upload_data_stream_not_allow_http1.cc | 21 const size_t bytes_to_read = in ReadInternal() local
|
/external/pdfium/core/fxcodec/ |
D | cfx_codec_memory.cpp | 29 size_t bytes_to_read = std::min(buffer.size(), size_ - pos_); in ReadBlock() local
|
/external/webrtc/test/fuzzers/ |
D | audio_encoder_fuzzer.cc | 41 const size_t bytes_to_read = block_size_bytes + sizeof(uint32_t); in FuzzAudioEncoder() local
|
/external/cronet/stable/net/base/ |
D | upload_bytes_element_reader.cc | 45 base::span<const uint8_t> bytes_to_read = in Read() local
|
D | chunked_upload_data_stream.cc | 93 base::span<const uint8_t> bytes_to_read = data.subspan( in ReadChunk() local
|
/external/cronet/tot/net/base/ |
D | upload_bytes_element_reader.cc | 45 base::span<const uint8_t> bytes_to_read = in Read() local
|
D | chunked_upload_data_stream.cc | 93 base::span<const uint8_t> bytes_to_read = data.subspan( in ReadChunk() local
|
/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_pboot_hal_memory_drv.c | 166 size_t storage_size, size_t bytes_to_read) in emmc_read() 325 size_t storage_size, size_t bytes_to_read) in sdio_read()
|
/external/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_pboot_hal_memory_drv.c | 166 size_t storage_size, size_t bytes_to_read) in emmc_read() 323 size_t storage_size, size_t bytes_to_read) in sdio_read()
|
/external/cronet/tot/net/socket/ |
D | transport_client_socket_test_util.cc | 97 uint32_t bytes_to_read, in DrainStreamSocket()
|
/external/cronet/stable/net/socket/ |
D | transport_client_socket_test_util.cc | 97 uint32_t bytes_to_read, in DrainStreamSocket()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_compressed_op.cc | 37 Status ReadNBytes(int64_t bytes_to_read, tstring* result) override { in ReadNBytes()
|