Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java209 final int prime = 31; in hashCode() local
211 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()
DPrinterInfo.java155 final int prime = 31; in hashCode() local
157 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()
DPrintAttributes.java184 final int prime = 31; in hashCode() local
186 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() local
835 result = prime * result + mWidthMils; in hashCode()
836 result = prime * result + mHeightMils; in hashCode()
993 final int prime = 31; in hashCode() local
995 result = prime * result + mHorizontalDpi; in hashCode()
[all …]
DPageRange.java94 final int prime = 31; in hashCode() local
96 result = prime * result + mEnd; in hashCode()
97 result = prime * result + mStart; in hashCode()
DPrinterId.java110 final int prime = 31; in hashCode() local
112 hashCode = prime * hashCode + ((mServiceName != null) in hashCode()
114 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
DPrintJobId.java53 final int prime = 31; in hashCode() local
55 result = prime * result + ((mValue != null) ? mValue.hashCode() : 0); in hashCode()
DPrinterCapabilitiesInfo.java212 final int prime = 31; in hashCode() local
214 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()
/frameworks/base/location/java/android/location/
DGeofence.java148 final int prime = 31; in hashCode() local
152 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()
/frameworks/base/core/java/android/nfc/
DNdefRecord.java974 final int prime = 31; in hashCode() local
976 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()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java817 final int prime = 31; in hashCode() local
819 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()
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java825 final int prime = 31; in hashCode() local
827 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()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java2466 final int prime = 31; in hashCode() local
2468 result = prime * result + getAccessibilityViewId(mSourceNodeId); in hashCode()
2469 result = prime * result + getVirtualDescendantId(mSourceNodeId); in hashCode()
2470 result = prime * result + mWindowId; in hashCode()
/frameworks/base/docs/html/training/articles/
Dsmp.jd681 proper ordering without an explicit barrier. (This is a prime example of why