| /external/rust/crates/mio/src/ |
| D | poll.rs | 204 pub struct Poll { struct 213 impl Poll { impl 319 impl Poll { impl 362 impl AsRawFd for Poll { implementation 368 impl fmt::Debug for Poll { implementation
|
| /external/llvm-project/lldb/source/Host/common/ |
| D | MainLoop.cpp | 104 Status MainLoop::RunImpl::Poll() { in Poll() function in MainLoop::RunImpl 166 Status MainLoop::RunImpl::Poll() { in Poll() function in MainLoop::RunImpl 199 Status MainLoop::RunImpl::Poll() { in Poll() function in MainLoop::RunImpl
|
| /external/rust/crates/tokio/tests/ |
| D | sync_oneshot.rs | 17 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed() 20 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed()
|
| D | rt_threaded.rs | 176 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in drop_threadpool_drops_futures()
|
| /external/rust/crates/futures/tests/ |
| D | future_obj.rs | 19 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<()> { in dropping_drops_the_future()
|
| /external/rust/crates/futures-channel/src/ |
| D | oneshot.rs | 161 fn poll_canceled(&self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled() 361 pub fn poll_canceled(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled() 409 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | for_each.rs | 65 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| D | for_each_concurrent.rs | 70 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/flate2/src/zlib/ |
| D | write.rs | 171 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 335 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | read.rs | 128 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 262 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | bufread.rs | 130 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 255 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| /external/rust/crates/flate2/src/deflate/ |
| D | write.rs | 171 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 336 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | read.rs | 131 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 263 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | bufread.rs | 134 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 265 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| /external/rust/crates/flate2/src/gz/ |
| D | read.rs | 193 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 300 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | write.rs | 163 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 390 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| D | bufread.rs | 535 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown() 638 fn shutdown(&mut self) -> Poll<(), io::Error> { in shutdown()
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | remote_handle.rs | 97 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/futures-executor/tests/ |
| D | local_pool.rs | 18 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in poll() 318 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in tasks_are_scheduled_fairly()
|
| /external/perfetto/src/base/ |
| D | subprocess_windows.cc | 212 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
|
| D | subprocess_posix.cc | 274 Subprocess::Status Subprocess::Poll() { in Poll() function in perfetto::base::Subprocess
|
| /external/rust/crates/async-stream/src/ |
| D | yielder.rs | 49 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/grpc-grpc/test/cpp/interop/ |
| D | reconnect_interop_server.cc | 78 void Poll(int seconds) { reconnect_server_poll(&tcp_server_, seconds); } in Poll() function in ReconnectServiceImpl
|
| /external/crosvm/cros_async/src/ |
| D | io_ext.rs | 32 Poll(crate::poll_source::Error), enumerator 162 fn poll(self: Pin<&mut Self>, cx: &mut Context) -> Poll<()> { in poll()
|
| /external/rust/crates/futures/tests_disabled/ |
| D | stream.rs | 291 fn poll(&mut self, cx: &mut Context<'_>) -> Poll<(), u32> { in peek()
|