Home
last modified time | relevance | path

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

/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/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.java1057 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry() local
1082 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry() local
1656 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testReclaimKey() local
1700 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testRemoveEntryFromChain() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1070 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testNewEntry() local
1095 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne); in testCopyEntry() local
1669 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testReclaimKey() local
1713 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne); in testRemoveEntryFromChain() local