HomeSort by relevance Sort by last modified time
    Searched full:configureblocking (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /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/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...]
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);
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...]
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...]
SelectableChannelTest.java 52 public SelectableChannel configureBlocking(boolean block)
SourceChannelTest.java 162 sink.configureBlocking(sinkBlockingMode[i]);
163 source.configureBlocking(sourceBlockingMode[i]);
305 sink.configureBlocking(sinkBlockingMode[i]);
306 source.configureBlocking(sourceBlockingMode[i]);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
PipeTest.java 25 p.source().configureBlocking(false);
SelectorTest.java 39 ssc.configureBlocking(false);
43 sc.configureBlocking(false);
116 ssc.configureBlocking(false);
123 sc.configureBlocking(false);
157 ssc.configureBlocking(false);
164 sc.configureBlocking(false);
SocketChannelTest.java 76 sc.configureBlocking(false);
105 sc.configureBlocking(true);
126 sc.configureBlocking(true);
259 sc.configureBlocking(false);
370 channel1.configureBlocking(false);
OldSocketChannelTest.java 139 this.channel1.configureBlocking(false);
152 this.channel1.configureBlocking(false);
252 channel1.configureBlocking(false);
ChannelsTest.java 69 sourceChannel.configureBlocking(false);
  /libcore/ojluni/src/main/native/
IOUtil.c 74 configureBlocking(int fd, jboolean blocking)
86 if (configureBlocking(fdval(env, fdo), blocking) < 0)
100 if ((configureBlocking(fd[0], JNI_FALSE) < 0)
101 || (configureBlocking(fd[1], JNI_FALSE) < 0)) {
214 NATIVE_METHOD(IOUtil, configureBlocking, "(Ljava/io/FileDescriptor;Z)V"),
sun_nio_fs_LinuxWatchService.h 52 * Method: configureBlocking
  /libcore/ojluni/src/main/java/sun/nio/ch/
ChannelInputStream.java 64 // sc.configureBlocking(block);
68 // sc.configureBlocking(bm);
SocketAdaptor.java 105 sc.configureBlocking(false);
128 sc.configureBlocking(true);
208 sc.configureBlocking(false);
230 sc.configureBlocking(true);
ServerSocketAdaptor.java 106 ssc.configureBlocking(false);
125 ssc.configureBlocking(true);
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerMain.java 43 channel.configureBlocking(false);
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 67 // Lock for registration and configureBlocking operations
284 public final SelectableChannel configureBlocking(boolean block)
303 * <p> This method is invoked by the {@link #configureBlocking
304 * configureBlocking} method in order to perform the actual work of
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
N1.java 55 ssc.configureBlocking(false);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
N1.java 55 ssc.configureBlocking(false);
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 175 * #configureBlocking(boolean) configureBlocking} method is in progress
315 public abstract SelectableChannel configureBlocking(boolean block)
335 * Retrieves the object upon which the {@link #configureBlocking
336 * configureBlocking} and {@link #register register} methods synchronize.

Completed in 6913 milliseconds

1 2 3 4 5 6 7