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

1 2

  /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);
154 ssc.configureBlocking(false);
161 sc.configureBlocking(false);
ChannelsTest.java 56 sourceChannel.configureBlocking(false);
SocketChannelTest.java 80 sc.configureBlocking(false);
103 sc.configureBlocking(true);
124 sc.configureBlocking(true);
257 sc.configureBlocking(false);
OldSocketChannelTest.java 137 this.channel1.configureBlocking(false);
150 this.channel1.configureBlocking(false);
250 channel1.configureBlocking(false);
DatagramChannelTest.java 60 dc.configureBlocking(false);
ServerSocketChannelTest.java 37 ssc.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 116 ssc.configureBlocking(false);
132 ssc.configureBlocking(false);
145 ssc.configureBlocking(true);
153 ssc.configureBlocking(false);
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 44 * Gets the blocking lock which synchronizes the {@code configureBlocking}
71 public abstract SelectableChannel configureBlocking(boolean block)
116 * method or the {@code configureBlocking(boolean} method then this call is
155 * method or the {@code configureBlocking(boolean)} method then this call is
  /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 310 dc.configureBlocking(false);
372 this.channel1.configureBlocking(false);
442 this.channel1.configureBlocking(false);
624 this.channel1.configureBlocking(false);
649 this.channel1.configureBlocking(false);
696 this.channel1.configureBlocking(false);
796 this.channel1.configureBlocking(false);
812 this.channel1.configureBlocking(false);
828 this.channel1.configureBlocking(false);
836 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 362 this.channel1.configureBlocking(false);
408 this.channel1.configureBlocking(false);
425 this.channel1.configureBlocking(false);
783 this.channel1.configureBlocking(false);
854 this.channel1.configureBlocking(false);
877 this.channel1.configureBlocking(false);
954 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]);
SelectionKeyTest.java 46 sc.configureBlocking(false);
  /external/smack/src/org/xbill/DNS/
Client.java 22 channel.configureBlocking(false);
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 206 * {@code configureBlocking}.
221 * @see java.nio.channels.SelectableChannel#configureBlocking(boolean)
235 public final SelectableChannel configureBlocking(boolean blockingMode) throws IOException {
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 149 tunnel.configureBlocking(false);
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 88 s.configureBlocking(false);
SocketTest.java 98 out.configureBlocking(false);
OldSocketTest.java     [all...]

Completed in 1525 milliseconds

1 2