/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | lib.rs | 188 pub async fn select2<F1: Future + Unpin, F2: Future + Unpin>( in select2() 218 pub async fn select3<F1: Future + Unpin, F2: Future + Unpin, F3: Future + Unpin>( in select3() 251 F1: Future + Unpin, in select4() 252 F2: Future + Unpin, in select4() 253 F3: Future + Unpin, in select4() 254 F4: Future + Unpin, in select4() 297 F1: Future + Unpin, in select5() 298 F2: Future + Unpin, in select5() 299 F3: Future + Unpin, in select5() 300 F4: Future + Unpin, in select5() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | mod.rs | 206 Self: Unpin, in read() 218 Self: Unpin, in read_vectored() 262 Self: Unpin, in read_exact() 288 Self: Unpin, in read_to_end() 314 Self: Unpin, in read_to_string() 392 Self: Sized + Unpin, in compat() 426 Self: Unpin, in flush() 434 Self: Unpin, in close() 445 Self: Unpin, in write() 457 Self: Unpin, in write_vectored() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | mod.rs | 185 Self: Unpin, in close() 209 Self: Unpin, in flush() 222 Self: Unpin, in send() 235 Self: Unpin, in feed() 256 Self: Unpin, in send_all() 295 Self: Sized + Unpin, in compat() 304 Self: Unpin, in poll_ready_unpin() 313 Self: Unpin, in start_send_unpin() 322 Self: Unpin, in poll_flush_unpin() 331 Self: Unpin, in poll_close_unpin()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/ |
D | http1.rs | 132 pub fn poll_without_shutdown(&mut self, cx: &mut Context<'_>) -> Poll<crate::Result<()>> in poll_without_shutdown() 135 S::Future: Unpin, in poll_without_shutdown() 136 B: Unpin, in poll_without_shutdown() 149 S: Unpin, in without_shutdown() 150 S::Future: Unpin, in without_shutdown() 151 B: Unpin, in without_shutdown() 358 I: AsyncRead + AsyncWrite + Unpin, in serve_connection()
|
/aosp_15_r20/system/nfc/src/rust/hal/ |
H A D | rootcanal_hal.rs | 58 R: AsyncReadExt + Unpin, in dispatch_incoming() 99 W: AsyncWriteExt + Unpin, in dispatch_outgoing() 119 W: AsyncWriteExt + Unpin, in write_nci()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | stream_ext.rs | 146 Self: Unpin, in next() 187 Self: Stream<Item = Result<T, E>> + Unpin, in try_next() 714 Self: Unpin, in all() 773 Self: Unpin, in any()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | mod.rs | 275 Self: Unpin, in next() 308 fn into_future(self) -> StreamFuture<Self> in into_future() 825 fn flatten_unordered(self, limit: impl Into<Option<usize>>) -> FlattenUnordered<Self> in flatten_unordered() 913 U: Stream + Unpin, in flat_map_unordered() 1634 fn poll_next_unpin(&mut self, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> in poll_next_unpin()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/ |
D | mod.rs | 406 Self: Unpin, in try_next() 832 fn try_flatten_unordered(self, limit: impl Into<Option<usize>>) -> TryFlattenUnordered<Self> in try_flatten_unordered() 1129 Self: Unpin, in try_poll_next_unpin() 1158 Self: Sized + Unpin, in compat()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | uds_split.rs | 34 read: &mut (dyn AsyncRead + Unpin), in send_recv_all() 35 write: &mut (dyn AsyncWrite + Unpin), in send_recv_all()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/ |
D | try_select.rs | 55 A: TryFuture + Unpin, in try_select() 56 B: TryFuture + Unpin, in try_select()
|
D | select.rs | 86 A: Future + Unpin, in select() 87 B: Future + Unpin, in select()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | settings.rs | 48 T: AsyncWrite + Unpin, in recv_settings() 118 T: AsyncWrite + Unpin, in poll_send()
|
D | ping_pong.rs | 144 T: AsyncWrite + Unpin, in send_pending_pong() 167 T: AsyncWrite + Unpin, in send_pending_ping()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | recv.rs | 914 T: AsyncWrite + Unpin, in send_pending_refusal() 991 T: AsyncWrite + Unpin, in poll_complete() 1010 T: AsyncWrite + Unpin, in send_connection_window_update() 1041 T: AsyncWrite + Unpin, in send_stream_window_updates()
|
/aosp_15_r20/tools/netsim/rust/capture/src/ |
H A D | pcap.rs | 229 mut output: impl AsyncWrite + Unpin, in write_file_header() 255 mut output: impl AsyncWrite + Unpin, in write_record()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/try_future/ |
D | mod.rs | 584 Self: Sized + Unpin, in compat() 621 Self: Unpin, in try_poll_unpin()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | client.rs | 1216 T: AsyncRead + AsyncWrite + Unpin, in handshake() 1266 T: AsyncRead + AsyncWrite + Unpin, in handshake() 1279 T: AsyncRead + AsyncWrite + Unpin, in bind_connection()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/compat/ |
D | compat03as01.rs | 197 T: Unpin, in with_context() 209 T: Unpin, in with_sink_context()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/ |
D | mod.rs | 197 Fut: Unpin, in iter() 213 Fut: Unpin, in iter_mut()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/ui/pin_project/ |
D | overlapping_unpin_struct.rs | 16 fn is_unpin<T: Unpin>() {} in is_unpin()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/unstable-features/ |
D | marker_trait_attr.rs | 22 fn is_unpin<T: Unpin>() {} in is_unpin()
|
D | overlapping_marker_traits-feature-gate.rs | 16 fn is_unpin<T: Unpin>() {} in is_unpin()
|
D | overlapping_marker_traits.rs | 26 fn is_unpin<T: Unpin>() {} in is_unpin()
|
D | marker_trait_attr-feature-gate.rs | 16 fn is_unpin<T: Unpin>() {} in is_unpin()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/examples/ |
D | not_unpin.rs | 15 fn _is_unpin<T: Unpin>() {} in main()
|