Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 30) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java75 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 …]
DSelectorTest.java42 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
DServerSocketChannelTest.java172 ServerSocketChannel sc = ServerSocketChannel.open(); in test_setOption() local
DOldSocketChannelTest.java302 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_DirectByteBuffer() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionContextTest.java25 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/
DAbstractSelectableChannelTest.java112 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/
DServerSocketAdaptor.java100 SocketChannel sc = ssc.accept(); in accept() local
108 SocketChannel sc; in accept() local
DSocketAdaptor.java54 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()
DChannelInputStream.java57 SelectableChannel sc = (SelectableChannel)ch; in read() local
DFileDispatcher.java59 abstract boolean canTransferToDirectly(SelectableChannel sc); in canTransferToDirectly()
DPollArrayWrapper.java74 void addEntry(SelChImpl sc) { in addEntry()
DServerSocketChannelImpl.java239 SocketChannel sc = null; in accept() local
DFileDispatcherImpl.java133 boolean canTransferToDirectly(java.nio.channels.SelectableChannel sc) { in canTransferToDirectly()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSecureCacheResponseTest.java35 SecureCacheResponse sc = new MockCacheResponse(); in testSecureCacheResponse() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java116 SocketChannel sc = SocketChannel.open(); in test_keys() local
151 SocketChannel sc = SocketChannel.open(); in test_selectedKeys() local
DSocketChannelTest.java211 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 …]
DSinkChannelTest.java468 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_close() local
493 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_write() local
DSelectionKeyTest.java36 SocketChannel sc; field in SelectionKeyTest
DChannelsTest.java598 SocketChannel sc = SocketChannel.open(); in test_newReader_LReadableByteChannel_LString() local
/libcore/luni/src/test/java/libcore/dalvik/system/
DSocketTaggingTest.java99 SocketChannel sc = SocketChannel.open(); in testSocketChannel() local
/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java95 SelectableChannel sc = (SelectableChannel)ch; in writeFully() local
DSocketChannel.java187 SocketChannel sc = open(); in open() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPrintStreamTest.java206 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/
DSerializationTest.java110 SerializableContainer1 sc = (SerializableContainer1) SerializationTester.deserializeHex(s); in testDeserializeNullUnserializableField() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureTest.java89 MySignature sc = new MySignature(); in testClone() local

12