Home
last modified time | relevance | path

Searched defs:bytes_read (Results 51 – 75 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp168 auto bytes_read = console_out_->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
181 auto bytes_read = client_fd->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
/aosp_15_r20/external/webrtc/rtc_base/memory/
H A Dfifo_buffer.cc53 size_t& bytes_read, in Read()
152 size_t* bytes_read) { in ReadLocked()
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Discan.c44 unsigned long long bytes_read; member
149 unsigned long long bytes_read = 0; in print_resource_track() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc751 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
883 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
911 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
942 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
975 int bytes_read = read(read_fd, line_buf, 1024); in TEST_F() local
/aosp_15_r20/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc143 DWORD bytes_read = 0; in RunCommand() local
166 size_t bytes_read = ::fread(buffer, 1, sizeof(buffer), f); in GetFileContents() local
/aosp_15_r20/system/update_engine/liburing_cpp/tests/
H A DBasicTests.cpp110 const auto bytes_read = pread(fd, buffer.data(), buffer.size(), 0); in TEST_F() local
125 const auto bytes_read = pread(fd, buffer.data(), buffer.size(), 0); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dbuffered_read_stream.cpp174 std::size_t bytes_read = 0; in test_sync_operations() local
290 std::size_t bytes_read = 0; in test_async_operations() local
Dbuffered_write_stream.cpp175 std::size_t bytes_read = 0; in test_sync_operations() local
301 std::size_t bytes_read = 0; in test_async_operations() local
Dbuffered_stream.cpp186 std::size_t bytes_read = 0; in test_sync_operations() local
312 std::size_t bytes_read = 0; in test_async_operations() local
/aosp_15_r20/system/update_engine/aosp/
H A Dota_extractor.cc85 ssize_t bytes_read; in WriteVerity() local
143 ssize_t bytes_read = 0; in ExtractImageFromPartition() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream_test.cc247 size_t bytes_read = Readv(&vec, 1); in OnBodyAvailable() local
858 size_t bytes_read = stream_->Readv(&vec, 1); in TEST_P() local
881 size_t bytes_read = stream_->Readv(vec, 2); in TEST_P() local
948 size_t bytes_read = stream_->Readv(&vec, 1); in TEST_P() local
975 size_t bytes_read = stream_->Readv(vec, 2); in TEST_P() local
2141 size_t bytes_read = stream_->Readv(&vec, 1); in TEST_P() local
2658 size_t bytes_read = stream_->Readv(&vec, 1); in ReadFromStream() local
3565 size_t bytes_read = stream_->Readv(&vec, 1); in TEST_P() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_nacl.cc53 int bytes_read = imc_recvmsg(pipe, &msg, 0); in ReadDataOnReaderThread() local
332 int* bytes_read) { in ReadData()
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dunix_sockets.cpp274 auto bytes_read = socket_->RecvMsg(&message_header, MSG_CMSG_CLOEXEC); in ReadMessage() local
276 auto bytes_read = socket_->RecvMsg(&message_header, 0); in ReadMessage() local
/aosp_15_r20/external/puffin/src/
H A Dmain.cc283 uint64_t bytes_read = 0; in Main() local
309 uint64_t bytes_read = 0; in Main() local
/aosp_15_r20/external/cronet/net/base/
H A Dchunked_upload_data_stream_unittest.cc128 int bytes_read = stream.Read(buf.get(), in TEST() local
158 int bytes_read = stream.Read(buf.get(), in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer_test.cc371 int bytes_read = sequencer_->Readv(&iov, 1); in TEST_F() local
420 int bytes_read = sequencer_->Readv(&iov, 1); in ReadAvailableData() local
503 int bytes_read = sequencer_->Readv(iov, 2); in TEST_F() local
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_unittest.cc191 int bytes_read = file.Read(kTestDataSize, data_read_1, kTestDataSize); in TEST() local
302 int bytes_read = file.Read(0, data_read_1, in TEST() local
338 int bytes_read = file.Read(0, data_read, static_cast<int>(file_size)); in TEST() local
/aosp_15_r20/external/libaom/av1/decoder/
H A Dobu.c809 size_t bytes_read = in read_metadata() local
818 size_t bytes_read = in read_metadata() local
902 size_t bytes_read = 0; in aom_decode_frame_from_obus() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp182 unsigned bytes_read; in getULEB128() local
199 unsigned bytes_read; in getSLEB128() local
/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_ipc_adapter_unittest.cc95 int bytes_read = BlockingReceive(buf, kBufSize); in TEST_F() local
201 int bytes_read = BlockingReceive(buf, bytes_requested); in TEST_F() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_win.cc81 DWORD bytes_read; in Read() local
103 DWORD bytes_read; in ReadAtCurrentPos() local
/aosp_15_r20/bionic/tests/
H A Dfcntl_test.cpp195 …ssize_t bytes_read = splice(in, nullptr, pipe_fds[1], nullptr, 8*1024, SPLICE_F_MORE | SPLICE_F_MO… in TEST() local
244 …ssize_t bytes_read = splice(in, nullptr, pipe1[1], nullptr, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dsendfile.c196 apr_size_t bytes_read; in client() local
526 apr_size_t bytes_read; in server() local
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc126 size_t bytes_read = 0; in ReadAll() local
208 ssize_t bytes_read = 0; in PReadAll() local
230 ssize_t bytes_read = 0; in ReadAll() local
1102 ssize_t bytes_read = 0; in ReadExtents() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_proxy_datagram_client_socket.cc172 int bytes_read = http_payload.size(); in OnHttp3Datagram() local
285 int bytes_read = datagram.size(); in Read() local

12345678910>>...25