Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/display/
DDisplayViewport.java132 final int prime = 31; in hashCode() local
134 result += prime * result + (valid ? 1 : 0); in hashCode()
135 result += prime * result + (isActive ? 1 : 0); in hashCode()
136 result += prime * result + displayId; in hashCode()
137 result += prime * result + orientation; in hashCode()
138 result += prime * result + logicalFrame.hashCode(); in hashCode()
139 result += prime * result + physicalFrame.hashCode(); in hashCode()
140 result += prime * result + deviceWidth; in hashCode()
141 result += prime * result + deviceHeight; in hashCode()
142 result += prime * result + uniqueId.hashCode(); in hashCode()
[all …]
DAmbientBrightnessDayStats.java158 final int prime = 31; in hashCode() local
160 result = result * prime + mLocalDate.hashCode(); in hashCode()
161 result = result * prime + Arrays.hashCode(mBucketBoundaries); in hashCode()
162 result = result * prime + Arrays.hashCode(mStats); in hashCode()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java386 final int prime = 31; in hashCode() local
388 result = prime * result + mId; in hashCode()
389 result = prime * result + mImplementor.hashCode(); in hashCode()
390 result = prime * result + mDescription.hashCode(); in hashCode()
391 result = prime * result + mUuid.hashCode(); in hashCode()
392 result = prime * result + mVersion; in hashCode()
393 result = prime * result + mSupportedModelArch.hashCode(); in hashCode()
394 result = prime * result + mMaxSoundModels; in hashCode()
395 result = prime * result + mMaxKeyphrases; in hashCode()
396 result = prime * result + mMaxUsers; in hashCode()
[all …]
/frameworks/base/core/java/android/speech/tts/
DVoice.java199 final int prime = 31; in hashCode() local
201 result = prime * result + ((mFeatures == null) ? 0 : mFeatures.hashCode()); in hashCode()
202 result = prime * result + mLatency; in hashCode()
203 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode()); in hashCode()
204 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
205 result = prime * result + mQuality; in hashCode()
206 result = prime * result + (mRequiresNetworkConnection ? 1231 : 1237); in hashCode()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKey.java64 final int prime = 31; in hashCode() local
66 result = prime * result + ((mAlgorithm == null) ? 0 : mAlgorithm.hashCode()); in hashCode()
67 result = prime * result + ((mAlias == null) ? 0 : mAlias.hashCode()); in hashCode()
68 result = prime * result + mUid; in hashCode()
DAndroidKeyStorePublicKey.java48 final int prime = 31; in hashCode() local
50 result = prime * result + Arrays.hashCode(mEncoded); in hashCode()
/frameworks/base/core/java/android/content/om/
DOverlayInfo.java407 final int prime = 31; in hashCode() local
409 result = prime * result + userId; in hashCode()
410 result = prime * result + state; in hashCode()
411 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode()
412 result = prime * result + ((targetPackageName == null) ? 0 : targetPackageName.hashCode()); in hashCode()
413 result = prime * result + ((targetOverlayableName == null) ? 0 in hashCode()
415 result = prime * result + ((category == null) ? 0 : category.hashCode()); in hashCode()
416 result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode()); in hashCode()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaDevice.java296 final int prime = 31; in hashCode() local
298 result = prime * result + mCardNum; in hashCode()
299 result = prime * result + mDeviceNum; in hashCode()
300 result = prime * result + (mHasOutput ? 0 : 1); in hashCode()
301 result = prime * result + (mHasInput ? 0 : 1); in hashCode()
302 result = prime * result + (mIsInputHeadset ? 0 : 1); in hashCode()
303 result = prime * result + (mIsOutputHeadset ? 0 : 1); in hashCode()
/frameworks/base/location/java/android/location/
DGeofence.java150 final int prime = 31; in hashCode() local
154 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode()
156 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode()
157 result = prime * result + Float.floatToIntBits(mRadius); in hashCode()
158 result = prime * result + mType; in hashCode()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java227 final int prime = 31; in hashCode() local
229 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode()
230 result = prime * result + mContentType; in hashCode()
231 result = prime * result + mPageCount; in hashCode()
232 result = prime * result + (int) mDataSize; in hashCode()
233 result = prime * result + (int) (mDataSize >> 32); in hashCode()
DPrinterInfo.java304 final int prime = 31; in hashCode() local
306 result = prime * result + mId.hashCode(); in hashCode()
307 result = prime * result + mName.hashCode(); in hashCode()
308 result = prime * result + mStatus; in hashCode()
309 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0); in hashCode()
310 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0); in hashCode()
311 result = prime * result + mIconResourceId; in hashCode()
312 result = prime * result + (mHasCustomPrinterIcon ? 1 : 0); in hashCode()
313 result = prime * result + mCustomPrinterIconGen; in hashCode()
314 result = prime * result + ((mInfoIntent != null) ? mInfoIntent.hashCode() : 0); in hashCode()
DPrintAttributes.java362 final int prime = 31; in hashCode() local
364 result = prime * result + mColorMode; in hashCode()
365 result = prime * result + mDuplexMode; in hashCode()
366 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()
367 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode()
368 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode()
1014 final int prime = 31; in hashCode() local
1016 result = prime * result + mWidthMils; in hashCode()
1017 result = prime * result + mHeightMils; in hashCode()
1175 final int prime = 31; in hashCode() local
[all …]
DPrinterId.java110 final int prime = 31; in hashCode() local
112 hashCode = prime * hashCode + mServiceName.hashCode(); in hashCode()
113 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
DPageRange.java123 final int prime = 31; in hashCode() local
125 result = prime * result + mEnd; in hashCode()
126 result = prime * result + mStart; in hashCode()
DPrinterCapabilitiesInfo.java262 final int prime = 31; in hashCode() local
264 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()
265 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode()
266 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode()
267 result = prime * result + mColorModes; in hashCode()
268 result = prime * result + mDuplexModes; in hashCode()
269 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
DPrintJobId.java55 final int prime = 31; in hashCode() local
57 result = prime * result + mValue.hashCode(); in hashCode()
/frameworks/base/core/java/android/view/autofill/
DAutofillId.java178 final int prime = 31; in hashCode() local
180 result = prime * result + mViewId; in hashCode()
181 result = prime * result + mVirtualIntId; in hashCode()
182 result = prime * result + (int) (mVirtualLongId ^ (mVirtualLongId >>> 32)); in hashCode()
183 result = prime * result + mSessionId; in hashCode()
/frameworks/base/core/java/android/telephony/
DDataConnectionRealTimeInfo.java111 final long prime = 17; in hashCode() local
113 result = (prime * result) + mTime; in hashCode()
114 result += (prime * result) + mDcPowerState; in hashCode()
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java673 final int prime = 31; in hashCode() local
675 result = prime * result + mRegion; in hashCode()
676 result = prime * result + mType; in hashCode()
677 result = prime * result + mLowerLimit; in hashCode()
678 result = prime * result + mUpperLimit; in hashCode()
679 result = prime * result + mSpacing; in hashCode()
803 final int prime = 31; in hashCode() local
805 result = prime * result + (mStereo ? 1 : 0); in hashCode()
806 result = prime * result + (mRds ? 1 : 0); in hashCode()
807 result = prime * result + (mTa ? 1 : 0); in hashCode()
[all …]
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureCondition.java86 final int prime = 31; in hashCode() local
88 result = prime * result + mFlags; in hashCode()
89 result = prime * result + ((mLocusId == null) ? 0 : mLocusId.hashCode()); in hashCode()
DContentCaptureSessionId.java52 final int prime = 31; in hashCode() local
54 result = prime * result + mValue; in hashCode()
/frameworks/base/core/java/android/content/
DLocusId.java88 final int prime = 31; in hashCode() local
90 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
/frameworks/base/core/java/android/nfc/
DNdefRecord.java1021 final int prime = 31; in hashCode() local
1023 result = prime * result + Arrays.hashCode(mId); in hashCode()
1024 result = prime * result + Arrays.hashCode(mPayload); in hashCode()
1025 result = prime * result + mTnf; in hashCode()
1026 result = prime * result + Arrays.hashCode(mType); in hashCode()
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h86 void prime(size_t numSamples);
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DOnThreadLockChecker.java88 final int prime = 31; in computeHashCode() local
90 result = prime * result + ((mFirst == null) ? 0 : System.identityHashCode(mFirst)); in computeHashCode()
91 result = prime * result + ((mSecond == null) ? 0 : System.identityHashCode(mSecond)); in computeHashCode()

12