Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java176 final int prime = 31; in hashCode() local
178 result = prime * result + ((mActionInProgress == null) ? 0 : mActionInProgress.hashCode()); in hashCode()
179 result = prime * result + ((mDebugHelpMessage == null) ? 0 : mDebugHelpMessage.hashCode()); in hashCode()
180 result = prime * result + ((mErrorMessage == null) ? 0 : mErrorMessage.hashCode()); in hashCode()
181 result = prime * result + ((mFailureStatus == null) ? 0 : mFailureStatus.hashCode()); in hashCode()
DTestDescription.java122 final int prime = 31; in hashCode() local
124 result = prime * result + ((mClassName == null) ? 0 : mClassName.hashCode()); in hashCode()
125 result = prime * result + ((mTestName == null) ? 0 : mTestName.hashCode()); in hashCode()
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DPair.java45 final int prime = 31; in hashCode() local
47 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode()
48 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...