/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | TypeParameterList.kt | 37 override fun hashCode(): Int in <lambda>() method 49 override fun hashCode() = emptyListDelegate.hashCode() in <lambda>() method 80 override fun hashCode() = typeParameters.hashCode() in equals() method in com.android.tools.metalava.model.DefaultTypeParameterList
|
D | AnnotationItem.kt | 455 override fun hashCode(): Int { in hashCode() method 456 var result = qualifiedName?.hashCode() ?: 0 in hashCode() 457 result = 31 * result + attributes.hashCode() in hashCode() 693 override fun hashCode(): Int { in hashCode() method in DefaultAnnotationAttribute 694 var result = name.hashCode() in hashCode() 695 result = 31 * result + value.hashCode() in hashCode() 765 override fun hashCode(): Int { in toSource() method 766 return value.hashCode() in toSource() 782 override fun hashCode(): Int { in hashCode() method 783 return values.hashCode() in hashCode()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | FailureDescription.java | 215 public int hashCode() { in hashCode() method in FailureDescription 218 result = prime * result + ((mActionInProgress == null) ? 0 : mActionInProgress.hashCode()); in hashCode() 219 result = prime * result + ((mDebugHelpMessage == null) ? 0 : mDebugHelpMessage.hashCode()); in hashCode() 220 result = prime * result + ((mErrorMessage == null) ? 0 : mErrorMessage.hashCode()); in hashCode() 221 result = prime * result + ((mFailureStatus == null) ? 0 : mFailureStatus.hashCode()); in hashCode()
|
D | TestDescription.java | 121 public int hashCode() { in hashCode() method in TestDescription 124 result = prime * result + ((mClassName == null) ? 0 : mClassName.hashCode()); in hashCode() 125 result = prime * result + ((mTestName == null) ? 0 : mTestName.hashCode()); in hashCode()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | SuiteTestFilter.java | 205 public int hashCode() { in hashCode() method in SuiteTestFilter 208 result = prime * result + ((mAbi == null) ? 0 : mAbi.hashCode()); in hashCode() 209 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode() 210 result = prime * result + ((mShardIndex == null) ? 0 : mShardIndex.hashCode()); in hashCode() 211 result = prime * result + ((mTest == null) ? 0 : mTest.hashCode()); in hashCode()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/ |
D | SourceStampCertificateLineage.java | 194 public int hashCode() { in hashCode() method in SourceStampCertificateLineage.SigningCertificateNode 197 result = prime * result + ((signingCert == null) ? 0 : signingCert.hashCode()); in hashCode() 199 ((parentSigAlgorithm == null) ? 0 : parentSigAlgorithm.hashCode()); in hashCode() 200 result = prime * result + ((sigAlgorithm == null) ? 0 : sigAlgorithm.hashCode()); in hashCode() 201 result = prime * result + Arrays.hashCode(signature); in hashCode()
|
/tools/tradefederation/core/src/com/android/tradefed/config/remote/ |
D | IRemoteFileResolver.java | 126 public int hashCode() { in hashCode() method in IRemoteFileResolver.RemoteFileResolverArgs 129 result = prime * result + ((mConsideredFile == null) ? 0 : mConsideredFile.hashCode()); in hashCode() 130 result = prime * result + ((mDestinationDir == null) ? 0 : mDestinationDir.hashCode()); in hashCode() 131 result = prime * result + ((mQueryArgs == null) ? 0 : mQueryArgs.hashCode()); in hashCode()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Pair.java | 67 public int hashCode() { in hashCode() method in Pair 68 return (first == null ? 0 : first.hashCode()) ^ (second == null ? 0 : second.hashCode()); in hashCode()
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | Pair.java | 44 public int hashCode() { in hashCode() method in Pair 47 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode() 48 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()
|
D | GuaranteedEncodedFormX509Certificate.java | 58 public int hashCode() { in hashCode() method in GuaranteedEncodedFormX509Certificate 61 mHash = Arrays.hashCode(this.getEncoded()); in hashCode()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/ |
D | ConfigUtil.java | 120 long configId = UUID.randomUUID().hashCode(); in pushBinaryStatsConfig() 176 long configId = UUID.randomUUID().hashCode(); in generateStatsdConfig() 184 long atomMatcherId = UUID.randomUUID().hashCode(); in generateStatsdConfig() 185 long eventMatcherId = UUID.randomUUID().hashCode(); in generateStatsdConfig()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
D | DataSlice.kt | 54 && hashCode() != other.hashCode()) return false in equals() 69 override fun hashCode(): Int { in hashCode() method in trebuchet.io.DataSlice
|
/tools/tradefederation/core/external_dependencies/com/android/tradefed/dependencies/ |
D | ExternalDependency.java | 22 public int hashCode() { in hashCode() method in ExternalDependency 24 return this.getClass().getName().hashCode(); in hashCode()
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestOption.java | 83 public int hashCode() { in hashCode() method in TestOption 84 return this.toString().hashCode(); in hashCode()
|
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/ |
D | TextPropertyItem.kt | 45 override fun hashCode(): Int = name().hashCode() method
|
D | TextPackageItem.kt | 59 override fun hashCode(): Int { in hashCode() method 60 return name.hashCode() in hashCode()
|
D | TextFieldItem.kt | 46 override fun hashCode(): Int = name().hashCode() in hashCode() method
|
D | TextTypeParameterItem.kt | 64 override fun hashCode(): Int { in hashCode() method 65 return name.hashCode() in hashCode()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | DeviceFoldableState.java | 41 public int hashCode() { in hashCode() method in DeviceFoldableState 45 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
|
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/ |
D | TurbineTypeParameterItem.kt | 64 override fun hashCode(): Int { in hashCode() method 65 return name.hashCode() in hashCode()
|
D | TurbineFieldItem.kt | 52 override fun hashCode(): Int = name().hashCode() in hashCode() method
|
D | TurbinePackageItem.kt | 78 override fun hashCode(): Int = qualifiedName.hashCode() in hashCode() method
|
D | TurbineSourceFile.kt | 47 override fun hashCode(): Int { in hashCode() method in com.android.tools.metalava.model.turbine.TurbineSourceFile 48 return compUnit.hashCode() in hashCode()
|
/tools/tradefederation/core/common_util/com/android/tradefed/testtype/ |
D | Abi.java | 82 public int hashCode() { in hashCode() method in Abi 83 return Objects.hashCode(mName, mBitness); in hashCode()
|
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiTypeParameterItem.kt | 72 override fun hashCode(): Int { in hashCode() method 73 return name.hashCode() in hashCode()
|