/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SocketChannelTest.java | 57 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
|
D | SelectorTest.java | 43 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
|
D | OldSocketChannelTest.java | 300 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/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 | 208 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 …]
|
D | SinkChannelTest.java | 467 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_close() local 491 SocketChannel sc = SocketChannel.open(); in test_socketChannel_read_write() local
|
D | SelectionKeyTest.java | 36 SocketChannel sc; field in SelectionKeyTest
|
D | ChannelsTest.java | 592 SocketChannel sc = SocketChannel.open(); in test_newReader_LReadableByteChannel_LString() local
|
D | ServerSocketChannelTest.java | 667 ServerSocketChannel sc = ServerSocketChannel.open(); in test_accept_SOTIMEOUT() local
|
/libcore/luni/src/main/java/java/nio/ |
D | ServerSocketChannelImpl.java | 128 SocketChannel sc = channelImpl.accept(); in accept() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | SerializationTest.java | 91 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/ |
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/org/apache/harmony/security/tests/java/security/ |
D | SignatureTest.java | 88 MySignature sc = new MySignature(); in testClone() local
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 1541 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
|
D | ForkJoinPool.java | 1380 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/ |
D | ScannerTest.java | 337 SocketChannel sc = SocketChannel.open(); in test_Constructor_LReadableByteChannel() local
|