Home
last modified time | relevance | path

Searched refs:keyTwo (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java426 Object keyTwo = new Object(); in testNewEntry() local
428 int hashTwo = map.hash(keyTwo); in testNewEntry()
429 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry()
434 assertSame(keyTwo, entryTwo.getKey()); in testNewEntry()
451 Object keyTwo = new Object(); in testCopyEntry() local
453 int hashTwo = map.hash(keyTwo); in testCopyEntry()
454 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry()
472 assertSame(keyTwo, copyTwo.getKey()); in testCopyEntry()
888 Object keyTwo = new Object(); in testReclaimKey() local
890 int hashTwo = map.hash(keyTwo); in testReclaimKey()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java939 Object keyTwo = new Object(); in testNewEntry() local
941 int hashTwo = map.hash(keyTwo); in testNewEntry()
942 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry()
947 assertSame(keyTwo, entryTwo.getKey()); in testNewEntry()
964 Object keyTwo = new Object(); in testCopyEntry() local
966 int hashTwo = map.hash(keyTwo); in testCopyEntry()
967 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry()
985 assertSame(keyTwo, copyTwo.getKey()); in testCopyEntry()
1524 Object keyTwo = new Object(); in testReclaimKey() local
1526 int hashTwo = map.hash(keyTwo); in testReclaimKey()
[all …]