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.java452 Object keyTwo = new Object(); in testNewEntry() local
454 int hashTwo = map.hash(keyTwo); in testNewEntry()
455 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry()
460 assertSame(keyTwo, entryTwo.getKey()); in testNewEntry()
477 Object keyTwo = new Object(); in testCopyEntry() local
479 int hashTwo = map.hash(keyTwo); in testCopyEntry()
480 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry()
498 assertSame(keyTwo, copyTwo.getKey()); in testCopyEntry()
914 Object keyTwo = new Object(); in testReclaimKey() local
916 int hashTwo = map.hash(keyTwo); in testReclaimKey()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java895 Object keyTwo = new Object(); in testNewEntry() local
897 int hashTwo = map.hash(keyTwo); in testNewEntry()
898 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry()
903 assertSame(keyTwo, entryTwo.getKey()); in testNewEntry()
920 Object keyTwo = new Object(); in testCopyEntry() local
922 int hashTwo = map.hash(keyTwo); in testCopyEntry()
923 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry()
941 assertSame(keyTwo, copyTwo.getKey()); in testCopyEntry()
1437 Object keyTwo = new Object(); in testReclaimKey() local
1439 int hashTwo = map.hash(keyTwo); in testReclaimKey()
[all …]