Searched refs:hashCode (Results 1 – 13 of 13) sorted by relevance
107 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()113 assertFalse(a.hashCode() == b.hashCode()); in shouldBeDifferent()
684 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()690 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
159 public int hashCode() { in hashCode() method in EnumUnion
142 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()1002 ExpectTrue(t1.hashCode() == t2.hashCode()); in client()
259 public int hashCode() { in hashCode() method in Union
393 public int hashCode() { in hashCode() method in StructuredParcelable463 public int hashCode() { in hashCode() method in StructuredParcelable.Empty
394 public int hashCode() { in hashCode() method in ArrayOfInterfaces.MyParcelable580 public int hashCode() { in hashCode() method in ArrayOfInterfaces.MyUnion
382 public int hashCode() { in hashCode() method in ListOfInterfaces.MyParcelable570 public int hashCode() { in hashCode() method in ListOfInterfaces.MyUnion
3781 public int hashCode() { in hashCode() method in ITestService.Empty
798 public int hashCode() { in hashCode() method in FixedSizeArrayExample.IntParcelable