Searched refs:hashCode (Results 1 – 5 of 5) 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()
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
190 @Override public int hashCode() { return mCalled ? 1 : 0; } in hashCode() method in HidlTestJava.BazCallback543 ExpectFalse(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()546 ExpectTrue(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()1002 ExpectTrue(t1.hashCode() == t2.hashCode()); in client()