/aosp_15_r20/external/rust/android-crates-io/crates/futures-sink/src/ |
D | lib.rs | 68 fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 122 fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 146 fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 171 fn poll_ready(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 193 fn poll_ready(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 215 fn poll_ready( in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/ |
D | make_service.rs | 45 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>>; in poll_ready() method 150 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::MakeError>> { in poll_ready() function 202 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 243 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
D | make_connection.rs | 23 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 40 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower-service/src/ |
D | lib.rs | 340 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 365 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), S::Error>> { in poll_ready() function 382 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), S::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/ |
D | sink_impl.rs | 9 fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 36 fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 57 fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
D | mod.rs | 616 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() method 716 pub fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() method 768 pub fn poll_ready(&self, _: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/service/ |
D | make.rs | 18 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 33 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 163 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
D | http.rs | 24 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 41 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/ |
D | service.rs | 24 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 43 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/connect/ |
D | dns.rs | 116 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_ready() method 333 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>; in poll_ready() method 347 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/boxed/ |
D | unsync.rs | 55 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), E>> { in poll_ready() method 79 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/ |
D | future_service.rs | 152 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 207 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
D | service_fn.rs | 75 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), E>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/filter/ |
D | mod.rs | 110 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 172 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/load/ |
D | pending_requests.rs | 85 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 159 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), ()>> { in poll_ready() method
|
D | peak_ewma.rs | 121 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 326 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), ()>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/codec/ |
D | mod.rs | 135 pub fn poll_ready(&mut self, cx: &mut Context) -> Poll<io::Result<()>> { in poll_ready() function 183 fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/ |
D | helloworld.rs | 116 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 127 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/pool/ |
D | mod.rs | 366 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 452 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | split.rs | 104 fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), S::Error>> { in poll_ready() method 181 fn poll_ready( in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | sink.rs | 105 fn poll_ready(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method 181 fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/ |
D | client.rs | 557 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 577 fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function 654 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<crate::Result<()>> { in poll_ready() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | not_found.rs | 27 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
D | into_make_service.rs | 31 fn poll_ready(&mut self, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { in poll_ready() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/util/ |
D | oneshot.rs | 22 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), ()>> { in service_driven_to_readiness() method
|