/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/ |
H A D | simple_buffer_test.cc | 140 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 D | file_utils.cc | 115 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 D | quic_stream_sequencer_buffer.cc | 252 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 D | quic_test_client.cc | 673 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 D | file_util_posix.cc | 159 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 D | file_posix.cc | 213 int bytes_read = 0; in Read() local 235 int bytes_read = 0; in ReadAtCurrentPos() local
|
/aosp_15_r20/external/puffin/src/ |
H A D | puffin_stream.cc | 212 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 D | cronet_bidirectional_stream_adapter.cc | 302 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 D | Ala.h | 46 int bytes_read; member 67 int bytes_read; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_aac_encoder_linux.cc | 303 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()
|
D | a2dp_aac_encoder.cc | 547 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()
|
D | a2dp_vendor_opus_encoder.cc | 353 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()
|
D | a2dp_sbc_encoder.cc | 462 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 D | encode.c | 1172 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 D | model.h | 199 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 D | adb_api.cpp | 394 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 D | snappy_test.cc | 231 tstring bytes_read; in TestTell() local 268 tstring bytes_read; in TestTellInputStream() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | zlib_buffers_test.cc | 239 tstring bytes_read; in TestTell() local 293 tstring bytes_read; in TestSkipNBytes() local
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_job.cc | 736 void URLRequestJob::GatherRawReadStats(int bytes_read) { in GatherRawReadStats() 753 void URLRequestJob::RecordBytesRead(int bytes_read) { in RecordBytesRead()
|
H A D | url_request_test_util.cc | 229 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 D | ab_generator_unittest.cc | 151 ssize_t bytes_read; in TestSplitReplaceOrReplaceXzOperation() local 310 ssize_t bytes_read; in TestMergeReplaceOrReplaceXzOperations() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_posix.cc | 268 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/ |
D | connectionmanager.rs | 241 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 D | bidirectional_stream_spdy_impl_unittest.cc | 99 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 D | filesystem_verifier_action_unittest.cc | 163 const auto bytes_read = fd->Read( in SetHashWithVerity() local 619 ssize_t bytes_read = 0; in DoTestVABC() local
|