/aosp_15_r20/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 168 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 D | fifo_buffer.cc | 53 size_t& bytes_read, in Read() 152 size_t* bytes_read) { in ReadLocked()
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | iscan.c | 44 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/ |
D | btif_core_test.cc | 751 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 D | dump_syms_unittest.cc | 143 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 D | BasicTests.cpp | 110 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/ |
D | buffered_read_stream.cpp | 174 std::size_t bytes_read = 0; in test_sync_operations() local 290 std::size_t bytes_read = 0; in test_async_operations() local
|
D | buffered_write_stream.cpp | 175 std::size_t bytes_read = 0; in test_sync_operations() local 301 std::size_t bytes_read = 0; in test_async_operations() local
|
D | buffered_stream.cpp | 186 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 D | ota_extractor.cc | 85 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 D | quic_spdy_stream_test.cc | 247 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 D | ipc_channel_nacl.cc | 53 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/ |
D | unix_sockets.cpp | 274 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 D | main.cc | 283 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 D | chunked_upload_data_stream_unittest.cc | 128 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 D | quic_stream_sequencer_test.cc | 371 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 D | file_unittest.cc | 191 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 D | obu.c | 809 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 D | DataExtractor.cpp | 182 unsigned bytes_read; in getULEB128() local 199 unsigned bytes_read; in getSLEB128() local
|
/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_ipc_adapter_unittest.cc | 95 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 D | file_win.cc | 81 DWORD bytes_read; in Read() local 103 DWORD bytes_read; in ReadAtCurrentPos() local
|
/aosp_15_r20/bionic/tests/ |
H A D | fcntl_test.cpp | 195 …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 D | sendfile.c | 196 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 D | utils.cc | 126 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 D | quic_proxy_datagram_client_socket.cc | 172 int bytes_read = http_payload.size(); in OnHttp3Datagram() local 285 int bytes_read = datagram.size(); in Read() local
|