Searched refs:hashCode (Results 1 – 11 of 11) sorted by relevance
65 public int hashCode() { in hashCode() method in StagedDistroOperation67 result = 31 * result + (distroVersion != null ? distroVersion.hashCode() : 0); in hashCode()
135 public int hashCode() { in hashCode() method in DistroVersion138 result = 31 * result + rulesVersion.hashCode(); in hashCode()
107 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()113 assertFalse(a.hashCode() == b.hashCode()); in shouldBeDifferent()
559 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()565 assertFalse(a.hashCode() == b.hashCode()); in shouldBeDifferent()
111 public int hashCode() { in hashCode() method in ZoneTabFile.CountryEntry112 int result = isoCode.hashCode(); in hashCode()113 result = 31 * result + olsonId.hashCode(); in hashCode()
153 public int hashCode() { in hashCode() method in ZoneOffsetPeriod192 public int hashCode() { in hashCode() method in ZoneOffsetPeriod.ZonePeriodsKey
133 public int hashCode() { in hashCode() method in EnumUnion
154 public int hashCode() { in hashCode() method in UnionInUnion
189 @Override public int hashCode() { return mCalled ? 1 : 0; } in hashCode() method in HidlTestJava.BazCallback539 ExpectFalse(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()542 ExpectTrue(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()1003 ExpectTrue(t1.hashCode() == t2.hashCode()); in client()
260 public int hashCode() { in hashCode() method in Union
403 public int hashCode() { in hashCode() method in StructuredParcelable