Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java266 final int prime = 31; in hashCode() local
268 result = prime * result + mId; in hashCode()
269 result = prime * result + mClassId; in hashCode()
270 result = prime * result + ((mImplementor == null) ? 0 : mImplementor.hashCode()); in hashCode()
271 result = prime * result + ((mProduct == null) ? 0 : mProduct.hashCode()); in hashCode()
272 result = prime * result + ((mVersion == null) ? 0 : mVersion.hashCode()); in hashCode()
273 result = prime * result + ((mSerial == null) ? 0 : mSerial.hashCode()); in hashCode()
274 result = prime * result + mNumTuners; in hashCode()
275 result = prime * result + mNumAudioSources; in hashCode()
276 result = prime * result + (mIsCaptureSupported ? 1 : 0); in hashCode()
[all …]
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java217 final int prime = 31; in hashCode() local
219 result = prime * result + Arrays.hashCode(data); in hashCode()
220 result = prime * result + type; in hashCode()
221 result = prime * result + ((uuid == null) ? 0 : uuid.hashCode()); in hashCode()
222 result = prime * result + ((vendorUuid == null) ? 0 : vendorUuid.hashCode()); in hashCode()
328 final int prime = 31; in hashCode() local
330 result = prime * result + ((text == null) ? 0 : text.hashCode()); in hashCode()
331 result = prime * result + id; in hashCode()
332 result = prime * result + ((locale == null) ? 0 : locale.hashCode()); in hashCode()
333 result = prime * result + recognitionModes; in hashCode()
[all …]
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java191 final int prime = 31; in hashCode() local
193 result = prime * result + mState; in hashCode()
194 result = prime * result + mNetworkType; in hashCode()
195 result = prime * result + ((mAPNType == null) ? 0 : mAPNType.hashCode()); in hashCode()
196 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode()); in hashCode()
197 result = prime * result + ((mReason == null) ? 0 : mReason.hashCode()); in hashCode()
198 result = prime * result + ((mLinkProperties == null) ? 0 : mLinkProperties.hashCode()); in hashCode()
199 result = prime * result + ((mFailCause == null) ? 0 : mFailCause.hashCode()); in hashCode()
DPreciseCallState.java268 final int prime = 31; in hashCode() local
270 result = prime * result + mRingingCallState; in hashCode()
271 result = prime * result + mForegroundCallState; in hashCode()
272 result = prime * result + mBackgroundCallState; in hashCode()
273 result = prime * result + mDisconnectCause; in hashCode()
274 result = prime * result + mPreciseDisconnectCause; in hashCode()
DDataConnectionRealTimeInfo.java107 final long prime = 17; in hashCode() local
109 result = (prime * result) + mTime; in hashCode()
110 result += (prime * result) + mDcPowerState; in hashCode()
/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/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.java329 final int prime = 31; in hashCode() local
331 result = prime * result + mColorMode; in hashCode()
332 result = prime * result + mDuplexMode; in hashCode()
333 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()
334 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode()
335 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode()
985 final int prime = 31; in hashCode() local
987 result = prime * result + mWidthMils; in hashCode()
988 result = prime * result + mHeightMils; in hashCode()
1145 final int prime = 31; in hashCode() local
[all …]
DPageRange.java118 final int prime = 31; in hashCode() local
120 result = prime * result + mEnd; in hashCode()
121 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()
DPrinterCapabilitiesInfo.java235 final int prime = 31; in hashCode() local
237 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode()
238 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode()
239 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode()
240 result = prime * result + mColorModes; in hashCode()
241 result = prime * result + mDuplexModes; in hashCode()
242 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
DPrintJobId.java53 final int prime = 31; in hashCode() local
55 result = prime * result + ((mValue != null) ? mValue.hashCode() : 0); 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/keystore/java/android/security/keystore/
DAndroidKeyStoreKey.java58 final int prime = 31; in hashCode() local
60 result = prime * result + ((mAlgorithm == null) ? 0 : mAlgorithm.hashCode()); in hashCode()
61 result = prime * result + ((mAlias == null) ? 0 : mAlias.hashCode()); 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/nfc/
DNdefRecord.java1015 final int prime = 31; in hashCode() local
1017 result = prime * result + Arrays.hashCode(mId); in hashCode()
1018 result = prime * result + Arrays.hashCode(mPayload); in hashCode()
1019 result = prime * result + mTnf; in hashCode()
1020 result = prime * result + Arrays.hashCode(mType); in hashCode()
/frameworks/av/include/media/stagefright/
DVideoFrameScheduler.h81 void prime(size_t numSamples);
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java826 final int prime = 31; in hashCode() local
828 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode()
829 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode()
830 result = prime * result + Float.floatToIntBits(weight); in hashCode()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java804 final int prime = 31; in hashCode() local
806 result = prime * result + ((activity == null) ? 0 : activity.hashCode()); in hashCode()
807 result = prime * result + (int) (time ^ (time >>> 32)); in hashCode()
808 result = prime * result + Float.floatToIntBits(weight); in hashCode()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp178 void VideoFrameScheduler::PLL::prime(size_t numSamplesToUse) { in prime() function in android::VideoFrameScheduler::PLL
277 prime(kMinSamplesToStopPrime); in addSample()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java3097 final int prime = 31; in hashCode() local
3099 result = prime * result + getAccessibilityViewId(mSourceNodeId); in hashCode()
3100 result = prime * result + getVirtualDescendantId(mSourceNodeId); in hashCode()
3101 result = prime * result + mWindowId; in hashCode()
/frameworks/base/media/java/android/media/session/
DMediaSession.java651 final int prime = 31; in hashCode() local
653 result = prime * result + ((mBinder == null) ? 0 : mBinder.asBinder().hashCode()); in hashCode()
/frameworks/base/docs/html/training/articles/
Dsmp.jd681 proper ordering without an explicit barrier. (This is a prime example of why
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...