/libcore/luni/src/main/java/java/util/concurrent/ |
D | BlockingDeque.java | 291 boolean offerFirst(E e, long timeout, TimeUnit unit) in offerFirst() 313 boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast() 347 E pollFirst(long timeout, TimeUnit unit) in pollFirst() 363 E pollLast(long timeout, TimeUnit unit) in pollLast() 476 boolean offer(E e, long timeout, TimeUnit unit) in offer() 527 E poll(long timeout, TimeUnit unit) in poll()
|
D | ExecutorService.java | 184 boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination() 291 long timeout, TimeUnit unit) in invokeAll() 338 long timeout, TimeUnit unit) in invokeAny()
|
D | BlockingQueue.java | 224 boolean offer(E e, long timeout, TimeUnit unit) in offer() 248 E poll(long timeout, TimeUnit unit) in poll()
|
D | Future.java | 140 V get(long timeout, TimeUnit unit) in get()
|
D | CompletionService.java | 96 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; in poll()
|
D | AbstractExecutorService.java | 200 long timeout, TimeUnit unit) in invokeAny() 236 long timeout, TimeUnit unit) in invokeAll()
|
D | LinkedBlockingDeque.java | 372 public boolean offerFirst(E e, long timeout, TimeUnit unit) in offerFirst() 394 public boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast() 476 public E pollFirst(long timeout, TimeUnit unit) in pollFirst() 494 public E pollLast(long timeout, TimeUnit unit) in pollLast() 621 public boolean offer(E e, long timeout, TimeUnit unit) in offer() 648 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
D | CountDownLatch.java | 251 public boolean await(long timeout, TimeUnit unit) in await()
|
D | Semaphore.java | 379 public boolean tryAcquire(long timeout, TimeUnit unit) in tryAcquire() 552 public boolean tryAcquire(int permits, long timeout, TimeUnit unit) in tryAcquire()
|
D | DelayQueue.java | 148 public boolean offer(E e, long timeout, TimeUnit unit) { in offer() 223 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
D | ExecutorCompletionService.java | 171 public Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
D | PriorityBlockingQueue.java | 208 public boolean offer(E e, long timeout, TimeUnit unit) { in offer() 241 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
D | CyclicBarrier.java | 396 public int await(long timeout, TimeUnit unit) in await()
|
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
D | SelectorTest.java | 515 private void assert_select_SelectorClosed(SelectType type, int timeout) in assert_select_SelectorClosed() 527 private void assert_select_OP_ACCEPT(SelectType type, int timeout) in assert_select_OP_ACCEPT() 561 private void assert_select_OP_CONNECT(SelectType type, int timeout) in assert_select_OP_CONNECT() 597 private void assert_select_OP_READ(SelectType type, int timeout) in assert_select_OP_READ() 670 private void assert_select_OP_WRITE(SelectType type, int timeout) in assert_select_OP_WRITE() 705 private int blockingSelect(SelectType type, int timeout) throws IOException { in blockingSelect() 720 private int selectOnce(SelectType type, int timeout) throws IOException { in selectOnce()
|
/libcore/luni/src/test/java/com/google/coretests/ |
D | CoreTestResult.java | 84 public CoreTestResult(int flags, int timeout) { in CoreTestResult() 143 CoreTestTimeout timeout = new CoreTestTimeout("Test timed out"); in runProtected() local
|
/libcore/luni/src/main/java/java/lang/ref/ |
D | ReferenceQueue.java | 99 public synchronized Reference<? extends T> remove(long timeout) throws IllegalArgumentException, in remove()
|
/libcore/luni/src/main/java/java/nio/channels/ |
D | Selector.java | 127 public abstract int select(long timeout) throws IOException; in select()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | QueryTimeoutTest.java | 225 private int timeout; field in QueryTimeoutTest.StatementExecutor 231 int timeout) { in StatementExecutor() 462 int timeout = (i % 2 == 0) ? TIMEOUT : 0; in testTimeoutWithExec() local 491 int timeout = (i % 2 == 0) ? TIMEOUT : 0; in testTimeoutWithExec() local
|
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
D | OSNetworkSystem.java | 46 public native void connect(FileDescriptor fd, InetAddress inetAddress, int port, int timeout) in connect() 51 public native boolean isConnected(FileDescriptor fd, int timeout) throws IOException; in isConnected() 79 int numReadable, int numWritable, long timeout, int[] flags) in select() 95 long timeout); in selectImpl()
|
D | INetworkSystem.java | 50 public boolean isConnected(FileDescriptor fd, int timeout) throws IOException; in isConnected() 74 public void connect(FileDescriptor fd, InetAddress inetAddress, int port, int timeout) in connect() 110 int numReadable, int numWritable, long timeout, int[] flags) in select()
|
/libcore/luni/src/main/java/java/net/ |
D | InetAddress.java | 733 public boolean isReachable(int timeout) throws IOException { in isReachable() 758 final int timeout) throws IOException { in isReachable() 774 final int ttl, final int timeout) in isReachableByMultiThread() 862 private boolean isReachableByTCP(InetAddress destination, InetAddress source, int timeout) in isReachableByTCP()
|
D | Socket.java | 626 public void setSoLinger(boolean on, int timeout) throws SocketException { in setSoLinger() 650 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() 947 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect()
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | AbstractSessionContext.java | 43 volatile int timeout; field in AbstractSessionContext 65 AbstractSessionContext(int maximumSize, int timeout) { in AbstractSessionContext()
|
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
D | SelectorImpl.java | 183 @Override public int select(long timeout) throws IOException { in select() 194 private int selectInternal(long timeout) throws IOException { in selectInternal()
|
/libcore/dalvik/src/main/native/ |
D | dalvik_system_TouchDex.cpp | 159 int cc, count, dexCount, timeout; in dalvik_system_TouchDex_trampoline() local
|