Home
last modified time | relevance | path

Searched defs:entryTwo (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java202 InternalEntry<Object, Object, ?> entryTwo = in testNewEntry() local
230 InternalEntry<Object, Object, ?> entryTwo = segment.newEntryForTesting(keyTwo, hashTwo, null); in testCopyEntry() local
621 InternalEntry<Object, Object, ?> entryTwo = in testRemoveFromChain() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java202 InternalEntry<Object, Object, ?> entryTwo = in testNewEntry() local
230 InternalEntry<Object, Object, ?> entryTwo = segment.newEntryForTesting(keyTwo, hashTwo, null); in testCopyEntry() local
621 InternalEntry<Object, Object, ?> entryTwo = in testRemoveFromChain() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1129 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry() local
1154 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry() local
1728 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testReclaimKey() local
1772 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testRemoveEntryFromChain() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1145 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry() local
1170 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry() local
1744 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testReclaimKey() local
1788 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testRemoveEntryFromChain() local