Searched defs:timeout (Results 26 - 50 of 273) sorted by relevance

1234567891011

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DInet4AddressImpl.java38 private native boolean isReachable0(byte[] addr, int timeout, byte[] ifaddr, int ttl) throws IOException; argument
56 public boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, int ttl) throws IOException { argument
H A DInetAddressImpl.java46 boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, argument
H A DInet6AddressImpl.java50 private native boolean isReachable0(byte[] addr, int scope, int timeout, argument
54 public boolean isReachable(InetAddress addr, int timeout, argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DCompletedFuture.java66 public T get(long timeout, TimeUnit unit) throws ExecutionException { argument
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DCompletedFuture.java74 public V get(long timeout, TimeUnit unit) throws ExecutionException { argument
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java78 protected int doSelect(long timeout) argument
/openjdk9/jdk/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCardTerminals.java185 public abstract boolean waitForChange(long timeout) throws CardException; argument
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DNotificationBuffer.java62 fetchNotifications(NotificationBufferFilter filter, long startSequenceNumber, long timeout, int maxNotifications) argument
/openjdk9/jdk/test/java/awt/regtesthelpers/
H A DWaypoint.java49 synchronized public void requireClear(long timeout) argument
59 synchronized public void requireClear(String timeOutMsg, long timeout) argument
/openjdk9/jdk/test/com/sun/net/httpserver/bugs/
H A DB6401598.java127 static HttpURLConnection getHttpURLConnection(URL url, int timeout) throws IOException { argument
/openjdk9/jdk/test/java/nio/channels/SocketChannel/
H A DAdaptSocket.java40 test(TestServers.DayTimeServer dayTimeServer, int timeout, boolean shouldTimeout) argument
123 testRead(TestServers.EchoServer echoServer, int timeout, boolean shouldTimeout) argument
/openjdk9/jdk/test/java/nio/channels/ServerSocketChannel/
H A DAdaptServerSocket.java77 static void test(int clientDally, int timeout, boolean shouldTimeout) argument
/openjdk9/jdk/test/java/nio/channels/DatagramChannel/
H A DAdaptDatagramSocket.java91 test(InetSocketAddress dst, int timeout, boolean shouldTimeout, boolean connect) argument
/openjdk9/jdk/test/java/nio/channels/
H A DTestThread.java62 int finish(long timeout) { argument
75 void finishAndThrow(long timeout) throws Exception { argument
/openjdk9/langtools/test/tools/javac/defaultMethods/
H A DNeg13.java16 default void wait(long timeout) { } argument
17 default void wait(long timeout, int nanos) { } argument
/openjdk9/langtools/test/tools/javac/redefineObject/java.base/java/lang/
H A DObject2.java15 public final native void wait(long timeout) throws InterruptedException; argument
16 public native final void wait(long timeout, int nanos) throws InterruptedException; argument
H A DObject1.java15 public final native void wait(long timeout) throws InterruptedException; argument
16 public native final void wait(long timeout, int nanos) throws InterruptedException; argument
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DTestThread.java160 public void joinAndThrow(long timeout) throws InterruptedException, argument
194 public Throwable joinAndReturn(long timeout) throws InterruptedException { argument
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCountDownLatch.java276 public boolean await(long timeout, TimeUnit unit) argument
H A DExecutorService.java211 boolean awaitTermination(long timeout, TimeUnit unit) argument
319 invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
368 invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
[all...]
H A DExecutorCompletionService.java199 public Future<V> poll(long timeout, TimeUnit unit) argument
/openjdk9/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java346 public abstract boolean awaitTermination(long timeout, TimeUnit unit) argument
/openjdk9/jdk/src/java.base/macosx/native/libnio/ch/
H A DKQueue.c78 struct timespec timeout = {0, 0}; local
/openjdk9/jdk/src/java.base/share/classes/java/lang/ref/
H A DReferenceQueue.java140 public Reference<? extends T> remove(long timeout) argument
[all...]
/openjdk9/jdk/src/java.base/unix/native/libnet/
H A DSocketInputStream.c49 static int NET_ReadWithTimeout(JNIEnv *env, int fd, char *bufP, int len, long timeout) { argument
89 Java_java_net_SocketInputStream_socketRead0(JNIEnv *env, jobject this, jobject fdObj, jbyteArray data, jint off, jint len, jint timeout) argument

Completed in 247 milliseconds

1234567891011