Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 13334) sorted by relevance

12345678910>>...534

/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DSymbolTable.java294 int hashCode = classReader.readConst(bootstrapMethodRef, charBuffer).hashCode(); in copyBootstrapMethods() local
417 private Entry get(final int hashCode) { in get()
583 int hashCode = hash(tag, owner, name, descriptor); in addConstantMemberReference() local
662 int hashCode = hash(tag, value); in addConstantIntegerOrFloat() local
717 int hashCode = hash(tag, value); in addConstantLongOrDouble() local
753 int hashCode = hash(tag, name, descriptor); in addConstantNameAndType() local
788 int hashCode = hash(Symbol.CONSTANT_UTF8_TAG, value); in addConstantUtf8() local
835 int hashCode = hash(tag, owner, name, descriptor, referenceKind); in addConstantMethodHandle() local
877 int hashCode = hash(tag, owner, name, descriptor, referenceKind); in addConstantMethodHandle() local
948 int hashCode = hash(tag, name, descriptor, bootstrapMethodIndex); in addConstantDynamicOrInvokeDynamicReference() local
[all …]
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/
H A DClassSanityTesterTest.java613 public int hashCode() { in hashCode() method in HasAnInterface
669 public int hashCode() { in hashCode() method in Wrapper
753 public int hashCode() { in hashCode() method in GoodEquals
772 public int hashCode() { in hashCode() method in BadEquals
785 public int hashCode() { in hashCode() method in SameIntegerInstance
808 public int hashCode() { in hashCode() method in SameLongInstance
831 public int hashCode() { in hashCode() method in SameFloatInstance
854 public int hashCode() { in hashCode() method in SameDoubleInstance
877 public int hashCode() { in hashCode() method in SameShortInstance
900 public int hashCode() { in hashCode() method in SameByteInstance
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/dialog/domain/model/
DVolumeDialogEventModel.java42 public int hashCode() { in hashCode() method in VolumeDialogEventModel.AccessibilityModeChanged
81 public int hashCode() { in hashCode() method in VolumeDialogEventModel.DismissRequested
120 public int hashCode() { in hashCode() method in VolumeDialogEventModel.LayoutDirectionChanged
147 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ScreenOff
197 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ShowCsdWarning
254 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ShowRequested
293 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ShowSafetyWarning
320 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ShowSilentHint
347 public int hashCode() { in hashCode() method in VolumeDialogEventModel.ShowVibrateHint
391 public int hashCode() { in hashCode() method in VolumeDialogEventModel.StateChanged
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/type/
H A DType.java196 public abstract int hashCode(); in hashCode() method in Type.ClassTy.SimpleClassTy
201 public int hashCode() { in hashCode() method in Type.ClassTy
272 public abstract int hashCode(); in hashCode() method in Type.ArrayTy
307 public abstract int hashCode(); in hashCode() method in Type.TyVar
342 public abstract int hashCode(); in hashCode() method in Type.PrimTy
398 public abstract int hashCode(); in hashCode() method in Type.WildUpperBoundedTy
432 public abstract int hashCode(); in hashCode() method in Type.WildLowerBoundedTy
466 public abstract int hashCode(); in hashCode() method in Type.WildUnboundedTy
486 public abstract int hashCode(); in hashCode() method in Type.IntersectionTy
540 public abstract int hashCode(); in hashCode() method in Type.MethodTy
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/model/
H A DConst.java33 public abstract int hashCode(); in hashCode() method in Const
103 public int hashCode() { in hashCode() method in Const.BooleanValue
147 public int hashCode() { in hashCode() method in Const.IntValue
190 public int hashCode() { in hashCode() method in Const.LongValue
233 public int hashCode() { in hashCode() method in Const.CharValue
279 public int hashCode() { in hashCode() method in Const.FloatValue
331 public int hashCode() { in hashCode() method in Const.DoubleValue
374 public int hashCode() { in hashCode() method in Const.StringValue
417 public int hashCode() { in hashCode() method in Const.ShortValue
451 public int hashCode() { in hashCode() method in Const.ByteValue
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCallbackEvent.java79 public int hashCode() { in hashCode() method in CallbackEvent.OnCarrierNetworkChange
118 public int hashCode() { in hashCode() method in CallbackEvent.OnCarrierRoamingNtnModeChanged
162 public int hashCode() { in hashCode() method in CallbackEvent.OnCarrierRoamingNtnSignalStrengthChanged
201 public int hashCode() { in hashCode() method in CallbackEvent.OnDataActivity
240 public int hashCode() { in hashCode() method in CallbackEvent.OnDataConnectionStateChanged
279 public int hashCode() { in hashCode() method in CallbackEvent.OnDataEnabledChanged
323 public int hashCode() { in hashCode() method in CallbackEvent.OnDisplayInfoChanged
367 public int hashCode() { in hashCode() method in CallbackEvent.OnServiceStateChanged
411 public int hashCode() { in hashCode() method in CallbackEvent.OnSignalStrengthChanged
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java232 public abstract int hashCode(); in hashCode() method in Value
254 @Override public int hashCode() { in hashCode() method in Value.BooleanValue
289 @Override public int hashCode() { in hashCode() method in Value.ByteValue
324 @Override public int hashCode() { in hashCode() method in Value.CharValue
354 @Override public int hashCode() { in hashCode() method in Value.DoubleValue
384 @Override public int hashCode() { in hashCode() method in Value.FloatValue
430 @Override public int hashCode() { in hashCode() method in Value.InstanceValue
470 @Override public int hashCode() { in hashCode() method in Value.IntValue
510 @Override public int hashCode() { in hashCode() method in Value.LongValue
540 @Override public int hashCode() { in hashCode() method in Value.ShortValue
/aosp_15_r20/external/guice/core/src/com/google/inject/matcher/
H A DMatchers.java85 public int hashCode() { in hashCode() method in Matchers.Not
132 public int hashCode() { in hashCode() method in Matchers.AnnotatedWithType
171 public int hashCode() { in hashCode() method in Matchers.AnnotatedWith
206 public int hashCode() { in hashCode() method in Matchers.SubclassesOf
241 public int hashCode() { in hashCode() method in Matchers.Only
276 public int hashCode() { in hashCode() method in Matchers.IdenticalTo
316 public int hashCode() { in hashCode() method in Matchers.InPackage
363 public int hashCode() { in hashCode() method in Matchers.InSubpackage
398 public int hashCode() { in hashCode() method in Matchers.Returns
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/mediaoutput/domain/model/
DMediaControllerChangeModel.java48 public int hashCode() { in hashCode() method in MediaControllerChangeModel.AudioInfoChanged
92 public int hashCode() { in hashCode() method in MediaControllerChangeModel.ExtrasChanged
136 public int hashCode() { in hashCode() method in MediaControllerChangeModel.MetadataChanged
180 public int hashCode() { in hashCode() method in MediaControllerChangeModel.PlaybackStateChanged
224 public int hashCode() { in hashCode() method in MediaControllerChangeModel.QueueChanged
268 public int hashCode() { in hashCode() method in MediaControllerChangeModel.QueueTitleChanged
295 public int hashCode() { in hashCode() method in MediaControllerChangeModel.SessionDestroyed
353 public int hashCode() { in hashCode() method in MediaControllerChangeModel.SessionEvent
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseCompletionGoal.java59 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DistanceGoal
111 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DistanceWithVariableRestGoal
142 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.StepsGoal
175 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DurationGoal
209 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.RepetitionsGoal
245 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.TotalCaloriesBurnedGoal
281 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.ActiveCaloriesBurnedGoal
DExercisePerformanceGoal.java77 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.PowerGoal
128 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.SpeedGoal
175 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.CadenceGoal
221 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.HeartRateGoal
259 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.WeightGoal
303 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.RateOfPerceivedExertionGoal
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/data/entries/
DFormattedEntry.java57 public int hashCode() { in hashCode() method in FormattedEntry.EntryDateSectionHeader
128 public int hashCode() { in hashCode() method in FormattedEntry.ExercisePerformanceGoalEntry
280 public int hashCode() { in hashCode() method in FormattedEntry.ExerciseSessionEntry
351 public int hashCode() { in hashCode() method in FormattedEntry.FormattedAggregation
494 public int hashCode() { in hashCode() method in FormattedEntry.FormattedDataEntry
607 public int hashCode() { in hashCode() method in FormattedEntry.FormattedMedicalDataEntry
659 public int hashCode() { in hashCode() method in FormattedEntry.FormattedSectionContent
702 public int hashCode() { in hashCode() method in FormattedEntry.FormattedSectionTitle
802 public int hashCode() { in hashCode() method in FormattedEntry.FormattedSessionDetail
855 public int hashCode() { in hashCode() method in FormattedEntry.ItemDataEntrySeparator
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/biometrics/fingerprint2/data/model/
DEnrollStageModel.java33 public int hashCode() { in hashCode() method in EnrollStageModel.Center
63 public int hashCode() { in hashCode() method in EnrollStageModel.Fingertip
92 public int hashCode() { in hashCode() method in EnrollStageModel.Guided
122 public int hashCode() { in hashCode() method in EnrollStageModel.LeftEdge
152 public int hashCode() { in hashCode() method in EnrollStageModel.RightEdge
181 public int hashCode() { in hashCode() method in EnrollStageModel.Unknown
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DBindingsHelper.java138 public static int hashCode(Object o) { in hashCode() method in BindingsHelper
148 public static int hashCode(boolean o) { in hashCode() method in BindingsHelper
155 public static int hashCode(long o) { in hashCode() method in BindingsHelper
162 public static int hashCode(float o) { in hashCode() method in BindingsHelper
169 public static int hashCode(double o) { in hashCode() method in BindingsHelper
176 public static int hashCode(int o) { in hashCode() method in BindingsHelper
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
H A DHeaderValue.java202 public int hashCode() { in hashCode() method in HeaderValue.BooleanValue
247 public int hashCode() { in hashCode() method in HeaderValue.ByteValue
288 public int hashCode() { in hashCode() method in HeaderValue.ShortValue
331 public int hashCode() { in hashCode() method in HeaderValue.IntegerValue
374 public int hashCode() { in hashCode() method in HeaderValue.LongValue
417 public int hashCode() { in hashCode() method in HeaderValue.ByteArrayValue
460 public int hashCode() { in hashCode() method in HeaderValue.StringValue
508 public int hashCode() { in hashCode() method in HeaderValue.TimestampValue
558 public int hashCode() { in hashCode() method in HeaderValue.UuidValue
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/volume/data/model/
DVolumeControllerEvent.java30 public int hashCode() { in hashCode() method in VolumeControllerEvent.Dismiss
81 public int hashCode() { in hashCode() method in VolumeControllerEvent.DisplayCsdWarning
123 public int hashCode() { in hashCode() method in VolumeControllerEvent.DisplaySafeVolumeWarning
165 public int hashCode() { in hashCode() method in VolumeControllerEvent.MasterMuteChanged
207 public int hashCode() { in hashCode() method in VolumeControllerEvent.SetA11yMode
249 public int hashCode() { in hashCode() method in VolumeControllerEvent.SetLayoutDirection
300 public int hashCode() { in hashCode() method in VolumeControllerEvent.VolumeChanged
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/chips/ui/model/
DOngoingActivityChipModel.java68 public int hashCode() { in hashCode() method in OngoingActivityChipModel.ChipIcon.FullColorAppIcon
116 public int hashCode() { in hashCode() method in OngoingActivityChipModel.ChipIcon.SingleColorIcon
164 public int hashCode() { in hashCode() method in OngoingActivityChipModel.ChipIcon.StatusBarNotificationIcon
212 public int hashCode() { in hashCode() method in OngoingActivityChipModel.ChipIcon.StatusBarView
269 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Hidden
398 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Shown.Countdown
484 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Shown.IconOnly
587 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Shown.ShortTimeDelta
672 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Shown.Text
786 public int hashCode() { in hashCode() method in OngoingActivityChipModel.Shown.Timer
/aosp_15_r20/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java273 public static int hashCode(int[] field) { in hashCode() method in InternalNano
281 public static int hashCode(long[] field) { in hashCode() method in InternalNano
289 public static int hashCode(float[] field) { in hashCode() method in InternalNano
297 public static int hashCode(double[] field) { in hashCode() method in InternalNano
305 public static int hashCode(boolean[] field) { in hashCode() method in InternalNano
314 public static int hashCode(byte[][] field) { in hashCode() method in InternalNano
331 public static int hashCode(Object[] field) { in hashCode() method in InternalNano
521 public static <K, V> int hashCode(Map<K, V> map) { in hashCode() method in InternalNano
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/shared/model/
DAuthenticationReason.java28 public int hashCode() { in hashCode() method in AuthenticationReason.BiometricPromptAuthentication
58 public int hashCode() { in hashCode() method in AuthenticationReason.DeviceEntryAuthentication
88 public int hashCode() { in hashCode() method in AuthenticationReason.NotRunning
118 public int hashCode() { in hashCode() method in AuthenticationReason.OtherAuthentication
165 public int hashCode() { in hashCode() method in AuthenticationReason.SettingsAuthentication
213 public int hashCode() { in hashCode() method in AuthenticationReason.Unknown
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/
DFieldType.java50 public int hashCode() { in hashCode() method in FieldType.Array
182 public int hashCode() { in hashCode() method in FieldType.Enum
264 public int hashCode() { in hashCode() method in FieldType.List
322 public int hashCode() { in hashCode() method in FieldType.Nested
368 public int hashCode() { in hashCode() method in FieldType.Nullable
416 public int hashCode() { in hashCode() method in FieldType.Opaque
463 public int hashCode() { in hashCode() method in FieldType.Reference
533 public int hashCode() { in hashCode() method in FieldType.Tuple
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/datasources/
DDataSourcesViewModel.java164 public int hashCode() { in hashCode() method in DataSourcesViewModel.AggregationCardsState.Loading
203 public int hashCode() { in hashCode() method in DataSourcesViewModel.AggregationCardsState.LoadingFailed
256 public int hashCode() { in hashCode() method in DataSourcesViewModel.AggregationCardsState.WithData
349 public int hashCode() { in hashCode() method in DataSourcesViewModel.DataSourcesAndAggregationsInfo
436 public int hashCode() { in hashCode() method in DataSourcesViewModel.PotentialAppSourcesState.Loading
475 public int hashCode() { in hashCode() method in DataSourcesViewModel.PotentialAppSourcesState.LoadingFailed
528 public int hashCode() { in hashCode() method in DataSourcesViewModel.PotentialAppSourcesState.WithData
580 public int hashCode() { in hashCode() method in DataSourcesViewModel.PriorityListState.Loading
619 public int hashCode() { in hashCode() method in DataSourcesViewModel.PriorityListState.LoadingFailed
672 public int hashCode() { in hashCode() method in DataSourcesViewModel.PriorityListState.WithData
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/
H A DHashCode.java78 int hashCode = Arrays.hashCode(zeroes); in main() local
99 int hashCode = Arrays.hashCode(testBytes[i]); in main() local
118 int hashCode = Arrays.hashCode(testShorts[i]); in main() local
137 int hashCode = Arrays.hashCode(testInts[i]); in main() local
156 int hashCode = Arrays.hashCode(testChars[i]); in main() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPredicates.java329 public int hashCode() { in hashCode() method in Predicates.NotPredicate
371 public int hashCode() { in hashCode() method in Predicates.AndPredicate
414 public int hashCode() { in hashCode() method in Predicates.OrPredicate
463 public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
507 public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate
546 public int hashCode() { in hashCode() method in Predicates.SubtypeOfPredicate
595 public int hashCode() { in hashCode() method in Predicates.InPredicate
633 public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
663 public int hashCode() { in hashCode() method in Predicates.ContainsPatternPredicate
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPredicates.java329 public int hashCode() { in hashCode() method in Predicates.NotPredicate
371 public int hashCode() { in hashCode() method in Predicates.AndPredicate
414 public int hashCode() { in hashCode() method in Predicates.OrPredicate
463 public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
507 public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate
546 public int hashCode() { in hashCode() method in Predicates.SubtypeOfPredicate
595 public int hashCode() { in hashCode() method in Predicates.InPredicate
633 public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
663 public int hashCode() { in hashCode() method in Predicates.ContainsPatternPredicate
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/accessibility/data/model/
DNightDisplayChangeEvent.java36 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnActivatedChanged
75 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnAutoModeChanged
119 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnCustomEndTimeChanged
163 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnCustomStartTimeChanged
202 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnForceAutoModeChanged
241 public int hashCode() { in hashCode() method in NightDisplayChangeEvent.OnLocationEnabledChanged

12345678910>>...534