HomeSort by relevance Sort by last modified time
    Searched refs:configureBlocking (Results 1 - 25 of 62) sorted by null

1 2 3

  /libcore/luni/src/test/java/libcore/java/nio/channels/
PipeTest.java 25 p.source().configureBlocking(false);
SelectorTest.java 40 ssc.configureBlocking(false);
44 sc.configureBlocking(false);
62 sc.configureBlocking(false);
135 ssc.configureBlocking(false);
142 sc.configureBlocking(false);
176 ssc.configureBlocking(false);
183 sc.configureBlocking(false);
ChannelsTest.java 56 sourceChannel.configureBlocking(false);
SocketChannelTest.java 67 sc.configureBlocking(false);
96 sc.configureBlocking(true);
117 sc.configureBlocking(true);
250 sc.configureBlocking(false);
358 channel1.configureBlocking(false);
OldSocketChannelTest.java 139 this.channel1.configureBlocking(false);
152 this.channel1.configureBlocking(false);
252 channel1.configureBlocking(false);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 89 testChannel.configureBlocking(false);
91 testChannel.configureBlocking(true);
113 sc.configureBlocking(false);
127 channel.configureBlocking(false);
143 msc.configureBlocking(false);
181 msc.configureBlocking(true);
212 sc.configureBlocking(false);
237 sc.configureBlocking(false);
254 * @tests AbstractSelectableChannel#configureBlocking(boolean)
258 sc.configureBlocking(false)
    [all...]
AbstractSelectorTest.java 117 ssc.configureBlocking(false);
133 ssc.configureBlocking(false);
146 ssc.configureBlocking(true);
154 ssc.configureBlocking(false);
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 172 * #configureBlocking(boolean) configureBlocking} method is in progress
312 public abstract SelectableChannel configureBlocking(boolean block)
332 * Retrieves the object upon which the {@link #configureBlocking
333 * configureBlocking} and {@link #register register} methods synchronize.
  /libcore/ojluni/src/main/native/
IOUtil.c 71 configureBlocking(int fd, jboolean blocking)
83 if (configureBlocking(fdval(env, fdo), blocking) < 0)
97 if ((configureBlocking(fd[0], JNI_FALSE) < 0)
98 || (configureBlocking(fd[1], JNI_FALSE) < 0)) {
212 NATIVE_METHOD(IOUtil, configureBlocking, "(Ljava/io/FileDescriptor;Z)V"),
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
InheritedChannelConnector.java 63 _acceptChannel.configureBlocking(true);
BlockingChannelConnector.java 123 _acceptChannel.configureBlocking(true);
144 channel.configureBlocking(true);
SelectChannelConnector.java 110 channel.configureBlocking(false);
182 _acceptChannel.configureBlocking(true);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 55 ssc.configureBlocking(false);
117 sc.configureBlocking(false);
338 sc.configureBlocking(false);
362 pipe.source().configureBlocking(false);
395 sc.configureBlocking(false);
443 channel.configureBlocking(false);
504 sc.configureBlocking(false);
544 ssc.configureBlocking(true);
547 sc.configureBlocking(false);
549 client.configureBlocking(true)
    [all...]
ServerSocketChannelTest.java 269 this.serverChannel.configureBlocking(false);
296 this.serverChannel.configureBlocking(false);
350 this.serverChannel.configureBlocking(false);
396 this.serverChannel.configureBlocking(false);
443 serverChannel.configureBlocking(false);
483 serverChannel.configureBlocking(false);
548 serverChannel.configureBlocking(false);
573 serverChannel.configureBlocking(false);
672 sc.configureBlocking(false);
700 serverChannel.configureBlocking(true)
    [all...]
DatagramChannelTest.java 314 dc.configureBlocking(false);
376 this.channel1.configureBlocking(false);
446 this.channel1.configureBlocking(false);
628 this.channel1.configureBlocking(false);
653 this.channel1.configureBlocking(false);
700 this.channel1.configureBlocking(false);
800 this.channel1.configureBlocking(false);
816 this.channel1.configureBlocking(false);
832 this.channel1.configureBlocking(false);
840 this.channel1.configureBlocking(false)
    [all...]
UnixSelectorTest.java 35 serverChannel.configureBlocking(false);
77 socketChannel.configureBlocking(false);
94 socketChannel2.configureBlocking(false);
SelectableChannelTest.java 52 public SelectableChannel configureBlocking(boolean block)
SinkChannelTest.java 77 sink.configureBlocking(sinkBlockingMode[i]);
78 source.configureBlocking(sourceBlockingMode[i]);
186 sink.configureBlocking(sinkBlockingMode[i]);
187 source.configureBlocking(sourceBlockingMode[i]);
285 sink.configureBlocking(sinkBlockingMode[i]);
286 source.configureBlocking(sourceBlockingMode[i]);
SocketChannelTest.java 365 this.channel1.configureBlocking(false);
411 this.channel1.configureBlocking(false);
428 this.channel1.configureBlocking(false);
786 this.channel1.configureBlocking(false);
857 this.channel1.configureBlocking(false);
880 this.channel1.configureBlocking(false);
957 this.channel1.configureBlocking(false);
    [all...]
SourceChannelTest.java 162 sink.configureBlocking(sinkBlockingMode[i]);
163 source.configureBlocking(sourceBlockingMode[i]);
305 sink.configureBlocking(sinkBlockingMode[i]);
306 source.configureBlocking(sourceBlockingMode[i]);
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.java 109 ssc.configureBlocking(false);
134 ssc.configureBlocking(true);
SocketAdaptor.java 112 sc.configureBlocking(false);
140 sc.configureBlocking(true);
225 sc.configureBlocking(false);
254 sc.configureBlocking(true);
ServerSocketChannelImpl.java 255 IOUtil.configureBlocking(newfd, true);
274 IOUtil.configureBlocking(fd, block);
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerMain.java 43 channel.configureBlocking(false);
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 39 socket.configureBlocking(true);

Completed in 1127 milliseconds

1 2 3