Searched defs:nullEntry (Results 1 – 8 of 8) sorted by relevance
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | TablesTest.java | 44 Cell<String, Integer, Character> nullEntry = Tables.immutableCell(null, null, null); in testImmutableEntryToString() local
|
| D | MapMakerInternalMapTest.java | 279 InternalEntry<Object, Object, ?> nullEntry = segment.newEntryForTesting(null, hash, entry); in testSegmentGetAndContains() local
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | TablesTest.java | 43 Cell<String, Integer, Character> nullEntry = Tables.immutableCell(null, null, null); in testImmutableEntryToString() local
|
| D | MapMakerInternalMapTest.java | 279 InternalEntry<Object, Object, ?> nullEntry = segment.newEntryForTesting(null, hash, entry); in testSegmentGetAndContains() local
|
| /external/guava/android/guava/src/com/google/common/cache/ |
| D | LocalCache.java | 925 static <K, V> ReferenceEntry<K, V> nullEntry() { in nullEntry() method in LocalCache 1820 ReferenceEntry<K, V> nullEntry = nullEntry(); in nullifyAccessOrder() local 1833 ReferenceEntry<K, V> nullEntry = nullEntry(); in nullifyWriteOrder() local
|
| /external/guava/guava/src/com/google/common/cache/ |
| D | LocalCache.java | 929 static <K, V> ReferenceEntry<K, V> nullEntry() { in nullEntry() method in LocalCache 1824 ReferenceEntry<K, V> nullEntry = nullEntry(); in nullifyAccessOrder() local 1837 ReferenceEntry<K, V> nullEntry = nullEntry(); in nullifyWriteOrder() local
|
| /external/guava/android/guava-tests/test/com/google/common/cache/ |
| D | LocalCacheTest.java | 1156 DummyEntry<Object, Object> nullEntry = DummyEntry.create(null, hash, entry); in testSegmentGetAndContains() local
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | LocalCacheTest.java | 1169 DummyEntry<Object, Object> nullEntry = DummyEntry.create(null, hash, entry); in testSegmentGetAndContains() local
|