| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | BlockingDeque.java | 324 boolean offerFirst(E e, long timeout, TimeUnit unit) in offerFirst() 346 boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast() 380 E pollFirst(long timeout, TimeUnit unit) in pollFirst() 396 E pollLast(long timeout, TimeUnit unit) in pollLast() 513 boolean offer(E e, long timeout, TimeUnit unit) in offer() 564 E poll(long timeout, TimeUnit unit) in poll()
|
| D | ExecutorService.java | 200 boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination() 309 long timeout, TimeUnit unit) in invokeAll() 358 long timeout, TimeUnit unit) in invokeAny()
|
| D | BlockingQueue.java | 253 boolean offer(E e, long timeout, TimeUnit unit) in offer() 277 E poll(long timeout, TimeUnit unit) in poll()
|
| D | Future.java | 168 V get(long timeout, TimeUnit unit) in get()
|
| D | CompletionService.java | 123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; in poll()
|
| D | TransferQueue.java | 134 boolean tryTransfer(E e, long timeout, TimeUnit unit) in tryTransfer()
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | SelectorImpl.java | 78 protected abstract int doSelect(long timeout) throws IOException; in doSelect() 80 private int lockAndDoSelect(long timeout) throws IOException { in lockAndDoSelect() 92 public int select(long timeout) in select()
|
| D | AsynchronousSocketChannelImpl.java | 218 long timeout, in implRead() 227 long timeout, in read() 288 long timeout, in read() 304 long timeout, in read() 327 long timeout, in implWrite() 336 long timeout, in write() 392 long timeout, in write() 406 long timeout, in write()
|
| D | PollArrayWrapper.java | 114 int poll(int numfds, int offset, long timeout) { in poll() 123 private native int poll0(long pollAddress, int numfds, long timeout); in poll0()
|
| D | ServerSocketAdaptor.java | 48 private volatile int timeout = 0; field in ServerSocketAdaptor 152 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout()
|
| D | PollSelectorImpl.java | 65 protected int doSelect(long timeout) in doSelect()
|
| /libcore/ojluni/src/main/java/java/net/ |
| D | AbstractPlainSocketImpl.java | 51 int timeout; // timeout in millisec field in AbstractPlainSocketImpl 170 protected void connect(SocketAddress address, int timeout) in connect() 196 private void connectToAddress(InetAddress address, int port, int timeout) throws IOException { in connectToAddress() 198 doConnect(InetAddress.getLocalHost(), port, timeout); in connectToAddress() local 346 synchronized void doConnect(InetAddress address, int port, int timeout) throws IOException { in doConnect() 725 abstract void socketConnect(InetAddress address, int port, int timeout) in socketConnect()
|
| D | SocketInputStream.java | 94 int timeout) in socketRead0() 112 int timeout) in socketRead() 142 int read(byte b[], int off, int length, int timeout) throws IOException { in read()
|
| D | Inet6AddressImpl.java | 158 …public boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, int ttl) throws … in isReachable() 194 private boolean tcpEcho(InetAddress addr, int timeout, InetAddress sourceAddr, int ttl) in tcpEcho() 218 protected boolean icmpEcho(InetAddress addr, int timeout, InetAddress sourceAddr, int ttl) in icmpEcho()
|
| D | SocksSocketImpl.java | 80 final int timeout) in privilegedConnect() 99 int timeout) throws IOException { in superConnectServer() 327 protected void connect(SocketAddress endpoint, int timeout) throws IOException { in connect()
|
| D | InetAddressImpl.java | 66 boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, in isReachable()
|
| /libcore/ojluni/src/main/native/ |
| D | PollArrayWrapper.c | 42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout) in ipoll() 74 jlong timeout) in Java_sun_nio_ch_PollArrayWrapper_poll0()
|
| D | linux_close.cpp | 163 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { in NET_Poll() 168 fd_set *exceptfds, struct timeval *timeout) { in NET_Select() 184 int NET_Timeout(int s, long timeout) { in NET_Timeout()
|
| /libcore/ojluni/src/main/java/java/nio/channels/ |
| D | AsynchronousSocketChannel.java | 402 long timeout, in read() 512 long timeout, in read() 559 long timeout, in write() 663 long timeout, in write()
|
| D | Selector.java | 329 public abstract int select(long timeout) in select()
|
| /libcore/ojluni/src/main/java/java/nio/file/ |
| D | WatchService.java | 159 WatchKey poll(long timeout, TimeUnit unit) in poll()
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | ServerSocketConcurrentCloseTest.java | 185 public boolean awaitStart(long timeout, TimeUnit timeUnit) throws InterruptedException { in awaitStart() 224 public boolean awaitStart(long timeout, TimeUnit timeUnit) throws InterruptedException { in awaitStart() 228 public boolean awaitShutdown(long timeout, TimeUnit timeUnit) throws InterruptedException { in awaitShutdown()
|
| /libcore/luni/src/main/java/java/lang/ref/ |
| D | FinalizerReference.java | 87 public static void finalizeAllEnqueued(long timeout) throws InterruptedException { in finalizeAllEnqueued() 155 synchronized void awaitFinalization(long timeout) throws InterruptedException { in awaitFinalization()
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | Process.java | 186 public boolean waitFor(long timeout, TimeUnit unit) in waitFor()
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| D | Cache.java | 111 public abstract void setTimeout(int timeout); in setTimeout() 131 public static <K,V> Cache<K,V> newSoftMemoryCache(int size, int timeout) { in newSoftMemoryCache() 156 public static <K,V> Cache<K,V> newHardMemoryCache(int size, int timeout) { in newHardMemoryCache() 235 public void setTimeout(int timeout) { in setTimeout() 432 public synchronized void setTimeout(int timeout) { in setTimeout()
|