Home
last modified time | relevance | path

Searched defs:bytes_read (Results 26 – 50 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/
H A Dpkcs12.cc78 size_t bytes_read; in DoPKCS12() local
96 size_t bytes_read; in DoPKCS12() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/
Dpkcs12.cc78 size_t bytes_read; in DoPKCS12() local
96 size_t bytes_read; in DoPKCS12() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/
H A Dhci_packetizer.cc64 ssize_t bytes_read = TEMP_FAILURE_RETRY( in OnDataReady() local
91 ssize_t bytes_read = TEMP_FAILURE_RETRY(read( in OnDataReady() local
/aosp_15_r20/system/apex/apexd/
H A Dapex_sha.cpp47 int bytes_read = apex.gcount(); in CalculateSha512() local
74 int bytes_read = apex.gcount(); in CalculateSha256() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_boot_info.cc66 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &string_length, sizeof(uint8_t))); in Load() local
111 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &dex_file_index, sizeof(dex_file_index))); in Load() local
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp45 ssize_t bytes_read = ReadExact(shared_fd_, in underflow() local
61 std::streamsize bytes_read = 0; in xsgetn() local
/aosp_15_r20/development/host/windows/usb/api/
H A Dadb_endpoint_object.cpp52 ULONG* bytes_read, in AsyncRead()
78 ULONG* bytes_read, in SyncRead()
/aosp_15_r20/external/webrtc/p2p/base/
H A Dpseudo_tcp.cc528 size_t bytes_read = 0; in packet() local
1322 size_t* bytes_read) { in ReadOffset()
1337 size_t* bytes_read) { in Read()
1392 size_t* bytes_read) { in ReadOffsetLocked()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputstream.cc53 size_t bytes_read = ReadBytesFromCache(bytes_to_read, result_ptr); in ReadNBytes() local
63 size_t bytes_read = ReadBytesFromCache(bytes_to_read, result_ptr); in ReadNBytes() local
/aosp_15_r20/external/cronet/net/socket/
H A Dtransport_client_socket_test_util.cc57 int bytes_read = 0; in ReadDataOfExpectedLength() local
100 uint32_t bytes_read = 0; in DrainStreamSocket() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_reader.cc55 int bytes_read = 0; in ProcessIncomingMessages() local
69 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_reader.cc56 int bytes_read = 0; in ProcessIncomingMessages() local
70 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
/aosp_15_r20/hardware/google/pixel/pixelstats/
DTempResidencyReporter.cpp43 bool updateOffsetAndCheckBound(int *offset, const int &bytes_read, const int &data_len) { in updateOffsetAndCheckBound()
57 int bytes_read; in parse_file_contents() local
/aosp_15_r20/external/libaom/test/
H A Dav1_config_test.cc90 size_t bytes_read = 0; in TEST() local
152 size_t bytes_read = 0; in TEST() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Dblock_mapping.cc50 ssize_t bytes_read = 0; in AddDiskBlock() local
122 ssize_t bytes_read = 0; in CompareData() local
/aosp_15_r20/external/zucchini/
H A Dpatch_reader.h41 auto bytes_read = DecodeVarUInt(source->begin(), source->end(), value); in ParseVarUInt() local
55 auto bytes_read = DecodeVarInt(source->begin(), source->end(), value); in ParseVarInt() local
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dpatch_reader.h41 auto bytes_read = DecodeVarUInt(source->begin(), source->end(), value); in ParseVarUInt() local
55 auto bytes_read = DecodeVarInt(source->begin(), source->end(), value); in ParseVarInt() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_factory_l2cap_integration_test.cc114 size_t bytes_read; in TEST_F() local
314 size_t bytes_read; in TEST_F() local
/aosp_15_r20/external/pigweed/pw_trace_tokenized/
H A Dtrace_buffer_test.cc87 size_t bytes_read = 0; in TEST() local
126 size_t bytes_read = 0; in TEST() local
/aosp_15_r20/external/libaom/common/
H A Dwebmdec.cc122 size_t *bytes_read, size_t *buffer_size) { in webm_read_frame()
216 size_t bytes_read = 0; in webm_guess_framerate() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dinputbuffer.cc86 size_t bytes_read = 0; in ReadNBytes() local
93 size_t* bytes_read) { in ReadNBytes()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_unittest.cc204 int bytes_read = file.Read(kTestDataSize, data_read_1, kTestDataSize); in TEST() local
275 std::optional<size_t> bytes_read = in TEST() local
394 int bytes_read = file.Read(0, data_read_1, in TEST() local
430 int bytes_read = file.Read(0, data_read, static_cast<int>(file_size)); in TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc74 size_t bytes_read = 0; in read_bytes() local
107 size_t bytes_read = 0; in poll_read_bytes() local
151 size_t bytes_read = 0; in epoll_read_bytes() local
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Doverlapped_source.rs171 let bytes_read = overlapped_result.result.map_err(Error::IoReadError)?; in read_to_vec() localVariable
217 let bytes_read = overlapped_result.result.map_err(Error::IoReadError)?; in read_to_mem() localVariable
475 let bytes_read = src in test_read_mem() localVariable
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc276 const auto bytes_read = fd->Read(buffer, read_size); in WriteVerityAndHashPartition() local
322 const auto bytes_read = fd->Read(buffer, read_size); in HashPartition() local

12345678910>>...25