/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | http_decoder.cc | 339 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 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
|
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A 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()
|
H A 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
|
H A 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()
|
H A D | inputstream_interface.h | 44 virtual Status ReadNBytes(int64_t bytes_to_read, absl::Cord* cord) { in ReadNBytes()
|
H A D | inputstream_interface.cc | 34 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
H A D | inputstream_interface_test.cc | 30 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/ |
D | read_until.hpp | 142 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 D | adb_endpoint_object.cpp | 51 ULONG bytes_to_read, in AsyncRead() 77 ULONG bytes_to_read, in SyncRead()
|
H A D | adb_api.cpp | 393 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 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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy.cc | 177 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 D | file_proxy.cc | 174 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 D | puffin_stream.cc | 221 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 D | data_pipe_consumer_dispatcher.cc | 150 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 D | memory_stream.cc | 50 size_t bytes_to_read = in DoRead() local
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | test_upload_data_stream_not_allow_http1.cc | 21 const size_t bytes_to_read = in ReadInternal() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | audio_encoder_fuzzer.cc | 41 const size_t bytes_to_read = block_size_bytes + sizeof(uint32_t); in FuzzAudioEncoder() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/ |
H A D | cfx_codec_memory.cpp | 28 size_t bytes_to_read = std::min(buffer.size(), size_ - pos_); in ReadBlock() local
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | extent_reader.cc | 76 uint64_t bytes_to_read = in Read() local
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/ |
D | h4_packetizer.cc | 60 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady() local
|
/aosp_15_r20/system/update_engine/common/ |
H A D | file_fetcher.cc | 113 size_t bytes_to_read = buffer_.size(); in ScheduleRead() local
|