Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java57 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_read_intoReadOnlyByteArrays() local
79 SocketChannel sc = SocketChannel.open(); in test_56684() local
102 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketOutputStreamClosureState() local
123 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); in test_channelSocketInputStreamClosureState() local
142 SocketChannel sc = SocketChannel.open(); in test_open_initialState() local
165 SocketChannel sc = SocketChannel.open(); in test_bind_unresolvedAddress() local
181 SocketChannel sc = SocketChannel.open(); in test_bind_socketStateSync() local
209 SocketChannel sc = SocketChannel.open(); in test_bind_socketObjectCreationAfterBind() local
236 SocketChannel sc = SocketChannel.open(); in test_connect_blocking() local
255 SocketChannel sc = SocketChannel.open(); in test_connect_nonBlocking() local
DSelectorTest.java43 SocketChannel sc = SocketChannel.open(); in testNonBlockingConnect_immediate() local
61 SocketChannel sc = SocketChannel.open(); in testNonBlockingConnect_slow() local
156 SocketChannel sc = SocketChannel.open(); in test_57456() local
DOldSocketChannelTest.java300 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/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.java208 SocketChannel sc = SocketChannel.open(); in test_getLocalSocketAddress_afterClose() local
2641 MockSocketChannel sc = new MockSocketChannel(null); in test_read$LByteBuffer() local
2794 MockSocketChannel sc = new MockSocketChannel(null); in test_write$LByteBuffer() local
2809 SocketChannel sc = SocketChannel.open(); in test_writev() local
2836 SocketChannel sc = SocketChannel.open(); in test_writev2() local
2874 SocketChannel sc = SocketChannel.open(); in test_write$NonBlockingException() local
3129 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_ByteBufferII_remoteClosed() local
3145 SocketChannel sc = SocketChannel.open(); in test_socketChannel_write_ByteBufferII() local
3167 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_ByteBufferII_bufNULL() local
3189 SocketChannel sc = SocketChannel.open(); in test_socketChannel_write_close() local
[all …]
DSinkChannelTest.java467 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_close() local
491 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_write() local
DSelectionKeyTest.java36 SocketChannel sc; field in SelectionKeyTest
DChannelsTest.java592 SocketChannel sc = SocketChannel.open(); in test_newReader_LReadableByteChannel_LString() local
DServerSocketChannelTest.java667 ServerSocketChannel sc = ServerSocketChannel.open(); in test_accept_SOTIMEOUT() local
/libcore/luni/src/main/java/java/nio/
DServerSocketChannelImpl.java128 SocketChannel sc = channelImpl.accept(); in accept() local
/libcore/luni/src/test/java/libcore/java/io/
DSerializationTest.java91 SerializableContainer sc = (SerializableContainer) SerializationTester.deserializeHex(s); in testDeserializeNullUnserializableField() local
112 SerializableContainer sc = new SerializableContainer(); in testSerializeUnserializableField() 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/org/apache/harmony/security/tests/java/security/
DSignatureTest.java88 MySignature sc = new MySignature(); in testClone() local
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java1541 Node<K,V>[] tab; int sc; in initTable() local
1592 Node<K,V>[] tab, nt; int sc; in addCount() local
1613 Node<K,V>[] nextTab; int sc; in helpTransfer() local
1633 int sc; in tryPresize() local
1811 Node<K,V> b; int n, sc; in treeifyBin() local
DForkJoinPool.java1380 int ps; long sc; in deregisterWorker() local
1728 long sc; in awaitWork() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java337 SocketChannel sc = SocketChannel.open(); in test_Constructor_LReadableByteChannel() local