Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 1800) sorted by relevance

12345678910>>...72

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/tests/
Dmacros.rs31 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
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dpromise_endpoint_test.cc145 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 …]
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
H A DNotificationListener.kt55 fun poll(): Notification? { in poll() method
62 fun poll(duration: Duration): Notification? { in poll() method in com.android.bedstead.nene.notifications.NotificationListener
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/net/module/util/
DTrackRecord.kt46 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? in add() method
103 override fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean) = lock.withLock { in <lambda>() method
265 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { in newReadHead() method
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DConditionPriorityBlockingQueue.java123 public T poll() { in poll() method in ConditionPriorityBlockingQueue
134 public T poll(IMatcher<T> matcher) { in poll() method in ConditionPriorityBlockingQueue
165 public T poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in ConditionPriorityBlockingQueue
180 public T poll(long timeout, TimeUnit unit, IMatcher<T> matcher) throws InterruptedException { in poll() method in ConditionPriorityBlockingQueue
/aosp_15_r20/bionic/tests/
H A Dpoll_test.cpp36 TEST(poll, poll_null_fds) { in TEST() argument
43 TEST(poll, ppoll_null_fds) { in TEST() argument
51 TEST(poll, ppoll64_null_fds) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/async_await/
Dpoll.rs17 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/future/
H A Dfuture.rs103 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>; in poll() method
110 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
122 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dasync_drop.rs37 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
111 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
184 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
280 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dfuture.rs103 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>; in poll() method
110 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
122 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dasync_drop.rs37 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
111 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
184 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
280 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dfuture.rs103 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>; in poll() method
110 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
122 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dasync_drop.rs37 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
111 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
184 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
280 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dfuture.rs103 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>; in poll() method
110 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
122 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dasync_drop.rs37 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
111 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
184 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
281 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dfuture.rs103 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>; in poll() method
110 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
122 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dasync_drop.rs37 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
111 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
184 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
281 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtask_id.rs85 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_completion() method
113 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_abort() method
150 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Self::Output> { in task_id_output_destructor_handle_dropped_before_completion() method
183 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Self::Output> { in task_id_output_destructor_handle_dropped_after_completion() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/benches/
Dthread_notify.rs22 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
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dpeek.rs259 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
/aosp_15_r20/external/pigweed/pw_async2/
H A Donce_sender_test.cc66 Poll<pw::Result<MoveOnlyValue>> poll = receiver_.value().Pend(cx); in DoPend() local
177 Poll<pw::Status> poll = receiver_->Pend(cx); in DoPend() local
267 Poll<pw::Status> poll = receiver_->Pend(cx); in DoPend() local
306 Poll<pw::Result<MoveOnlyValue>> poll = receiver_.Pend(cx); in DoPend() local
H A Dpoll_test.cc246 auto poll = TryReadyAssignImmovable(kDoReady); in TEST() local
252 auto poll = TryReadyAssignImmovable(kDoPend); in TEST() local
263 auto poll = TryReadyAssignMoveOnly(kDoReady); in TEST() local
269 auto poll = TryReadyAssignMoveOnly(kDoPend); in TEST() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java681 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout()
695 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout()
710 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow()
731 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
760 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/common/
Ddrain.rs51 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
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/
Dreusable_box.rs114 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

12345678910>>...72