Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/nio/file/
DWatchService.java139 WatchKey poll(); in poll() method
159 WatchKey poll(long timeout, TimeUnit unit) in poll() method
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionService.java107 Future<V> poll(); in poll() method
123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; in poll() method
DExecutorCompletionService.java198 public Future<V> poll() { in poll() method in ExecutorCompletionService
202 public Future<V> poll(long timeout, TimeUnit unit) in poll() method in ExecutorCompletionService
DBlockingDeque.java538 E poll(); in poll() method
564 E poll(long timeout, TimeUnit unit) in poll() method
DBlockingQueue.java277 E poll(long timeout, TimeUnit unit) in poll() method
DDelayQueue.java189 public E poll() { in poll() method in DelayQueue
253 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in DelayQueue
DLinkedBlockingQueue.java456 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedBlockingQueue
481 public E poll() { in poll() method in LinkedBlockingQueue
DPriorityBlockingQueue.java532 public E poll() { in poll() method in PriorityBlockingQueue
555 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in PriorityBlockingQueue
DArrayBlockingQueue.java372 public E poll() { in poll() method in ArrayBlockingQueue
394 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in ArrayBlockingQueue
DSynchronousQueue.java936 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in SynchronousQueue
950 public E poll() { in poll() method in SynchronousQueue
DScheduledThreadPoolExecutor.java1100 public RunnableScheduledFuture<?> poll() { in poll() method in ScheduledThreadPoolExecutor.DelayedWorkQueue
1147 public RunnableScheduledFuture<?> poll(long timeout, TimeUnit unit) in poll() method in ScheduledThreadPoolExecutor.DelayedWorkQueue
DLinkedTransferQueue.java1355 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedTransferQueue
1362 public E poll() { in poll() method in LinkedTransferQueue
DLinkedBlockingDeque.java675 public E poll() { in poll() method in LinkedBlockingDeque
683 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedBlockingDeque
DConcurrentLinkedQueue.java339 public E poll() { in poll() method in ConcurrentLinkedQueue
/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractWatchService.java96 public final WatchKey poll() { in poll() method in AbstractWatchService
104 public final WatchKey poll(long timeout, TimeUnit unit) in poll() method in AbstractWatchService
DLinuxWatchService.java490 private static native int poll(int fd1, int fd2) throws UnixException; in poll() method in LinuxWatchService
/libcore/ojluni/src/main/java/java/util/
DQueue.java190 E poll(); in poll() method
DDeque.java452 E poll(); in poll() method
/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueueTest.java36 public Integer poll() { return one; } in poll() method in AbstractQueueTest.Succeed
47 public Integer poll() { return null; } in poll() method in AbstractQueueTest.Fail
/libcore/ojluni/src/main/java/sun/nio/ch/
DPollArrayWrapper.java114 int poll(int numfds, int offset, long timeout) { in poll() method in PollArrayWrapper
DEPollPort.java191 private Event poll() throws IOException { in poll() method in EPollPort.EventHandlerTask
DServerSocketChannelImpl.java352 int poll(int events, long timeout) throws IOException { in poll() method in ServerSocketChannelImpl
DSocketChannelImpl.java995 int poll(int events, long timeout) throws IOException { in poll() method in SocketChannelImpl
/libcore/ojluni/src/main/java/java/lang/ref/
DReferenceQueue.java148 public Reference<? extends T> poll() { in poll() method in ReferenceQueue
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractQueueTest.java87 public E poll() { in poll() method in AbstractQueueTest

12