Searched refs:prime (Results 1 – 13 of 13) sorted by relevance
209 final int prime = 31; in hashCode() local211 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode()212 result = prime * result + mContentType; in hashCode()213 result = prime * result + mPageCount; in hashCode()214 result = prime * result + (int) mDataSize; in hashCode()215 result = prime * result + (int) mDataSize >> 32; in hashCode()
155 final int prime = 31; in hashCode() local157 result = prime * result + ((mId != null) ? mId.hashCode() : 0); in hashCode()158 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode()159 result = prime * result + mStatus; in hashCode()160 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0); in hashCode()161 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0); in hashCode()
184 final int prime = 31; in hashCode() local186 result = prime * result + mColorMode; in hashCode()187 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()188 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode()189 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode()833 final int prime = 31; in hashCode() local835 result = prime * result + mWidthMils; in hashCode()836 result = prime * result + mHeightMils; in hashCode()993 final int prime = 31; in hashCode() local995 result = prime * result + mHorizontalDpi; in hashCode()[all …]
94 final int prime = 31; in hashCode() local96 result = prime * result + mEnd; in hashCode()97 result = prime * result + mStart; in hashCode()
110 final int prime = 31; in hashCode() local112 hashCode = prime * hashCode + ((mServiceName != null) in hashCode()114 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
53 final int prime = 31; in hashCode() local55 result = prime * result + ((mValue != null) ? mValue.hashCode() : 0); in hashCode()
212 final int prime = 31; in hashCode() local214 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()215 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode()216 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode()217 result = prime * result + mColorModes; in hashCode()218 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
148 final int prime = 31; in hashCode() local152 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode()154 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode()155 result = prime * result + Float.floatToIntBits(mRadius); in hashCode()156 result = prime * result + mType; in hashCode()
974 final int prime = 31; in hashCode() local976 result = prime * result + Arrays.hashCode(mId); in hashCode()977 result = prime * result + Arrays.hashCode(mPayload); in hashCode()978 result = prime * result + mTnf; in hashCode()979 result = prime * result + Arrays.hashCode(mType); in hashCode()
817 final int prime = 31; in hashCode() local819 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode()820 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode()821 result = prime * result + Float.floatToIntBits(weight); in hashCode()
825 final int prime = 31; in hashCode() local827 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode()828 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode()829 result = prime * result + Float.floatToIntBits(weight); in hashCode()
2466 final int prime = 31; in hashCode() local2468 result = prime * result + getAccessibilityViewId(mSourceNodeId); in hashCode()2469 result = prime * result + getVirtualDescendantId(mSourceNodeId); in hashCode()2470 result = prime * result + mWindowId; in hashCode()
681 proper ordering without an explicit barrier. (This is a prime example of why