/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
H A D | UnmodifiableMapOfLists.java | 40 private final Map<T, List<U>> delegate; field in UnmodifiableMapOfLists 42 UnmodifiableMapOfLists(Map<T, List<U>> delegate) { in UnmodifiableMapOfLists() 164 public int hashCode() { in hashCode() method in UnmodifiableMapOfLists 179 private final Set<? extends Entry<T, ? extends List<U>>> delegate; field in UnmodifiableMapOfLists.UnmodifiableEntrySet 181 private UnmodifiableEntrySet(Set<? extends Entry<T, ? extends List<U>>> delegate) { in UnmodifiableEntrySet() 271 public int hashCode() { in hashCode() method in UnmodifiableMapOfLists.UnmodifiableEntrySet 287 private final Iterator<? extends Entry<T, ? extends List<U>>> delegate; field in UnmodifiableMapOfLists.UnmodifiableEntryIterator 289 … private UnmodifiableEntryIterator(Iterator<? extends Entry<T, ? extends List<U>>> delegate) { in UnmodifiableEntryIterator() 306 private final Collection<? extends List<U>> delegate; field in UnmodifiableMapOfLists.UnmodifiableCollection 308 private UnmodifiableCollection(Collection<? extends List<U>> delegate) { in UnmodifiableCollection() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Synchronized.java | 74 final Object delegate; field in Synchronized.SynchronizedObject 77 SynchronizedObject(Object delegate, @CheckForNull Object mutex) { in SynchronizedObject() 82 Object delegate() { in delegate() method in Synchronized.SynchronizedObject 121 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection() 127 Collection<E> delegate() { in delegate() method in Synchronized.SynchronizedCollection 232 SynchronizedSet(Set<E> delegate, @CheckForNull Object mutex) { in SynchronizedSet() 237 Set<E> delegate() { in delegate() method in Synchronized.SynchronizedSet 252 public int hashCode() { in hashCode() method in Synchronized.SynchronizedSet 268 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet() 273 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet [all …]
|
H A D | ImmutableEnumSet.java | 57 private final transient EnumSet<E> delegate; field in ImmutableEnumSet 59 private ImmutableEnumSet(EnumSet<E> delegate) { in ImmutableEnumSet() 112 @LazyInit private transient int hashCode; field in ImmutableEnumSet 115 public int hashCode() { in hashCode() method in ImmutableEnumSet 142 final EnumSet<E> delegate; field in ImmutableEnumSet.EnumSerializedForm 144 EnumSerializedForm(EnumSet<E> delegate) { in EnumSerializedForm()
|
H A D | AbstractMapBasedMultimap.java | 329 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection 335 Collection<V> delegate, in WrappedCollection() 411 public int hashCode() { in hashCode() method in AbstractMapBasedMultimap.WrappedCollection 592 WrappedSet(@ParametricNullness K key, Set<V> delegate) { in WrappedSet() 621 SortedSet<V> delegate, in WrappedSortedSet() 682 NavigableSet<V> delegate, in WrappedNavigableSet() 767 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in WrappedList() 916 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList() 1002 public int hashCode() { in hashCode() method in AbstractMapBasedMultimap
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Synchronized.java | 83 final Object delegate; field in Synchronized.SynchronizedObject 86 SynchronizedObject(Object delegate, @CheckForNull Object mutex) { in SynchronizedObject() 91 Object delegate() { in delegate() method in Synchronized.SynchronizedObject 130 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection() 136 Collection<E> delegate() { in delegate() method in Synchronized.SynchronizedCollection 276 SynchronizedSet(Set<E> delegate, @CheckForNull Object mutex) { in SynchronizedSet() 281 Set<E> delegate() { in delegate() method in Synchronized.SynchronizedSet 296 public int hashCode() { in hashCode() method in Synchronized.SynchronizedSet 312 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet() 317 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet [all …]
|
H A D | ImmutableEnumSet.java | 59 private final transient EnumSet<E> delegate; field in ImmutableEnumSet 61 private ImmutableEnumSet(EnumSet<E> delegate) { in ImmutableEnumSet() 124 @LazyInit private transient int hashCode; field in ImmutableEnumSet 127 public int hashCode() { in hashCode() method in ImmutableEnumSet 154 final EnumSet<E> delegate; field in ImmutableEnumSet.EnumSerializedForm 156 EnumSerializedForm(EnumSet<E> delegate) { in EnumSerializedForm()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 222 public int hashCode() { in hashCode() method in MapField 287 private final Map<K, V> delegate; field in MapField.MutabilityAwareMap 289 MutabilityAwareMap(MutabilityOracle mutabilityOracle, Map<K, V> delegate) { in MutabilityAwareMap() 370 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap 382 private final Collection<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareCollection 384 MutabilityAwareCollection(MutabilityOracle mutabilityOracle, Collection<E> delegate) { in MutabilityAwareCollection() 466 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 479 private final Set<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareSet 481 MutabilityAwareSet(MutabilityOracle mutabilityOracle, Set<E> delegate) { in MutabilityAwareSet() 563 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap.MutabilityAwareSet [all …]
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 222 public int hashCode() { in hashCode() method in MapField 287 private final Map<K, V> delegate; field in MapField.MutabilityAwareMap 289 MutabilityAwareMap(MutabilityOracle mutabilityOracle, Map<K, V> delegate) { in MutabilityAwareMap() 370 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap 382 private final Collection<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareCollection 384 MutabilityAwareCollection(MutabilityOracle mutabilityOracle, Collection<E> delegate) { in MutabilityAwareCollection() 466 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 479 private final Set<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareSet 481 MutabilityAwareSet(MutabilityOracle mutabilityOracle, Set<E> delegate) { in MutabilityAwareSet() 563 public int hashCode() { in hashCode() method in MapField.MutabilityAwareMap.MutabilityAwareSet [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | Suppliers.java | 85 public int hashCode() { in hashCode() method in Suppliers.SupplierComposition 113 public static <T extends @Nullable Object> Supplier<T> memoize(Supplier<T> delegate) { in memoize() 127 final Supplier<T> delegate; field in Suppliers.MemoizingSupplier 133 MemoizingSupplier(Supplier<T> delegate) { in MemoizingSupplier() 184 private volatile Supplier<T> delegate; field in Suppliers.NonSerializableMemoizingSupplier 188 NonSerializableMemoizingSupplier(Supplier<T> delegate) { in NonSerializableMemoizingSupplier() 213 Supplier<T> delegate = this.delegate; in toString() local 245 Supplier<T> delegate, long duration, TimeUnit unit) { in memoizeWithExpiration() 276 Supplier<T> delegate, Duration duration) { in memoizeWithExpiration() 290 final Supplier<T> delegate; field in Suppliers.ExpiringMemoizingSupplier [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | Suppliers.java | 85 public int hashCode() { in hashCode() method in Suppliers.SupplierComposition 113 public static <T extends @Nullable Object> Supplier<T> memoize(Supplier<T> delegate) { in memoize() 127 final Supplier<T> delegate; field in Suppliers.MemoizingSupplier 133 MemoizingSupplier(Supplier<T> delegate) { in MemoizingSupplier() 184 private volatile Supplier<T> delegate; field in Suppliers.NonSerializableMemoizingSupplier 188 NonSerializableMemoizingSupplier(Supplier<T> delegate) { in NonSerializableMemoizingSupplier() 213 Supplier<T> delegate = this.delegate; in toString() local 245 Supplier<T> delegate, long duration, TimeUnit unit) { in memoizeWithExpiration() 276 Supplier<T> delegate, Duration duration) { in memoizeWithExpiration() 290 final Supplier<T> delegate; field in Suppliers.ExpiringMemoizingSupplier [all …]
|
/aosp_15_r20/external/guice/core/src/com/google/inject/util/ |
H A D | Providers.java | 78 public int hashCode() { in hashCode() method in Providers.ConstantProvider 95 final javax.inject.Provider<T> delegate = checkNotNull(provider, "provider"); in guicify() local 113 protected final javax.inject.Provider<T> delegate; field in Providers.GuicifiedProvider 115 private GuicifiedProvider(javax.inject.Provider<T> delegate) { in GuicifiedProvider() 136 public int hashCode() { in hashCode() method in Providers.GuicifiedProvider 146 Set<Dependency<?>> dependencies, javax.inject.Provider<T> delegate) { in GuicifiedProviderWithDependencies()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/ |
H A D | DelegatingIteratorForEachRemaining.java | 53 private final Iterator<E> delegate; field in DelegatingIteratorForEachRemaining.ForwardingIterator 55 protected ForwardingIterator(Iterator<E> delegate) { in ForwardingIterator() 68 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() 79 private final Set<E> delegate; field in DelegatingIteratorForEachRemaining.ForwardingSet 81 protected ForwardingSet(Set<E> delegate) { in ForwardingSet() 99 @Override public int hashCode() { return delegate.hashCode(); } in hashCode() method in DelegatingIteratorForEachRemaining.ForwardingSet 108 public ThrowingSet(Set<E> delegate) { in ThrowingSet() 119 private final Map<K, V> delegate; field in DelegatingIteratorForEachRemaining.ForwardingMap 121 public ForwardingMap(Map<K, V> delegate) { in ForwardingMap() 138 @Override public int hashCode() { return delegate.hashCode(); } in hashCode() method in DelegatingIteratorForEachRemaining.ForwardingMap [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A D | AbstractInvocationHandlerTest.java | 83 private static List<String> newDelegatingList(List<String> delegate) { in newDelegatingList() 88 private static List<String> newDelegatingListWithEquals(List<String> delegate) { in newDelegatingListWithEquals() 93 private static Iterable<String> newDelegatingIterableWithEquals(Iterable<String> delegate) { in newDelegatingIterableWithEquals() 98 private static List<String> newProxyWithSubHandler1(List<String> delegate) { in newProxyWithSubHandler1() 103 private static List<String> newProxyWithSubHandler2(List<String> delegate) { in newProxyWithSubHandler2() 116 final Object delegate; field in AbstractInvocationHandlerTest.DelegatingInvocationHandler 118 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() 135 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals() 150 public int hashCode() { in hashCode() method in AbstractInvocationHandlerTest.DelegatingInvocationHandlerWithEquals 161 SubHandler1(Object delegate) { in SubHandler1() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A D | AbstractInvocationHandlerTest.java | 83 private static List<String> newDelegatingList(List<String> delegate) { in newDelegatingList() 88 private static List<String> newDelegatingListWithEquals(List<String> delegate) { in newDelegatingListWithEquals() 93 private static Iterable<String> newDelegatingIterableWithEquals(Iterable<String> delegate) { in newDelegatingIterableWithEquals() 98 private static List<String> newProxyWithSubHandler1(List<String> delegate) { in newProxyWithSubHandler1() 103 private static List<String> newProxyWithSubHandler2(List<String> delegate) { in newProxyWithSubHandler2() 116 final Object delegate; field in AbstractInvocationHandlerTest.DelegatingInvocationHandler 118 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() 135 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals() 150 public int hashCode() { in hashCode() method in AbstractInvocationHandlerTest.DelegatingInvocationHandlerWithEquals 161 SubHandler1(Object delegate) { in SubHandler1() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | InvalidatableSet.java | 16 private final Set<E> delegate; field in InvalidatableSet 20 Set<E> delegate, Supplier<Boolean> validator, Supplier<String> errorMessage) { in of() 26 protected Set<E> delegate() { in delegate() method in InvalidatableSet 32 Set<E> delegate, Supplier<Boolean> validator, Supplier<String> errorMessage) { in InvalidatableSet() 41 public int hashCode() { in hashCode() method in InvalidatableSet
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | InvalidatableSet.java | 16 private final Set<E> delegate; field in InvalidatableSet 20 Set<E> delegate, Supplier<Boolean> validator, Supplier<String> errorMessage) { in of() 26 protected Set<E> delegate() { in delegate() method in InvalidatableSet 32 Set<E> delegate, Supplier<Boolean> validator, Supplier<String> errorMessage) { in InvalidatableSet() 41 public int hashCode() { in hashCode() method in InvalidatableSet
|
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | AdapterMethodsTest.java | 90 Point fromJson(JsonReader reader, JsonAdapter<Point> delegate) throws IOException { in fromJson() 98 void toJson(JsonWriter writer, Point value, JsonAdapter<Point> delegate) throws IOException { in toJson() 108 Point fromJson(JsonReader reader, @WithParens JsonAdapter<Point> delegate) throws IOException { in fromJson() 116 void toJson(JsonWriter writer, @WithParens Point value, @WithParens JsonAdapter<Point> delegate) in toJson() 798 public int hashCode() { in hashCode() method in AdapterMethodsTest.Box 841 public int hashCode() { in hashCode() method in AdapterMethodsTest.MapOfByteArrays 871 public int hashCode() { in hashCode() method in AdapterMethodsTest.Point 891 public int hashCode() { in hashCode() method in AdapterMethodsTest.Line 906 final int hashCode, final Class<?> rawType, final Type... typeArguments) { in brokenParameterizedType() 929 public int hashCode() { in brokenParameterizedType() method in AdapterMethodsTest
|
/aosp_15_r20/frameworks/base/core/java/android/timezone/ |
H A D | CountryTimeZones.java | 45 TimeZoneMapping(com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping delegate) { in TimeZoneMapping() 81 public int hashCode() { in hashCode() method in CountryTimeZones.TimeZoneMapping 136 public int hashCode() { in hashCode() method in CountryTimeZones.OffsetResult 152 CountryTimeZones(com.android.i18n.timezone.CountryTimeZones delegate) { in CountryTimeZones() 287 public int hashCode() { in hashCode() method in CountryTimeZones
|
/aosp_15_r20/external/guice/core/src/com/google/inject/matcher/ |
H A D | Matchers.java | 68 final Matcher<? super T> delegate; field in Matchers.Not 70 private Not(Matcher<? super T> delegate) { in Not() 85 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 [all …]
|
/aosp_15_r20/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
H A D | WebSocketRecorder.java | 40 private MessageDelegate delegate; field in WebSocketRecorder 43 public void setNextMessageDelegate(MessageDelegate delegate) { in setNextMessageDelegate() 159 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Message 183 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Ping 207 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Pong 233 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Close
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | ProviderMethodsModule.java | 50 private final Object delegate; field in ProviderMethodsModule 56 Object delegate, boolean skipFastClassGeneration, ModuleAnnotatedMethodScanner scanner) { in ProviderMethodsModule() 205 final int hashCode; field in ProviderMethodsModule.Signature 233 public int hashCode() { in hashCode() method in ProviderMethodsModule.Signature 295 public int hashCode() { in hashCode() method in ProviderMethodsModule
|
/aosp_15_r20/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
H A D | TokenAttachingTracerFactory.java | 37 private final ClientStreamTracer.Factory delegate; field in TokenAttachingTracerFactory 39 TokenAttachingTracerFactory(@Nullable ClientStreamTracer.Factory delegate) { in TokenAttachingTracerFactory() 52 protected ClientStreamTracer delegate() { in newClientStreamTracer() method in TokenAttachingTracerFactory.TokenPropagationTracer 73 public int hashCode() { in hashCode() method in TokenAttachingTracerFactory
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/ |
H A D | ModelBindingGraphConverter.java | 218 abstract dagger.internal.codegen.model.BindingGraph.ComponentNode delegate(); in delegate() method in ModelBindingGraphConverter.ComponentNodeImpl 245 abstract dagger.internal.codegen.model.Binding delegate(); in delegate() method in ModelBindingGraphConverter.BindingNodeImpl 261 abstract dagger.internal.codegen.model.BindingGraph.MissingBinding delegate(); in delegate() method in ModelBindingGraphConverter.MissingBindingImpl 265 public abstract int hashCode(); in hashCode() method in ModelBindingGraphConverter.MissingBindingImpl 281 abstract dagger.internal.codegen.model.BindingGraph.DependencyEdge delegate(); in delegate() method in ModelBindingGraphConverter.DependencyEdgeImpl 297 abstract dagger.internal.codegen.model.BindingGraph.ChildFactoryMethodEdge delegate(); in delegate() method in ModelBindingGraphConverter.ChildFactoryMethodEdgeImpl 318 abstract dagger.internal.codegen.model.BindingGraph.SubcomponentCreatorBindingEdge delegate(); in delegate() method in ModelBindingGraphConverter.SubcomponentCreatorBindingEdgeImpl 364 private final dagger.internal.codegen.model.DiagnosticReporter delegate; field in ModelBindingGraphConverter.DiagnosticReporterImpl 366 DiagnosticReporterImpl(dagger.internal.codegen.model.DiagnosticReporter delegate) { in DiagnosticReporterImpl()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMultimapTest.java | 77 final SetMultimap<K, V> delegate = HashMultimap.create(); field in SynchronizedMultimapTest.TestMultimap 81 protected SetMultimap<K, V> delegate() { in delegate() method in SynchronizedMultimapTest.TestMultimap 98 public int hashCode() { in hashCode() method in SynchronizedMultimapTest.TestMultimap 247 ListMultimap<String, Integer> delegate = ArrayListMultimap.create(); in testSynchronizedArrayListMultimapRandomAccess() local 256 ListMultimap<String, Integer> delegate = LinkedListMultimap.create(); in testSynchronizedLinkedListMultimapRandomAccess() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMultimapTest.java | 77 final SetMultimap<K, V> delegate = HashMultimap.create(); field in SynchronizedMultimapTest.TestMultimap 81 protected SetMultimap<K, V> delegate() { in delegate() method in SynchronizedMultimapTest.TestMultimap 98 public int hashCode() { in hashCode() method in SynchronizedMultimapTest.TestMultimap 247 ListMultimap<String, Integer> delegate = ArrayListMultimap.create(); in testSynchronizedArrayListMultimapRandomAccess() local 256 ListMultimap<String, Integer> delegate = LinkedListMultimap.create(); in testSynchronizedLinkedListMultimapRandomAccess() local
|