Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollationKeyTest.java33 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_text_CollationKey() local
46 CollationKey key1 = collator.getCollationKey("abc"); in test_compareToLjava_lang_Object() local
57 CollationKey key1 = collator.getCollationKey("abc"); in test_equalsLjava_lang_Object() local
80 CollationKey key1 = collator.getCollationKey("abc"); in test_hashCode() local
93 CollationKey key1 = collator.getCollationKey("abc"); in failing_test_toByteArray() local
DRuleBasedCollatorTest.java85 CollationKey key1 = coll.getCollationKey(source); in testGetCollationKey() local
/libcore/luni/src/test/java/libcore/java/text/
DOldCollationKeyTest.java31 CollationKey key1 = collator.getCollationKey("abc"); in test_toByteArray() local
/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpec2Test.java63 private boolean isEqual(Key key1, Key key2) { in isEqual()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismTest.java139 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", in testIsCryptoAllowed() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSortedMapTestBase.java207 int key1 = rnd.nextInt(N / 2) + N / 2; in testSubMap() local
DIdentityHashMapTest.java1063 String key1 = "key1"; in test_replaceAll() local
DTreeMapTest.java277 Integer key1 = 1; in test_getLjava_lang_Object() local
/libcore/ojluni/src/test/java/nio/channels/Selector/
DSelectWithConsumer.java197 SelectionKey key1 = source.register(sel, SelectionKey.OP_READ); in testTwoChannels() local
557 SelectionKey key1 = source.register(sel, SelectionKey.OP_READ); in testCancel() local
/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java361 int key1 = a[i].getKey(); in checkStable() local