Home
last modified time | relevance | path

Searched defs:poll_complete (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dasync_seek.rs46 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>>; in poll_complete() method
78 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() function
87 fn poll_complete(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_buf_reader.rs170 fn poll_complete(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<u64>> { in test_buffered_reader_seek_underflow() method
328 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in maybe_pending_seek() method
Dio_buf_writer.rs242 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in maybe_pending_buf_writer_seek() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-io-timeout/src/
Dlib.rs213 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() function
362 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dempty.rs143 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
Dbuf_stream.rs184 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
Dbuf_reader.rs187 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
Dbuf_writer.rs235 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/
Deither.rs132 fn poll_complete(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<u64>> { in poll_complete() function
Dcompat.rs246 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/tokio/
Dfile.rs221 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/compat/
Dcompat03as01.rs141 fn poll_complete(&mut self) -> Poll01<(), Self::SinkError> { in poll_complete() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Dfile.rs684 fn poll_complete(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<u64>> { in poll_complete() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dsend.rs294 pub fn poll_complete<T, B>( in poll_complete() method
Dstreams.rs177 pub fn poll_complete<T>( in poll_complete() function
860 fn poll_complete<T, B>( in poll_complete() method
Dprioritize.rs507 pub fn poll_complete<T, B>( in poll_complete() method
Drecv.rs983 pub fn poll_complete<T, B>( in poll_complete() method
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h143570 enum fw_upload_err (*poll_complete)(struct fw_upload *); member
H A Dvmlinux.h143570 enum fw_upload_err (*poll_complete)(struct fw_upload *); member