Home
last modified time | relevance | path

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

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java222 final int prime = 31; in hashCode() local
224 result = prime * result + ((mFormat == null) ? 0 : mFormat.hashCode()); in hashCode()
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode()); in hashCode()
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode()); in hashCode()
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode()); in hashCode()
228 result = prime * result + ((mIntentData == null) ? 0 : mIntentData.hashCode()); in hashCode()
229 result = prime * result + ((mIntentExtraData == null) ? 0 : mIntentExtraData.hashCode()); in hashCode()
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode()); in hashCode()
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode()); in hashCode()
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode()); in hashCode()
[all …]
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java123 final int prime = 31; in hashCode() local
125 result = prime * result + (allDay ? 1231 : 1237); in hashCode()
126 result = prime * result + (int) (id ^ (id >>> 32)); in hashCode()
127 result = prime * result + (int) (end ^ (end >>> 32)); in hashCode()
128 result = prime * result + (int) (start ^ (start >>> 32)); in hashCode()
129 result = prime * result + ((title == null) ? 0 : title.hashCode()); in hashCode()
130 result = prime * result + visibTitle; in hashCode()
131 result = prime * result + visibWhen; in hashCode()
132 result = prime * result + visibWhere; in hashCode()
133 result = prime * result + ((when == null) ? 0 : when.hashCode()); in hashCode()
[all …]
DCalendarAppWidgetService.java349 long prime = 31;
351 result = prime * result + (int) (eventInfo.id ^ (eventInfo.id >>> 32));
352 result = prime * result + (int) (eventInfo.start ^ (eventInfo.start >>> 32));
/packages/services/Car/car-lib/src/android/car/content/pm/
DAppBlockingPackageInfo.java161 final int prime = 31; in hashCode() local
163 result = prime * result + Arrays.hashCode(activities); in hashCode()
164 result = prime * result + flags; in hashCode()
165 result = prime * result + maxRevisionCode; in hashCode()
166 result = prime * result + minRevisionCode; in hashCode()
167 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode()
168 result = prime * result + Arrays.hashCode(signatures); in hashCode()
DCarAppBlockingPolicy.java101 final int prime = 31; in hashCode() local
103 result = prime * result + Arrays.hashCode(blacklists); in hashCode()
104 result = prime * result + Arrays.hashCode(whitelists); in hashCode()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java160 BigInteger prime = BigInteger.ZERO; in IkeKePayload() local
164 prime = in IkeKePayload()
170 prime = in IkeKePayload()
176 prime = in IkeKePayload()
182 prime = in IkeKePayload()
193 DHParameterSpec dhParams = new DHParameterSpec(prime, baseGen); in IkeKePayload()
205 new DHPrivateKeySpec(privateKey.getX(), prime, baseGen); in IkeKePayload()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DIngestObjectInfo.java79 final int prime = 31; in hashCode() local
81 result = prime * result + mCompressedSize; in hashCode()
82 result = prime * result + (int) (mDateCreated ^ (mDateCreated >>> 32)); in hashCode()
83 result = prime * result + mFormat; in hashCode()
84 result = prime * result + mHandle; in hashCode()
DSimpleDate.java60 final int prime = 31; in hashCode() local
62 result = prime * result + day; in hashCode()
63 result = prime * result + month; in hashCode()
64 result = prime * result + year; in hashCode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java142 final int prime = 31; in hashCode() local
144 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
145 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode()
146 result = prime * result + ((mPackageName == null) ? 0 : mPackageName.hashCode()); in hashCode()
148 prime * result + ((mProviderAuthority == null) ? 0 : mProviderAuthority.hashCode()); in hashCode()
DBluetoothMapContentObserver.java863 final int prime = 31; in hashCode() local
865 result = prime * result + (int) (id ^ (id >>> 32)); in hashCode()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java77 final int prime = 31; in hashCode() local
79 result = prime * result + ((lookupUri == null) ? 0 : lookupUri.hashCode()); in hashCode()
80 result = prime * result + ((name == null) ? 0 : name.hashCode()); in hashCode()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DMaterialColorMapUtils.java156 final int prime = 31; in hashCode() local
158 result = prime * result + mPrimaryColor; in hashCode()
159 result = prime * result + mSecondaryColor; in hashCode()
/packages/apps/Contacts/src/com/android/contacts/util/
DMaterialColorMapUtils.java72 final int prime = 31; in hashCode() local
74 result = prime * result + mPrimaryColor; in hashCode()
75 result = prime * result + mSecondaryColor; in hashCode()
/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaSoftwareCodecUtil.java254 final int prime = 31; in hashCode() local
256 result = prime * result + ((mimeType == null) ? 0 : mimeType.hashCode()); in hashCode()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java866 final int prime = 31; in hashCode() local
868 result = prime * result + (int) (id ^ (id >>> 32)); in hashCode()
869 result = prime * result + requestedExtent; in hashCode()
870 result = prime * result + ((uri == null) ? 0 : uri.hashCode()); in hashCode()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1694 final int prime = 31; in hashCode() local
1696 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
1697 result = prime * result + mRequestedExtent; in hashCode()
1698 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz ... 93 shortcut=⛽,f=14 94 word=prime,f=119,not_a_word=true 95 shortcut ...
Dfr_emoji.combined.gz ... 73 shortcut=✈,f=14 74 word=prime,f=125,not_a_word=true 75 shortcut ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...

12