Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java1229 public int hashCode() { in hashCode() method in VtsReportMessage.AndroidDeviceInfoMessage
1234 hash = (19 * hash) + getDescriptorForType().hashCode(); in hashCode()
1237 hash = (53 * hash) + getProductType().hashCode(); in hashCode()
1241 hash = (53 * hash) + getProductVariant().hashCode(); in hashCode()
1245 hash = (53 * hash) + getBuildFlavor().hashCode(); in hashCode()
1249 hash = (53 * hash) + getBuildId().hashCode(); in hashCode()
1253 hash = (53 * hash) + getBranch().hashCode(); in hashCode()
1257 hash = (53 * hash) + getBuildAlias().hashCode(); in hashCode()
1261 hash = (53 * hash) + getApiLevel().hashCode(); in hashCode()
1265 hash = (53 * hash) + getAbiName().hashCode(); in hashCode()
[all …]
DTestSuiteResultMessageProto.java1957 public int hashCode() { in hashCode() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1962 hash = (19 * hash) + getDescriptorForType().hashCode(); in hashCode()
1965 hash = (53 * hash) + getAccessToken().hashCode(); in hashCode()
1969 hash = (53 * hash) + getResultPath().hashCode(); in hashCode()
1978 hash = (53 * hash) + getBranch().hashCode(); in hashCode()
1982 hash = (53 * hash) + getTarget().hashCode(); in hashCode()
1986 hash = (53 * hash) + getBuildId().hashCode(); in hashCode()
1990 hash = (53 * hash) + getSuitePlan().hashCode(); in hashCode()
1994 hash = (53 * hash) + getSuiteVersion().hashCode(); in hashCode()
1998 hash = (53 * hash) + getSuiteBuildNumber().hashCode(); in hashCode()
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java297 public int hashCode() { in hashCode() method in DeviceInfoEntity
299 return deviceId.hashCode(); in hashCode()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java41 + mTestName.hashCode() + "." + fileExtension; in getGeneratorOutFilePath()