/libcore/ojluni/src/main/java/java/nio/file/ |
D | WatchService.java | 139 WatchKey poll(); in poll() method 159 WatchKey poll(long timeout, TimeUnit unit) in poll() method
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionService.java | 107 Future<V> poll(); in poll() method 123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; in poll() method
|
D | ExecutorCompletionService.java | 198 public Future<V> poll() { in poll() method in ExecutorCompletionService 202 public Future<V> poll(long timeout, TimeUnit unit) in poll() method in ExecutorCompletionService
|
D | BlockingDeque.java | 538 E poll(); in poll() method 564 E poll(long timeout, TimeUnit unit) in poll() method
|
D | BlockingQueue.java | 277 E poll(long timeout, TimeUnit unit) in poll() method
|
D | DelayQueue.java | 189 public E poll() { in poll() method in DelayQueue 253 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in DelayQueue
|
D | LinkedBlockingQueue.java | 456 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedBlockingQueue 481 public E poll() { in poll() method in LinkedBlockingQueue
|
D | PriorityBlockingQueue.java | 532 public E poll() { in poll() method in PriorityBlockingQueue 555 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in PriorityBlockingQueue
|
D | ArrayBlockingQueue.java | 372 public E poll() { in poll() method in ArrayBlockingQueue 394 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in ArrayBlockingQueue
|
D | SynchronousQueue.java | 936 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in SynchronousQueue 950 public E poll() { in poll() method in SynchronousQueue
|
D | ScheduledThreadPoolExecutor.java | 1100 public RunnableScheduledFuture<?> poll() { in poll() method in ScheduledThreadPoolExecutor.DelayedWorkQueue 1147 public RunnableScheduledFuture<?> poll(long timeout, TimeUnit unit) in poll() method in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
D | LinkedTransferQueue.java | 1355 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedTransferQueue 1362 public E poll() { in poll() method in LinkedTransferQueue
|
D | LinkedBlockingDeque.java | 675 public E poll() { in poll() method in LinkedBlockingDeque 683 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in LinkedBlockingDeque
|
D | ConcurrentLinkedQueue.java | 339 public E poll() { in poll() method in ConcurrentLinkedQueue
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | AbstractWatchService.java | 96 public final WatchKey poll() { in poll() method in AbstractWatchService 104 public final WatchKey poll(long timeout, TimeUnit unit) in poll() method in AbstractWatchService
|
D | LinuxWatchService.java | 490 private static native int poll(int fd1, int fd2) throws UnixException; in poll() method in LinuxWatchService
|
/libcore/ojluni/src/main/java/java/util/ |
D | Queue.java | 190 E poll(); in poll() method
|
D | Deque.java | 452 E poll(); in poll() method
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | AbstractQueueTest.java | 36 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/ |
D | PollArrayWrapper.java | 114 int poll(int numfds, int offset, long timeout) { in poll() method in PollArrayWrapper
|
D | EPollPort.java | 191 private Event poll() throws IOException { in poll() method in EPollPort.EventHandlerTask
|
D | ServerSocketChannelImpl.java | 352 int poll(int events, long timeout) throws IOException { in poll() method in ServerSocketChannelImpl
|
D | SocketChannelImpl.java | 995 int poll(int events, long timeout) throws IOException { in poll() method in SocketChannelImpl
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
D | ReferenceQueue.java | 148 public Reference<? extends T> poll() { in poll() method in ReferenceQueue
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | AbstractQueueTest.java | 87 public E poll() { in poll() method in AbstractQueueTest
|