Searched defs:entryTwo (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 202 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/ |
D | MapMakerInternalMapTest.java | 202 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/ |
D | LocalCacheTest.java | 1129 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/ |
D | LocalCacheTest.java | 1145 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
|