Searched defs:shouldTimeout (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DAdaptDatagramSocket.java47 boolean shouldTimeout)
66 if (shouldTimeout) {
91 int timeout, boolean shouldTimeout,
122 test(ds, dst, shouldTimeout);
46 test(DatagramSocket ds, InetSocketAddress dst, boolean shouldTimeout) argument
90 test(InetSocketAddress dst, int timeout, boolean shouldTimeout, boolean connect) argument
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DAdaptServerSocket.java78 static void test(int clientDally, int timeout, boolean shouldTimeout) argument
100 if (shouldTimeout)
105 if (shouldTimeout && (so != null))
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAdaptSocket.java40 boolean shouldTimeout)
69 if (shouldTimeout) {
94 static void testRead(Socket so, boolean shouldTimeout) argument
108 if (shouldTimeout) {
118 boolean shouldTimeout)
136 testRead(so, shouldTimeout);
138 testRead(so, shouldTimeout);
38 test(TestServers.DayTimeServer dayTimeServer, int timeout, boolean shouldTimeout) argument
116 testRead(TestServers.EchoServer echoServer, int timeout, boolean shouldTimeout) argument

Completed in 29 milliseconds