Home
last modified time | relevance | path

Searched defs:bytes_read (Results 501 – 525 of 621) sorted by relevance

1...<<2122232425

/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc390 int bytes_read; in ReadAndInterpretStatusByte() local
/aosp_15_r20/packages/modules/adb/
Dsysdeps_win32.cpp463 DWORD bytes_read; in adb_pread() local
1926 const int bytes_read = std::min(len, g_console_input_buffer.size()); in _console_read() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc276 ares_ssize_t bytes_read = 0; in RecvFrom() local
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc854 uint8_t bytes_read = T1T_STATIC_SIZE; in rw_t1t_handle_tlv_detect_rsp() local
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc1212 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/system/media/audio_route/
H A Daudio_route.c1014 int bytes_read; in audio_route_init() local
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc1212 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-port.cc1212 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc1212 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/external/libxml2/
H A Dnanohttp.c1164 int bytes_read = 0; in xmlNanoHTTPRead() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-port.cc1210 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/system/core/init/
H A Dinit.cpp711 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(signal_fd, &siginfo, sizeof(siginfo))); in HandleSignalFd() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/
Dtrace_stats.gen.h365 uint64_t bytes_read() const { return bytes_read_; } in bytes_read() function
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-port.cc1252 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc1252 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_cpp_gen_headers/gen/external/perfetto/protos/perfetto/common/
H A Dtrace_stats.gen.h365 uint64_t bytes_read() const { return bytes_read_; } in bytes_read() function
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dnanohttp.c1183 int bytes_read = 0; in xmlNanoHTTPRead() local
/aosp_15_r20/frameworks/native/cmds/atrace/
H A Datrace.cpp934 ssize_t bytes_read = read(traceFD, trace_data, 4096); in streamTrace() local
/aosp_15_r20/external/cronet/third_party/brotli/tools/
H A Dbrotli.c707 size_t bytes_read; in ReadDictionary() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc1223 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/src/
Dlib.rs1008 let bytes_read = self.file.read(data_as_buf)?; in read_event() localVariable
/aosp_15_r20/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp1247 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp); in createInstanceFromXmlFile() local
/aosp_15_r20/external/avb/rust/src/
H A Dops.rs507 let bytes_read = ops.read_from_partition(partition, offset, buffer)?; in try_read_from_partition() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs909 let bytes_read = region.read(&mut buf, caddr)?; in write_to() localVariable
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_unittest.cc441 size_t bytes_read = 0; in TEST_F() local

1...<<2122232425