/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | AbstractSelectableChannelTest.java | 89 testChannel.configureBlocking(false); in test_isBlocking() 91 testChannel.configureBlocking(true); in test_isBlocking() 113 sc.configureBlocking(false); in test_register_LSelectorILObject() 127 channel.configureBlocking(false); in test_register_LSelectorILObject() 143 msc.configureBlocking(false); in test_register_LSelectorILObject_IllegalArgument() 181 msc.configureBlocking(true); in test_register_LSelectorILObject_IllegalArgument() 212 sc.configureBlocking(false); in test_register_LSelectorILObject_IllegalArgument() 237 sc.configureBlocking(false); in test_keyfor_LSelector() 258 sc.configureBlocking(false); in test_configureBlocking_Z_IllegalBlockingMode() 263 SelectableChannel getChannel = sc.configureBlocking(false); in test_configureBlocking_Z_IllegalBlockingMode() [all …]
|
D | AbstractSelectorTest.java | 117 ssc.configureBlocking(false); in test_register_LSelectorI() 133 ssc.configureBlocking(false); in test_register_LSelectorI_error() 146 ssc.configureBlocking(true); in test_register_LSelectorI_error() 154 ssc.configureBlocking(false); in test_register_LSelectorI_error()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SelectorTest.java | 40 ssc.configureBlocking(false); in testNonBlockingConnect_immediate() 44 sc.configureBlocking(false); in testNonBlockingConnect_immediate() 62 sc.configureBlocking(false); in testNonBlockingConnect_slow() 135 ssc.configureBlocking(false); in test_57456() 142 sc.configureBlocking(false); in test_57456() 176 ssc.configureBlocking(false); in test28318596() 183 sc.configureBlocking(false); in test28318596()
|
D | PipeTest.java | 25 p.source().configureBlocking(false); in test_readEmptyPipe()
|
D | SocketChannelTest.java | 67 sc.configureBlocking(false); in test_56684() 96 sc.configureBlocking(true); in test_channelSocketOutputStreamClosureState() 117 sc.configureBlocking(true); in test_channelSocketInputStreamClosureState() 250 sc.configureBlocking(false); in test_connect_nonBlocking() 358 channel1.configureBlocking(false); in test_shutdownInput()
|
D | ChannelsTest.java | 56 sourceChannel.configureBlocking(false); in createNonBlockingChannel()
|
D | OldSocketChannelTest.java | 139 this.channel1.configureBlocking(false); in testIsConnected() 152 this.channel1.configureBlocking(false); in testIsConnectionPending() 252 channel1.configureBlocking(false); in test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectorTest.java | 55 ssc.configureBlocking(false); in setUp() 117 sc.configureBlocking(false); in test_keys() 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 …]
|
D | DatagramChannelTest.java | 314 dc.configureBlocking(false); in testSocket_NonBlock_BasicStatusAfterConnect() 376 this.channel1.configureBlocking(false); in testSocket_NonBlock_ActionsAfterConnect() 446 this.channel1.configureBlocking(false); in testConnect_NonBlockWithServer() 628 this.channel1.configureBlocking(false); in testDisconnect_NonBlockWithServerChannelClosed() 653 this.channel1.configureBlocking(false); in testDisconnect_NonBlockWithServerServerClosed() 700 this.channel1.configureBlocking(false); in testReceive_UnconnectedBufEmpty() 800 this.channel1.configureBlocking(false); in testReceive_NonBlockNoServerBufEmpty() 816 this.channel1.configureBlocking(false); in testReceive_NonBlockNoServerNull() 832 this.channel1.configureBlocking(false); in testReceive_NonBlockNoServerReadonly() 840 this.channel1.configureBlocking(false); in testReceive_NonBlockNoServerBufZero() [all …]
|
D | ServerSocketChannelTest.java | 269 this.serverChannel.configureBlocking(false); in testSocket_NonBlock_BeforeClose() 296 this.serverChannel.configureBlocking(false); in testSocket_NonBlock_Closed() 350 this.serverChannel.configureBlocking(false); in testAccept_NonBlock_NotYetBound() 396 this.serverChannel.configureBlocking(false); in testAccept_NonBlock_NoConnect() 443 serverChannel.configureBlocking(false); in test_read_NonBlocking_RealData() 483 serverChannel.configureBlocking(false); in test_write_NonBlocking_RealData() 548 serverChannel.configureBlocking(false); in test_read_LByteBuffer_NonBlocking_ReadWriteRealLargeData() 573 serverChannel.configureBlocking(false); in test_write_LByteBuffer_NonBlocking_ReadWriteRealLargeData() 672 sc.configureBlocking(false); in test_accept_SOTIMEOUT() 700 serverChannel.configureBlocking(true); in test_socket_accept_Blocking_NotBound() [all …]
|
D | UnixSelectorTest.java | 35 serverChannel.configureBlocking(false); in Server() 77 socketChannel.configureBlocking(false); in testSelectorAcceptAndRead() 94 socketChannel2.configureBlocking(false); in testSelectUnConnectedChannel()
|
D | SocketChannelTest.java | 365 this.channel1.configureBlocking(false); in testSocket_NonBlock_BasicStatusAfterConnect() 411 this.channel1.configureBlocking(false); in testSocket_NonBlock_ActionsAfterConnectBeforeFinish() 428 this.channel1.configureBlocking(false); in testSocket_NonBlock_ActionsAfterConnectAfterFinish() 786 this.channel1.configureBlocking(false); in testCFII_ServerClosed_NonBlock() 857 this.channel1.configureBlocking(false); in testCFII_ServerStartLater_NonBlock() 880 this.channel1.configureBlocking(false); in testCFII_FinishTwice_NoServer_NonBlock() 957 this.channel1.configureBlocking(false); in testCFII_ConnectAfterFinish_NoServer_NonBlock() 1099 this.channel1.configureBlocking(false); in testCFII_ConnectTwice_NoServer_NonBlock() 1197 this.channel1.configureBlocking(false); in testCFII_ConnectTwice_Server_NonBlock() 1277 this.channel1.configureBlocking(false); in testCFII_FinishFirst_NoServer_NonBlock() [all …]
|
D | SinkChannelTest.java | 77 sink.configureBlocking(sinkBlockingMode[i]); in test_write_LByteBuffer() 78 source.configureBlocking(sourceBlockingMode[i]); in test_write_LByteBuffer() 186 sink.configureBlocking(sinkBlockingMode[i]); in test_write_$LByteBuffer() 187 source.configureBlocking(sourceBlockingMode[i]); in test_write_$LByteBuffer() 285 sink.configureBlocking(sinkBlockingMode[i]); in test_write_$LByteBufferII() 286 source.configureBlocking(sourceBlockingMode[i]); in test_write_$LByteBufferII()
|
D | SourceChannelTest.java | 162 sink.configureBlocking(sinkBlockingMode[i]); in test_read_$LByteBuffer() 163 source.configureBlocking(sourceBlockingMode[i]); in test_read_$LByteBuffer() 305 sink.configureBlocking(sinkBlockingMode[i]); in test_read_$LByteBufferII() 306 source.configureBlocking(sourceBlockingMode[i]); in test_read_$LByteBufferII()
|
D | SelectableChannelTest.java | 52 public SelectableChannel configureBlocking(boolean block) in configureBlocking() method in SelectableChannelTest.MockSelectableChannel
|
/libcore/ojluni/src/main/native/ |
D | IOUtil.c | 71 configureBlocking(int fd, jboolean blocking) in configureBlocking() function 83 if (configureBlocking(fdval(env, fdo), blocking) < 0) in IOUtil_configureBlocking() 97 if ((configureBlocking(fd[0], JNI_FALSE) < 0) in IOUtil_makePipe() 98 || (configureBlocking(fd[1], JNI_FALSE) < 0)) { in IOUtil_makePipe() 212 NATIVE_METHOD(IOUtil, configureBlocking, "(Ljava/io/FileDescriptor;Z)V"),
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SelectableChannel.java | 312 public abstract SelectableChannel configureBlocking(boolean block) in configureBlocking() method in SelectableChannel
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 109 ssc.configureBlocking(false); in accept() 134 ssc.configureBlocking(true); in accept()
|
D | SocketAdaptor.java | 112 sc.configureBlocking(false); in connect() 140 sc.configureBlocking(true); in connect() 225 sc.configureBlocking(false); in read() 254 sc.configureBlocking(true); in read()
|
D | ServerSocketChannelImpl.java | 255 IOUtil.configureBlocking(newfd, true); in accept() 274 IOUtil.configureBlocking(fd, block); in implConfigureBlocking()
|
D | DatagramSocketAdaptor.java | 182 dc.configureBlocking(false); in receive() 210 dc.configureBlocking(true); in receive()
|
D | SinkChannelImpl.java | 112 IOUtil.configureBlocking(fd, block); in implConfigureBlocking()
|
D | SourceChannelImpl.java | 113 IOUtil.configureBlocking(fd, block); in implConfigureBlocking()
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractSelectableChannel.java | 278 public final SelectableChannel configureBlocking(boolean block) in configureBlocking() method in AbstractSelectableChannel
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | SocketTaggingTest.java | 85 server.configureBlocking(false); in setUp()
|