Home
last modified time | relevance | path

Searched refs:hashCode (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/tests/java/src/android/aidl/tests/
DUnionTests.java107 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()
113 assertFalse(a.hashCode() == b.hashCode()); in shouldBeDifferent()
DTestServiceClient.java684 assertTrue(a.hashCode() == b.hashCode()); in shouldBeTheSame()
690 assertFalse(a.hashCode() == b.hashCode()); in shouldBeDifferent()
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DZoneTabFile.java111 public int hashCode() { in hashCode() method in ZoneTabFile.CountryEntry
112 int result = isoCode.hashCode(); in hashCode()
113 result = 31 * result + olsonId.hashCode(); in hashCode()
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriod.java153 public int hashCode() { in hashCode() method in ZoneOffsetPeriod
192 public int hashCode() { in hashCode() method in ZoneOffsetPeriod.ZonePeriodsKey
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/unions/
DEnumUnion.java159 public int hashCode() { in hashCode() method in EnumUnion
DUnionInUnion.java142 public int hashCode() { in hashCode() method in UnionInUnion
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java189 @Override public int hashCode() { return mCalled ? 1 : 0; } in hashCode() method in HidlTestJava.BazCallback
539 ExpectFalse(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()
542 ExpectTrue(one.hashCode() == two.hashCode()); in runClientSafeUnionTests()
1002 ExpectTrue(t1.hashCode() == t2.hashCode()); in client()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DUnion.java259 public int hashCode() { in hashCode() method in Union
DStructuredParcelable.java393 public int hashCode() { in hashCode() method in StructuredParcelable
463 public int hashCode() { in hashCode() method in StructuredParcelable.Empty
DArrayOfInterfaces.java394 public int hashCode() { in hashCode() method in ArrayOfInterfaces.MyParcelable
580 public int hashCode() { in hashCode() method in ArrayOfInterfaces.MyUnion
DListOfInterfaces.java382 public int hashCode() { in hashCode() method in ListOfInterfaces.MyParcelable
570 public int hashCode() { in hashCode() method in ListOfInterfaces.MyUnion
DITestService.java3781 public int hashCode() { in hashCode() method in ITestService.Empty
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java798 public int hashCode() { in hashCode() method in FixedSizeArrayExample.IntParcelable