/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SocketChannelTest.java | 75 SocketChannel sc = SocketChannel.open(); in test_56684() local 104 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketOutputStreamClosureState() local 125 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketInputStreamClosureState() local 144 SocketChannel sc = SocketChannel.open(); in test_open_initialState() local 167 SocketChannel sc = SocketChannel.open(); in test_bind_unresolvedAddress() local 183 SocketChannel sc = SocketChannel.open(); in test_bind_socketStateSync() local 211 SocketChannel sc = SocketChannel.open(); in test_bind_socketObjectCreationAfterBind() local 238 SocketChannel sc = SocketChannel.open(); in test_connect_blocking() local 257 SocketChannel sc = SocketChannel.open(); in test_connect_nonBlocking() local 281 try (SocketChannel sc = SocketChannel.open(); in test_Socket_impl_notNull() [all …]
|
D | SelectorTest.java | 42 SocketChannel sc = SocketChannel.open(); in testNonBlockingConnect_immediate() local 118 SocketChannel sc = SocketChannel.open(); in test_57456() local 159 SocketChannel sc = SocketChannel.open(); in test28318596() local
|
D | ServerSocketChannelTest.java | 172 ServerSocketChannel sc = ServerSocketChannel.open(); in test_setOption() local
|
D | OldSocketChannelTest.java | 302 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_DirectByteBuffer() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSessionContextTest.java | 25 SSLSessionContext sc = context in test_sessionCacheSize() local 49 SSLSessionContext sc = context in test_sessionTimeout() local 72 SSLSessionContext sc = context in test_getSession() local 90 SSLSessionContext sc = context in test_getIds() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | AbstractSelectableChannelTest.java | 112 SocketChannel sc = SocketChannel.open(); in test_register_LSelectorILObject() local 211 SocketChannel sc = SocketChannel.open(); in test_register_LSelectorILObject_IllegalArgument() local 235 SocketChannel sc = SocketChannel.open(); in test_keyfor_LSelector() local 257 SocketChannel sc = SocketChannel.open(); in test_configureBlocking_Z_IllegalBlockingMode() local
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 100 SocketChannel sc = ssc.accept(); in accept() local 108 SocketChannel sc; in accept() local
|
D | SocketAdaptor.java | 54 private final SocketChannelImpl sc; field in SocketAdaptor 59 private SocketAdaptor(SocketChannelImpl sc) throws SocketException { in SocketAdaptor() 64 public static Socket create(SocketChannelImpl sc) { in create()
|
D | ChannelInputStream.java | 57 SelectableChannel sc = (SelectableChannel)ch; in read() local
|
D | FileDispatcher.java | 59 abstract boolean canTransferToDirectly(SelectableChannel sc); in canTransferToDirectly()
|
D | PollArrayWrapper.java | 74 void addEntry(SelChImpl sc) { in addEntry()
|
D | ServerSocketChannelImpl.java | 239 SocketChannel sc = null; in accept() local
|
D | FileDispatcherImpl.java | 133 boolean canTransferToDirectly(java.nio.channels.SelectableChannel sc) { in canTransferToDirectly()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SecureCacheResponseTest.java | 35 SecureCacheResponse sc = new MockCacheResponse(); in testSecureCacheResponse() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectorTest.java | 116 SocketChannel sc = SocketChannel.open(); in test_keys() local 151 SocketChannel sc = SocketChannel.open(); in test_selectedKeys() local
|
D | SocketChannelTest.java | 211 SocketChannel sc = SocketChannel.open(); in test_getLocalSocketAddress_afterClose() local 2644 MockSocketChannel sc = new MockSocketChannel(null); in test_read$LByteBuffer() local 2797 MockSocketChannel sc = new MockSocketChannel(null); in test_write$LByteBuffer() local 2812 SocketChannel sc = SocketChannel.open(); in test_writev() local 2839 SocketChannel sc = SocketChannel.open(); in test_writev2() local 2877 SocketChannel sc = SocketChannel.open(); in test_write$NonBlockingException() local 3130 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_ByteBufferII_remoteClosed() local 3146 SocketChannel sc = SocketChannel.open(); in test_socketChannel_write_ByteBufferII() local 3168 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_ByteBufferII_bufNULL() local 3190 SocketChannel sc = SocketChannel.open(); in test_socketChannel_write_close() local [all …]
|
D | SinkChannelTest.java | 468 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_close() local 493 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_write() local
|
D | SelectionKeyTest.java | 36 SocketChannel sc; field in SelectionKeyTest
|
D | ChannelsTest.java | 598 SocketChannel sc = SocketChannel.open(); in test_newReader_LReadableByteChannel_LString() local
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | SocketTaggingTest.java | 99 SocketChannel sc = SocketChannel.open(); in testSocketChannel() local
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | Channels.java | 95 SelectableChannel sc = (SelectableChannel)ch; in writeFully() local
|
D | SocketChannel.java | 187 SocketChannel sc = open(); in open() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PrintStreamTest.java | 206 char[] sc = new char[4000]; in test_print$C() local 376 char[] sc = new char[4000]; in test_println$C() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | SerializationTest.java | 110 SerializableContainer1 sc = (SerializableContainer1) SerializationTester.deserializeHex(s); in testDeserializeNullUnserializableField() local
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | SignatureTest.java | 89 MySignature sc = new MySignature(); in testClone() local
|