Home
last modified time | relevance | path

Searched refs:objectWithHashCode (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetsTest.java612 newHashSet(objectWithHashCode(1 << 29), objectWithHashCode(0)); in testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero()
616 newHashSet(objectWithHashCode(1 << 30), objectWithHashCode(0)); in testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero()
653 private static Object objectWithHashCode(final int hashCode) { in objectWithHashCode() method in SetsTest
/external/guava/guava-tests/test/com/google/common/collect/
DSetsTest.java917 newHashSet(objectWithHashCode(1 << 29), objectWithHashCode(0));
921 newHashSet(objectWithHashCode(1 << 30), objectWithHashCode(0));
958 private static Object objectWithHashCode(final int hashCode) {