Home
last modified time | relevance | path

Searched defs:bytes_to_read (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dhttp_decoder.cc339 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
350 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
393 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
480 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in HandleUnknownFramePayload() local
508 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferOrParsePayload() local
596 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameLength() local
607 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameType() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputbuffer.cc33 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
H A Dsnappy_inputstream.cc46 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_inputstream.cc124 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()
H A Drandom_inputstream.cc32 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
H A Dinputbuffer.cc79 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()
H A Dinputstream_interface.h44 virtual Status ReadNBytes(int64_t bytes_to_read, absl::Cord* cord) { in ReadNBytes()
H A Dinputstream_interface.cc34 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
H A Dinputstream_interface_test.cc30 Status ReadNBytes(int64_t bytes_to_read, tstring* result) override { in ReadNBytes()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dread_until.hpp142 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
225 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
313 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
403 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
542 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
620 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
703 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
788 std::size_t bytes_to_read = std::min<std::size_t>( in read_until() local
850 std::size_t bytes_to_read; in operator ()() local
1148 std::size_t bytes_to_read; in operator ()() local
[all …]
/aosp_15_r20/development/host/windows/usb/api/
H A Dadb_endpoint_object.cpp51 ULONG bytes_to_read, in AsyncRead()
77 ULONG bytes_to_read, in SyncRead()
H A Dadb_api.cpp393 unsigned long bytes_to_read, in AdbReadEndpointAsync()
443 unsigned long bytes_to_read, in AdbReadEndpointSync()
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/emmc/
H A Demmc_pboot_hal_memory_drv.c166 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()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c166 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()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_proxy.cc177 ReadHelper(FileProxy* proxy, File file, int bytes_to_read) in ReadHelper()
303 bool FileProxy::Read(int64_t offset, int bytes_to_read, ReadCallback callback) { in Read()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_proxy.cc174 ReadHelper(base::WeakPtr<FileProxy> proxy, File file, int bytes_to_read) in ReadHelper()
317 bool FileProxy::Read(int64_t offset, int bytes_to_read, ReadCallback callback) { in Read()
/aosp_15_r20/external/puffin/src/
H A Dpuffin_stream.cc221 auto bytes_to_read = std::min(length - bytes_read, end_byte - start_byte); in Read() local
262 auto bytes_to_read = end_byte - start_byte; in Read() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Ddata_pipe_consumer_dispatcher.cc150 uint32_t bytes_to_read = std::min(max_num_bytes_to_read, bytes_available_); in ReadData() local
214 uint32_t bytes_to_read = in BeginReadData() local
/aosp_15_r20/external/pigweed/pw_stream/
H A Dmemory_stream.cc50 size_t bytes_to_read = in DoRead() local
/aosp_15_r20/external/cronet/net/http/
H A Dtest_upload_data_stream_not_allow_http1.cc21 const size_t bytes_to_read = in ReadInternal() local
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Daudio_encoder_fuzzer.cc41 const size_t bytes_to_read = block_size_bytes + sizeof(uint32_t); in FuzzAudioEncoder() local
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dcfx_codec_memory.cpp28 size_t bytes_to_read = std::min(buffer.size(), size_ - pos_); in ReadBlock() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dextent_reader.cc76 uint64_t bytes_to_read = in Read() local
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_packetizer.cc60 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady() local
/aosp_15_r20/system/update_engine/common/
H A Dfile_fetcher.cc113 size_t bytes_to_read = buffer_.size(); in ScheduleRead() local

1234