/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KSSecretKeyEntryTest.java | 44 SecretKey sk = null; in testSecretKeyEntry() local 69 SecretKey sk = new tmpSecretKey(); in testSecretKeyEntry_nullAttributes() local 82 SecretKey sk = new tmpSecretKey(); in testGetSecretKey() local 92 SecretKey sk = new tmpSecretKey(); in testGetAttributes() local 126 SecretKey sk = new tmpSecretKey(); in testToString() local
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SelChImpl.java | 53 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk); in translateAndUpdateReadyOps() 63 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk); in translateAndSetReadyOps() 65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk); in translateAndSetInterestOps()
|
D | SinkChannelImpl.java | 116 SelectionKeyImpl sk) { in translateReadyOps() 138 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps() 142 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps() 146 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
|
D | SourceChannelImpl.java | 117 SelectionKeyImpl sk) { in translateReadyOps() 139 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps() 143 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps() 147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
|
D | ServerSocketChannelImpl.java | 316 SelectionKeyImpl sk) { in translateReadyOps() 342 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps() 346 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps() 375 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
|
D | AbstractPollSelectorImpl.java | 70 public void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps() 122 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys() local
|
D | SocketChannelImpl.java | 953 SelectionKeyImpl sk) { in translateReadyOps() 995 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps() 999 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps() 1028 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
|
D | SelectorImpl.java | 121 public void putEventOps(SelectionKeyImpl sk, int ops) { } in putEventOps()
|
D | DatagramChannelImpl.java | 1110 SelectionKeyImpl sk) { in translateReadyOps() 1140 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps() 1144 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps() 1173 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | SecretKeyTest.java | 40 checkSecretKey sk = new checkSecretKey(); in testField() local
|
D | SecretKeyFactorySpiTest.java | 64 SecretKey sk = null; in testSecretKeyFactorySpi01() local
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | KeyUtil.java | 69 SecretKey sk = (SecretKey)key; in getKeySize() local
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | SelectorImpl.java | 72 public void putEventOps(sun.nio.ch.SelectionKeyImpl sk, int ops) { in putEventOps()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 3332 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local 3420 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local 3507 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local
|