Searched refs:prime (Results 1 – 4 of 4) sorted by relevance
176 final int prime = 31; in hashCode() local178 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()
122 final int prime = 31; in hashCode() local124 result = prime * result + ((mClassName == null) ? 0 : mClassName.hashCode()); in hashCode()125 result = prime * result + ((mTestName == null) ? 0 : mTestName.hashCode()); in hashCode()
45 final int prime = 31; in hashCode() local47 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode()48 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...