Home
last modified time | relevance | path

Searched defs:bytes_read (Results 76 – 100 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dsimple_buffer_test.cc140 int bytes_read = 0; in TEST_F() local
250 const int bytes_read = 11; in TEST_F() local
/aosp_15_r20/external/perfetto/src/base/
H A Dfile_utils.cc115 ssize_t bytes_read; in ReadFileDescriptor() local
138 DWORD bytes_read = 0; in ReadPlatformHandle() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer_buffer.cc252 size_t* bytes_read, in Readv()
412 size_t bytes_read = std::min<size_t>(bytes_to_consume, bytes_available); in MarkConsumed() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_client.cc673 size_t QuicTestClient::bytes_read() const { in bytes_read() function in quic::test::QuicTestClient
675 size_t bytes_read = stream.second->total_body_bytes_read() + in bytes_read() local
805 const spdy::Http2HeaderBlock& response_trailers, uint64_t bytes_read, in PerStreamState()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_posix.cc159 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents() local
485 ssize_t bytes_read = in ReadFromFD() local
826 ssize_t bytes_read = HANDLE_EINTR(read(fd, data, max_size)); in ReadFile() local
H A Dfile_posix.cc213 int bytes_read = 0; in Read() local
235 int bytes_read = 0; in ReadAtCurrentPos() local
/aosp_15_r20/external/puffin/src/
H A Dpuffin_stream.cc212 uint64_t bytes_read = 0; in Read() local
489 const auto bytes_read = in ReadFromDisk() local
/aosp_15_r20/external/cronet/components/cronet/android/
H A Dcronet_bidirectional_stream_adapter.cc302 void CronetBidirectionalStreamAdapter::OnDataRead(int bytes_read) { in OnDataRead()
398 int bytes_read = bidi_stream_->ReadData(read_buffer_.get(), buffer_size); in ReadDataOnNetworkThread() local
/aosp_15_r20/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
H A DAla.h46 int bytes_read; member
67 int bytes_read; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_aac_encoder_linux.cc303 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local
350 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
Da2dp_aac_encoder.cc547 uint32_t bytes_read = 0; in a2dp_aac_encode_frames() local
613 static bool a2dp_aac_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_aac_read_feeding()
Da2dp_vendor_opus_encoder.cc353 uint32_t bytes_read = 0; in a2dp_opus_encode_frames() local
429 static bool a2dp_opus_read_feeding(uint8_t* read_buffer, uint32_t* bytes_read) { in a2dp_opus_read_feeding()
Da2dp_sbc_encoder.cc462 uint32_t bytes_read = 0; in a2dp_sbc_encode_frames() local
527 static bool a2dp_sbc_read_feeding(uint32_t* bytes_read) { in a2dp_sbc_read_feeding()
/aosp_15_r20/external/flac/src/flac/
H A Dencode.c1172 size_t bytes_read; in flac__encode_file() local
1210 size_t bytes_read; in flac__encode_file() local
1286 size_t bytes_read = fread(ubuffer.u8, sizeof(uint8_t), bytes_to_read, infile); in flac__encode_file() local
2739 size_t bytes_read = fread(buf, 1, n, f); in read_bytes() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel.h199 size_t bytes_read = 0; in load_constants() local
284 size_t bytes_read, in constant_ptr()
/aosp_15_r20/development/host/windows/usb/api/
H A Dadb_api.cpp394 unsigned long* bytes_read, in AdbReadEndpointAsync()
444 unsigned long* bytes_read, in AdbReadEndpointSync()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_test.cc231 tstring bytes_read; in TestTell() local
268 tstring bytes_read; in TestTellInputStream() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_buffers_test.cc239 tstring bytes_read; in TestTell() local
293 tstring bytes_read; in TestSkipNBytes() local
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_job.cc736 void URLRequestJob::GatherRawReadStats(int bytes_read) { in GatherRawReadStats()
753 void URLRequestJob::RecordBytesRead(int bytes_read) { in RecordBytesRead()
H A Durl_request_test_util.cc229 int bytes_read = request->Read(buf_.get(), kBufferSize); in OnResponseStarted() local
237 void TestDelegate::OnReadCompleted(URLRequest* request, int bytes_read) { in OnReadCompleted()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc151 ssize_t bytes_read; in TestSplitReplaceOrReplaceXzOperation() local
310 ssize_t bytes_read; in TestMergeReplaceOrReplaceXzOperations() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_posix.cc268 int bytes_read = 0; in Read() local
291 int bytes_read = 0; in ReadAtCurrentPos() local
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/socket/
Dconnectionmanager.rs241 let bytes_read = connection.buffer.drain(buffer); in recv() localVariable
393 let bytes_read = min(self.used, out.len()); in drain() localVariable
/aosp_15_r20/external/cronet/net/spdy/
H A Dbidirectional_stream_spdy_impl_unittest.cc99 void OnDataRead(int bytes_read) override { in OnDataRead()
200 int bytes_read() const { return bytes_read_; } in bytes_read() function in net::__anon9338cf8d0111::TestDelegateBase
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc163 const auto bytes_read = fd->Read( in SetHashWithVerity() local
619 ssize_t bytes_read = 0; in DoTestVABC() local

12345678910>>...25