/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/ |
H A D | pkcs12.cc | 78 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/ |
D | pkcs12.cc | 78 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 D | hci_packetizer.cc | 64 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 D | apex_sha.cpp | 47 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 D | profile_boot_info.cc | 66 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/ |
D | shared_fd_stream.cpp | 45 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 D | adb_endpoint_object.cpp | 52 ULONG* bytes_read, in AsyncRead() 78 ULONG* bytes_read, in SyncRead()
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | pseudo_tcp.cc | 528 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 D | snappy_inputstream.cc | 53 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 D | transport_client_socket_test_util.cc | 57 int bytes_read = 0; in ReadDataOfExpectedLength() local 100 uint32_t bytes_read = 0; in DrainStreamSocket() local
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_channel_reader.cc | 55 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 D | ipc_channel_reader.cc | 56 int bytes_read = 0; in ProcessIncomingMessages() local 70 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
|
/aosp_15_r20/hardware/google/pixel/pixelstats/ |
D | TempResidencyReporter.cpp | 43 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 D | av1_config_test.cc | 90 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 D | block_mapping.cc | 50 ssize_t bytes_read = 0; in AddDiskBlock() local 122 ssize_t bytes_read = 0; in CompareData() local
|
/aosp_15_r20/external/zucchini/ |
H A D | patch_reader.h | 41 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 D | patch_reader.h | 41 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 D | socket_factory_l2cap_integration_test.cc | 114 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 D | trace_buffer_test.cc | 87 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 D | webmdec.cc | 122 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 D | inputbuffer.cc | 86 size_t bytes_read = 0; in ReadNBytes() local 93 size_t* bytes_read) { in ReadNBytes()
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_unittest.cc | 204 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 D | low_level_ping_pong.cc | 74 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 D | overlapped_source.rs | 171 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 D | filesystem_verifier_action.cc | 276 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
|