/aosp12/bionic/tests/ |
H A D | poll_test.cpp | 34 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 D | write_task.rs | 58 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 D | read_task.rs | 61 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 D | seek_task.rs | 44 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 D | yield_now.rs | 45 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 D | TapPacketReader.java | 101 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 D | poll.rs | 37 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 D | lib.rs | 16 mod poll; module
|
H A D | waker.rs | 48 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 D | TrackRecord.kt | 46 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 D | ylong_io_tcp_server.rs | 28 let poll = Poll::new()?; in main() localVariable
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | PooledCache.java | 24 V poll(); in poll() method
|
H A D | UnrefedBitmapCache.java | 83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | futures.rs | 34 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 D | osal_cdev.h | 29 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 D | tag_host.cpp | 307 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 D | FixedSizeQueue.java | 75 public E poll() { in poll() method in FixedSizeQueue
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/ |
H A D | FixedSizeQueueTest.java | 53 public void poll() { in poll() method in FixedSizeQueueTest
|
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | poll.h | 43 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 D | StateQueue.cpp | 60 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 D | task_cancel.rs | 74 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 D | timeout.rs | 43 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 D | FakeLooperWrapper.h | 67 void poll() { in poll() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | sys.h | 55 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | DownloadManagerBaseTest.java | 680 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()
|