Home
last modified time | relevance | path

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

1234

/aosp12/bionic/tests/
H A Dpoll_test.cpp34 TEST(poll, poll_null_fds) { in TEST() argument
41 TEST(poll, ppoll_null_fds) { in TEST() argument
49 TEST(poll, ppoll64_null_fds) { in TEST() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dwrite_task.rs58 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
98 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
140 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
177 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
202 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dread_task.rs61 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
115 let poll = Pin::new(&mut reader).poll_read(cx, &mut read_buf); in poll_read_to_end() localVariable
139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
211 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
246 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
330 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
366 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
H A Dseek_task.rs44 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dyield_now.rs45 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
67 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DTapPacketReader.java101 public byte[] poll(long timeoutMs) { in poll() method in TapPacketReader
109 public byte[] poll(long timeoutMs, @NonNull Predicate<byte[]> filter) { in poll() method in TapPacketReader
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dpoll.rs37 pub fn poll(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in poll() method
81 let poll = Poll::new().unwrap(); in ut_poll_debug_info() localVariable
H A Dlib.rs16 mod poll; module
H A Dwaker.rs48 let poll = Poll::new().unwrap(); in ut_waker_debug_info() localVariable
/aosp12/frameworks/libs/net/common/testutils/hostdevice/com/android/net/module/util/
H A DTrackRecord.kt46 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? regex
261 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { regex
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H A Dylong_io_tcp_server.rs28 let poll = Poll::new()?; in main() localVariable
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java24 V poll(); in poll() method
H A DUnrefedBitmapCache.java83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dfutures.rs34 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_cdev.h29 unsigned int (*poll)(struct file *filep, poll_table *pollTable); member
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_host.cpp307 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433a() local
319 std::string poll = tagPollBytes_[index]; in DoTargetTypeIso144433b() local
362 std::string poll = tagPollBytes_[index]; in DoTargetTypeV() local
382 std::string poll = tagPollBytes_[index]; in DoTargetTypeF() local
/aosp12/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DFixedSizeQueue.java75 public E poll() { in poll() method in FixedSizeQueue
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DFixedSizeQueueTest.java53 public void poll() { in poll() method in FixedSizeQueueTest
/aosp12/bionic/libc/include/bits/fortify/
H A Dpoll.h43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll() function
/aosp12/frameworks/av/services/audioflinger/
H A DStateQueue.cpp60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtask_cancel.rs74 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dtimeout.rs43 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() function
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/tests/
H A DFakeLooperWrapper.h67 void poll() { in poll() function
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h55 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java680 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout()
694 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout()
709 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow()
730 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
759 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout()

1234