Home
last modified time | relevance | path

Searched defs:bytes_read (Results 176 – 200 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/curl/docs/examples/
H A Dsmtp-authzid.c67 size_t bytes_read; member
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.cc106 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_send_sms/unittest/
Dsms_sender_test.cc42 ssize_t bytes_read; in AssertCommandIsSent() local
/aosp_15_r20/external/pigweed/pw_varint/
H A Dvarint_test_c.c57 const size_t bytes_read = pw_varint_Decode64(input, input_size, &value); in pw_varint_CallZigZagAndVarintDecode64() local
/aosp_15_r20/external/bsdiff/
H A Dfile.cc38 bool File::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.cc49 ssize_t bytes_read = socket->Recv(&command_name_size, 1); in OnCommandReady() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dproc_maps_linux.cc66 ssize_t bytes_read = HANDLE_EINTR(read(fd.get(), buffer, kReadSize)); in ReadProcMaps() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/fwu/
Dfwu.c128 size_t bytes_read; in fwu_metadata_load() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dinteractive_cli.cc96 ssize_t bytes_read = read(STDIN_FILENO, buffer, sizeof(buffer)); in OnSocketEvent() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dread_trace_internal.cc76 uint64_t bytes_read = 0; in ReadTraceUnfinalized() local
/aosp_15_r20/external/cronet/net/tools/content_decoder_tool/
H A Dcontent_decoder_tool.cc100 int bytes_read = in ContentDecoderToolProcessInput() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm.cc85 auto bytes_read = read(fd_, &times_invoked, sizeof(uint64_t)); in on_fire() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/mtd/nand/
H A Dcore.c34 unsigned int bytes_read; in nand_read() local
/aosp_15_r20/external/google-breakpad/src/common/tests/
H A Dfile_utils.cc67 ssize_t bytes_read = HANDLE_EINTR(read(infile, buffer, sizeof(buffer))); in CopyFile() local
/aosp_15_r20/external/cronet/net/base/
H A Dchunked_upload_data_stream.cc91 int bytes_read = 0; in ReadChunk() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dfb_storage.cc80 int bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, 512)); in ReadFileIntoBuffer() local
/aosp_15_r20/system/core/fastboot/device/
H A Dtcp_client.cpp85 ssize_t bytes_read = in Read() local
/aosp_15_r20/external/rust/android-crates-io/crates/mio/examples/
Dtcp_server.rs140 let mut bytes_read = 0; in handle_connection_event() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp104 auto bytes_read = conn->Recv(buff, sizeof(buff), 0); in TombstoneReceiverMain() local
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc152 DWORD bytes_read; in Read() local
189 DWORD bytes_read = 0; in Read() local
/aosp_15_r20/trusty/user/base/lib/storage/rust/src/
Dlib.rs382 let bytes_read = Error::check_size(unsafe { in read_at() localVariable
941 let bytes_read = Error::check_size(unsafe { in try_next() localVariable
/aosp_15_r20/external/flac/src/libFLAC/
H A Dogg_helper.c48 size_t bytes_read = bytes; in full_read_() local
/aosp_15_r20/external/puffin/src/
H A Dfile_stream.cc65 auto bytes_read = in Read() local
/aosp_15_r20/external/libaom/av1/common/
H A Dobu_util.c95 size_t *const bytes_read) { in aom_read_obu_header_and_size()
/aosp_15_r20/external/elfutils/tests/
H A Ddwfl-report-offline-memory.c93 ssize_t bytes_read = read (fd, data, size); in main() local

12345678910>>...25