HomeSort by relevance Sort by last modified time
    Searched refs:hashTwo (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 428 int hashTwo = map.hash(keyTwo);
429 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
435 assertEquals(hashTwo, entryTwo.getHash());
453 int hashTwo = map.hash(keyTwo);
454 ReferenceEntry<Object, Object> entryTwo = map.newEntry(keyTwo, hashTwo, entryOne);
473 assertEquals(hashTwo, copyTwo.getHash());
890 int hashTwo = map.hash(keyTwo);
891 DummyEntry<Object, Object> entryTwo = createDummyEntry(keyTwo, hashTwo, valueTwo, entryOne);
903 assertFalse(segment.reclaimKey(entryTwo, hashTwo));
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]

Completed in 9719 milliseconds