| /external/rust/crates/tokio-test/tests/ |
| D | macros.rs | 31 let poll = ready(); in assert_ready() localVariable 41 let poll = pending(); in assert_ready_on_pending() localVariable 47 let poll = pending(); in assert_pending() localVariable 57 let poll = ready(); in assert_pending_on_ready() localVariable 63 let poll = ready_ok(); in assert_ready_ok() localVariable 73 let poll = ready_err(); in assert_ok_on_err() localVariable 79 let poll = ready_err(); in assert_ready_err() localVariable 89 let poll = ready_ok(); in assert_err_on_ok() localVariable 95 let poll = ready(); in assert_ready_eq() localVariable 105 let poll = ready_err(); in assert_eq_on_not_eq() localVariable
|
| /external/rust/crates/futures-util/src/async_await/ |
| D | poll.rs | 17 macro_rules! poll { macro 24 pub fn poll<F: Future + Unpin>(future: F) -> PollOnce<F> { in poll() function 36 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| /external/grpc-grpc/test/core/transport/ |
| D | promise_endpoint_test.cc | 145 auto poll = promise(); in TEST_F() local 164 auto poll = promise(); in TEST_F() local 199 auto poll = promise(); in TEST_F() local 206 auto poll = promise(); in TEST_F() local 237 auto poll = promise(); in TEST_F() local 260 auto poll = promise(); in TEST_F() local 282 auto poll = promise(); in TEST_F() local 301 auto poll = promise(); in TEST_F() local 336 auto poll = promise(); in TEST_F() local 343 auto poll = promise(); in TEST_F() local [all …]
|
| /external/rust/crates/http-body/src/ |
| D | next.rs | 15 fn poll(mut self: Pin<&mut Self>, ctx: &mut task::Context<'_>) -> task::Poll<Self::Output> { in poll() method 28 fn poll(mut self: Pin<&mut Self>, ctx: &mut task::Context<'_>) -> task::Poll<Self::Output> { in poll() method
|
| /external/rust/crates/futures-executor/benches/ |
| D | thread_notify.rs | 22 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_single_thread_one_wait() method 50 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_single_thread_many_wait() method 87 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_multi_thread() method
|
| /external/rust/crates/hyper/src/common/ |
| D | drain.rs | 51 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 84 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 119 fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | remote_handle.rs | 60 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> { in poll() method 95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll() method
|
| /external/rust/crates/tokio/src/signal/ |
| D | reusable_box.rs | 114 pub(crate) fn poll(&mut self, cx: &mut Context<'_>) -> Poll<T> { in poll() method 123 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> { in poll() method 205 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<u32> { in poll() method
|
| /external/rust/crates/tokio/tests/ |
| D | task_id.rs | 89 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_completion() method 117 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_abort() method 154 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Self::Output> { in task_id_output_destructor_handle_dropped_before_completion() method 187 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Self::Output> { in task_id_output_destructor_handle_dropped_after_completion() method
|
| D | task_local.rs | 53 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_abort() method 103 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_completion_drop() method
|
| D | io_poll_aio.rs | 36 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 83 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 137 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 229 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 286 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| /external/rust/crates/futures-core/src/task/ |
| D | mod.rs | 4 mod poll; module
|
| /external/rust/crates/rustix/src/event/ |
| D | poll.rs | 30 pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> io::Result<usize> { in poll() function
|
| D | mod.rs | 14 mod poll; module
|
| /external/rust/crates/tokio/src/runtime/tests/ |
| D | loom_current_thread.rs | 117 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method 135 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
|
| /external/rust/crates/tower/src/util/ |
| D | ready.rs | 43 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 99 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /external/musl/src/select/ |
| D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
|
| /external/trusty/musl/src/select/ |
| D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll() function
|
| /external/rust/crates/rustix/src/backend/libc/event/ |
| D | windows_syscalls.rs | 8 pub(crate) fn poll(fds: &mut [PollFd<'_>], timeout: c::c_int) -> io::Result<usize> { in poll() function
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 94 public synchronized V poll(long timestamp) { in poll() method in TimedValueQueue 109 private V poll(long timestamp, boolean onlyOlder) { in poll() method in TimedValueQueue
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 94 public synchronized V poll(long timestamp) { in poll() method in TimedValueQueue 109 private V poll(long timestamp, boolean onlyOlder) { in poll() method in TimedValueQueue
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | peek.rs | 259 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 301 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 350 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function 413 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
|
| /external/rust/crates/futures/tests/ |
| D | macro_comma_support.rs | 18 fn poll() { in poll() function
|
| /external/rust/crates/mio/examples/ |
| D | udp_server.rs | 17 let mut poll = Poll::new()?; in main() localVariable
|
| /external/pigweed/pw_async2/public/pw_async2/ |
| D | poll.h | 271 inline StatusWithSize ToString(const async2::Poll<T>& poll, span<char> buffer) { in ToString() 284 inline StatusWithSize ToString(const async2::Poll<>& poll, span<char> buffer) { in ToString()
|