Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollationKeyTest.java34 CollationKey key2 = collator.getCollationKey("ABC"); in test_compareToLjava_text_CollationKey() local
47 CollationKey key2 = collator.getCollationKey("ABC"); in test_compareToLjava_lang_Object() local
58 CollationKey key2 = collator.getCollationKey("ABC"); in test_equalsLjava_lang_Object() local
81 CollationKey key2 = collator.getCollationKey("ABC"); in test_hashCode() local
DRuleBasedCollatorTest.java88 CollationKey key2 = coll.getCollationKey(source2); in testGetCollationKey() local
224 CollationKey key2 = coll.getCollationKey("abc"); in testCollationKey() local
/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpec2Test.java63 private boolean isEqual(Key key1, Key key2) { in isEqual()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java112 SelectionKey key2 = keySet.iterator().next(); in test_keys() local
/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java321 public int compareTo(Key key2) { in compareTo()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIdentityHashMapTest.java163 Set key2 = map2.keySet(); in test_clone() local
1064 String key2 = "key2"; in test_replaceAll() local
DIdentityHashMap2Test.java155 Set key2 = map2.keySet(); in test_clone() local
DTreeMapTest.java195 Set key2 = map2.keySet(); in test_clone() local
278 Integer key2 = 2; in test_getLjava_lang_Object() local
DLinkedHashMapTest.java396 Set key2 = map2.keySet(); in test_clone() local
DHashMapTest.java223 Set key2 = map2.keySet(); in test_clone() local
/libcore/ojluni/src/test/java/nio/channels/Selector/
DSelectWithConsumer.java198 SelectionKey key2 = sink.register(sel, SelectionKey.OP_WRITE); in testTwoChannels() local
565 SelectionKey key2 = sink.register(sel, SelectionKey.OP_WRITE); in testCancel() local
/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java363 int key2 = a[i].getKey(); in checkStable() local