Home
last modified time | relevance | path

Searched defs:entryOne (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java442 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testNewEntry() local
474 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testCopyEntry() local
913 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey() local
957 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testRemoveFromChain() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java885 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testNewEntry() local
917 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testCopyEntry() local
1436 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey() local
1480 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testRemoveEntryFromChain() local