Searched defs:entryOne (Results 1 – 4 of 4) sorted by relevance
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | MapMakerInternalMapTest.java | 187 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testNewEntry() local 224 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testCopyEntry() local 616 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testRemoveFromChain() local
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | MapMakerInternalMapTest.java | 187 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testNewEntry() local 224 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testCopyEntry() local 616 InternalEntry<Object, Object, ?> entryOne = segment.newEntryForTesting(keyOne, hashOne, null); in testRemoveFromChain() local
|
| /external/guava/android/guava-tests/test/com/google/common/cache/ |
| D | LocalCacheTest.java | 1044 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testNewEntry() local 1076 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testCopyEntry() local 1652 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey() local 1696 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testRemoveEntryFromChain() local
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | LocalCacheTest.java | 1057 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testNewEntry() local 1089 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null); in testCopyEntry() local 1665 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey() local 1709 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testRemoveEntryFromChain() local
|