Home
last modified time | relevance | path

Searched defs:nread (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_buf_reader.rs87 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
93 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
99 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
105 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
110 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
231 let nread = reader.read(&mut buf).await.unwrap(); in maybe_pending() localVariable
237 let nread = reader.read(&mut buf).await.unwrap(); in maybe_pending() localVariable
243 let nread = reader.read(&mut buf).await.unwrap(); in maybe_pending() localVariable
249 let nread = reader.read(&mut buf).await.unwrap(); in maybe_pending() localVariable
254 let nread = reader.read(&mut buf).await.unwrap(); in maybe_pending() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dio_buf_reader.rs123 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
129 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
135 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
141 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
146 let nread = reader.read(&mut buf).await.unwrap(); in test_buffered_reader() localVariable
319 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
325 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
331 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
337 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
342 let nread = run(reader.read(&mut buf)); in maybe_pending() localVariable
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java499 int nread = 0; in parseStatusLine() local
569 int nread = 0; in parseHeader() local
606 int nread = 0; in readHeaders() local
627 int nread = 0; in readContent() local
643 int nread = 0; in handleClient() local
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java421 int nread = 0; in parseStatusLine() local
489 int nread = 0; in parseHeader() local
526 int nread = 0; in readHeaders() local
547 int nread = 0; in readContent() local
563 int nread = 0; in handleClient() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c72 ssize_t nread = pread_retry (fd, &buf, sizeof buf, 0); in get_pid_class() local
112 ssize_t nread; in grovel_auxv() local
218 int nread = -1; in proc_maps_report() local
338 ssize_t nread = read (fd, data, maxread); in INTDEF() local
/aosp_15_r20/external/curl/lib/
H A Dkrb5.c198 ssize_t nread; in krb5_auth() local
446 ssize_t nread = 0; in ftp_send_command() local
473 ssize_t nread = 0; in socket_read() local
523 int nread; in read_data() local
584 ssize_t nread; in sec_recv() local
H A Dsendf.c528 char *buf, size_t blen, size_t *nread, bool *eos) in Curl_creader_read()
555 size_t *nread, bool *eos) in Curl_creader_def_read()
655 size_t nread; in cr_in_read() local
978 size_t nread, i, start, n; in cr_lc_read() local
1180 size_t *nread, bool *eos) in Curl_client_read()
1280 size_t nread = ctx->blen - ctx->index; in cr_buf_read() local
H A Dcf-h2-proxy.c241 ssize_t nread; in proxy_nw_in_reader() local
480 ssize_t nread; in proxy_h2_progress_ingress() local
818 ssize_t nread; in tunnel_send_callback() local
1314 ssize_t nread = -1; in tunnel_recv() local
1353 ssize_t nread = -1; in cf_h2_proxy_recv() local
1532 ssize_t nread = -1; in proxy_h2_connisalive() local
H A Dbufq.c117 ssize_t nread; in chunk_slurpn() local
503 ssize_t nread = 0; in Curl_bufq_read() local
670 ssize_t nread; in Curl_bufq_sipn() local
708 ssize_t nread = 0, n; in bufq_slurpn() local
/aosp_15_r20/external/cronet/base/posix/
H A Dunix_domain_socket_unittest.cc121 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
150 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
174 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
/aosp_15_r20/external/libchrome/base/posix/
H A Dunix_domain_socket_unittest.cc121 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
150 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
174 const ssize_t nread = UnixDomainSocket::RecvMsgWithPid( in TEST() local
/aosp_15_r20/external/strace/
H A Ducopy.c109 unsigned int nread = 0; in umoven_peekdata() local
204 unsigned int nread = 0; in umovestr_peekdata() local
277 unsigned int nread = 0; in umovestr() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/buffered/
H A Dtests.rs30 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
36 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
42 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
48 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
53 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
H A Dbufreader.rs289 let nread = rem.read(buf)?; in read() localVariable
340 let nread = rem.read_vectored(bufs)?; in read_vectored() localVariable
356 let nread = inner_buf.len(); in read_to_end() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/buffered/
H A Dtests.rs30 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
36 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
42 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
48 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
53 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
H A Dbufreader.rs289 let nread = rem.read(buf)?; in read() localVariable
340 let nread = rem.read_vectored(bufs)?; in read_vectored() localVariable
356 let nread = inner_buf.len(); in read_to_end() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/buffered/
H A Dtests.rs30 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
36 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
42 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
48 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
53 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
H A Dbufreader.rs289 let nread = rem.read(buf)?; in read() localVariable
340 let nread = rem.read_vectored(bufs)?; in read_vectored() localVariable
356 let nread = inner_buf.len(); in read_to_end() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/buffered/
H A Dtests.rs30 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
36 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
42 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
48 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
53 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
H A Dbufreader.rs289 let nread = rem.read(buf)?; in read() localVariable
340 let nread = rem.read_vectored(bufs)?; in read_vectored() localVariable
356 let nread = inner_buf.len(); in read_to_end() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/buffered/
H A Dtests.rs30 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
36 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
42 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
48 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
53 let nread = reader.read(&mut buf); in test_buffered_reader() localVariable
H A Dbufreader.rs289 let nread = rem.read(buf)?; in read() localVariable
340 let nread = rem.read_vectored(bufs)?; in read_vectored() localVariable
356 let nread = inner_buf.len(); in read_to_end() localVariable
/aosp_15_r20/external/executorch/extension/testing_util/test/
H A Dtemp_file_test.cpp41 ssize_t nread = read(fd, buffer, sizeof(buffer)); in TEST() local
67 ssize_t nread = read(fd, buffer, sizeof(buffer)); in TEST() local
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.c103 int nread; in _multiprocessing_recv_impl() local
111 nread = recv((SOCKET) handle, PyBytes_AS_STRING(buf), size, 0); in _multiprocessing_recv_impl() local
/aosp_15_r20/external/curl/lib/vquic/
H A Dcurl_quiche.c418 ssize_t nread; in stream_resp_read() local
620 ssize_t nread; in recv_pkt() local
731 ssize_t nread; in cf_flush_egress() local
815 ssize_t nread = -1; in recv_closed_stream() local
847 ssize_t nread = -1; in cf_quiche_recv() local

12345678910>>...14