Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/rust/crates/nix/test/
Dtest_sendfile.rs107 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_freebsd() localVariable
156 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_dragonfly() localVariable
205 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_darwin() localVariable
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
Dbyte_array_test.cc39 int32_t bytes_read = ba->Get(index, buffer); in ReadByteArrayWithBuffer() local
54 int32_t bytes_read = ba->Get(index, &((*b)[0]), index, actual_window_size); in ReadByteArrayWithSlidingWindow() local
Dfont_data_test.cc158 int32_t bytes_read = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size()); in ReadFontDataWithBuffer() local
172 int32_t bytes_read = in ReadFontDataWithSlidingWindow() local
205 int32_t bytes_read = rfd->ReadBytes(index, &(b[0]), index, sliding_size); in WriteFontDataWithSlidingWindow() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc113 int32_t bytes_read = 0; in CopyTo() local
134 int32_t bytes_read = 0; in CopyTo() local
147 int32_t bytes_read = 0; in CopyFrom() local
167 int32_t bytes_read = 0; in CopyFrom() local
/third_party/libcoap/src/
Dcoap_netif.c73 ssize_t bytes_read; in coap_netif_dgrm_read() local
100 ssize_t bytes_read; in coap_netif_dgrm_read_ep() local
214 ssize_t bytes_read = coap_socket_read(&session->sock, data, datalen); in coap_netif_strm_read() local
/third_party/ffmpeg/libavcodec/
Djpeg2000_parser.c38 uint64_t bytes_read; member
98 uint64_t bytes_read = m->bytes_read; in find_frame_end() local
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfrag.c48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dutf8_util.c75 size_t bytes_read = in BrotliIsMostlyUTF8() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file); in Subset() local
/third_party/curl/docs/examples/
Dsmtp-tls.c61 size_t bytes_read; member
Dsmtp-ssl.c61 size_t bytes_read; member
Dimap-append.c59 size_t bytes_read; member
Dsmtp-multi.c57 size_t bytes_read; member
Dsmtp-authzid.c67 size_t bytes_read; member
Dsmtp-mail.c64 size_t bytes_read; member
/third_party/elfutils/tests/
Ddwfl-report-offline-memory.c73 ssize_t bytes_read = read (fd, data, size); in main() local
/third_party/gn/src/base/files/
Dfile_win.cc65 DWORD bytes_read; in Read() local
79 DWORD bytes_read; in ReadAtCurrentPos() local
/third_party/jerryscript/jerry-main/
Dmain-unix-test.c46 size_t bytes_read = fread (buffer, 1u, sizeof (buffer), file); in read_file() local
/third_party/fsverity-utils/programs/
Dcmd_dump_metadata.c72 int bytes_read; in fsverity_cmd_dump_metadata() local
/third_party/alsa-utils/alsamixer/
Dutils.c125 unsigned int bytes_read; in read_file() local
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_black_box_fuzz_target.cc79 size_t bytes_read = fread(buffer->data(), 1, file_size, file); in ReadFile() local
/third_party/backends/backend/
Dgt68xx_shm_channel.c364 int bytes_read; in shm_channel_writer_get_buffer() local
583 int bytes_read; in shm_channel_reader_get_buffer() local
/third_party/openssl/providers/common/
Dbio_prov.c91 size_t *bytes_read) in ossl_prov_bio_read_ex()
165 size_t *bytes_read) in bio_core_read_ex()
/third_party/alsa-utils/bat/
Dtinyalsa.c389 unsigned int bytes_read = 0; in capture_sample() local
434 unsigned int bytes_read = 0; in latencytest_process_input() local

12345