Home
last modified time | relevance | path

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

1234

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeParameterList.kt37 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
DAnnotationItem.kt455 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/
DFailureDescription.java215 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()
DTestDescription.java121 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/
DSuiteTestFilter.java205 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/
DSourceStampCertificateLineage.java194 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/
DIRemoteFileResolver.java126 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/
DPair.java67 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/
DPair.java44 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()
DGuaranteedEncodedFormX509Certificate.java58 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/
DConfigUtil.java120 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/
DDataSlice.kt54 && 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/
DExternalDependency.java22 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/
DTestOption.java83 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/
DTextPropertyItem.kt45 override fun hashCode(): Int = name().hashCode() method
DTextPackageItem.kt59 override fun hashCode(): Int { in hashCode() method
60 return name.hashCode() in hashCode()
DTextFieldItem.kt46 override fun hashCode(): Int = name().hashCode() in hashCode() method
DTextTypeParameterItem.kt64 override fun hashCode(): Int { in hashCode() method
65 return name.hashCode() in hashCode()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceFoldableState.java41 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/
DTurbineTypeParameterItem.kt64 override fun hashCode(): Int { in hashCode() method
65 return name.hashCode() in hashCode()
DTurbineFieldItem.kt52 override fun hashCode(): Int = name().hashCode() in hashCode() method
DTurbinePackageItem.kt78 override fun hashCode(): Int = qualifiedName.hashCode() in hashCode() method
DTurbineSourceFile.kt47 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/
DAbi.java82 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/
DPsiTypeParameterItem.kt72 override fun hashCode(): Int { in hashCode() method
73 return name.hashCode() in hashCode()

1234