Home
last modified time | relevance | path

Searched defs:bytes_read (Results 201 – 225 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputbuffer.cc40 size_t bytes_read = ReadBytesFromCache(bytes_to_read, result_ptr); in ReadNBytes() local
/aosp_15_r20/external/rust/android-crates-io/crates/mio/examples/
Dtcp_listenfd_server.rs158 let mut bytes_read = 0; in handle_connection_event() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Dunique_path.cpp117 std::size_t bytes_read = 0; in system_crypt_random() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport_read.cpp23 size_t bytes_read = 0; in readArchiveAndTensors() local
/aosp_15_r20/hardware/interfaces/bluetooth/hci/
H A Dh4_protocol.cc124 ssize_t bytes_read = in OnDataReady() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/mtd/nand/
Dcore.c45 unsigned int bytes_read; in nand_read() local
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_posix.cc63 ssize_t bytes_read = 0; in ReadData() local
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp52 ssize_t bytes_read = file_->read(file_data.data(), file_size); in Initialize() local
/aosp_15_r20/external/boringssl/src/crypto/
H A Dcpu_arm_linux.c77 ssize_t bytes_read = read_eintr(fd, buf + len, kReadSize); in read_file() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dcpu_arm_linux.c77 ssize_t bytes_read = read_eintr(fd, buf + len, kReadSize); in read_file() local
/aosp_15_r20/external/pigweed/pw_async2_epoll/
H A Ddispatcher_native.cc124 ssize_t bytes_read = read(wait_fd_, &unused, 1); in NativeWaitForWake() local
/aosp_15_r20/external/bsdiff/
H A Dextents_file.cc34 bool ExtentsFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
H A Dtest_utils.cc69 size_t bytes_read = fread(buf, 1, sizeof(buf), fp); in ReadFile() local
/aosp_15_r20/external/coreboot/src/mainboard/ti/beaglebone/
H A Dsd_media.c57 size_t bytes_read = partial_block_read(buffer, block_start, first_block_offset, in sd_readat() local
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/linux/
H A Dpipe.rs40 let bytes_read = read(self.descriptor.as_raw_descriptor(), data)?; in read() localVariable
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DPngChunkFilter.cpp82 const size_t bytes_read = window_end_ - window_start_; in ConsumeWindow() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dmemory_stream.cc27 size_t& bytes_read, in Read()
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp179 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer))); in DumpFileFromFdToFd() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_latmdemux.c147 UWORD32 bytes_read; in ixheaacd_latm_get_value() local
/aosp_15_r20/external/cronet/base/
H A Dsync_socket_nacl.cc38 const ssize_t bytes_read = read(handle(), buffer.data(), buffer.size()); in Receive() local
/aosp_15_r20/external/cpuinfo/src/linux/
H A Dcpulist.c154 ssize_t bytes_read; in cpuinfo_linux_parse_cpulist() local
/aosp_15_r20/system/core/init/
H A Dsigchld_handler.cpp143 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(signal_fd, &siginfo, sizeof(siginfo))); in HandleSignal() local
/aosp_15_r20/external/openscreen/platform/impl/
H A Dtls_connection_posix.cc69 const int bytes_read = in TryReceiveMessage() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/
Dbl_common.c78 size_t bytes_read; in load_image() local
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_util.cpp132 int bytes_read = stream.gcount(); in GetFilesDigest() local

12345678910>>...25