Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 14 of 14) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSSecretKeyEntryTest.java44 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/
DSelChImpl.java53 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()
DSinkChannelImpl.java116 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()
DSourceChannelImpl.java117 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()
DServerSocketChannelImpl.java316 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()
DAbstractPollSelectorImpl.java70 public void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps()
122 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys() local
DSocketChannelImpl.java953 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()
DSelectorImpl.java121 public void putEventOps(SelectionKeyImpl sk, int ops) { } in putEventOps()
DDatagramChannelImpl.java1110 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/
DSecretKeyTest.java40 checkSecretKey sk = new checkSecretKey(); in testField() local
DSecretKeyFactorySpiTest.java64 SecretKey sk = null; in testSecretKeyFactorySpi01() local
/libcore/ojluni/src/main/java/sun/security/util/
DKeyUtil.java69 SecretKey sk = (SecretKey)key; in getKeySize() local
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java72 public void putEventOps(sun.nio.ch.SelectionKeyImpl sk, int ops) { in putEventOps()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java3332 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