/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 331 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection 337 Collection<V> delegate, in WrappedCollection() 413 public int hashCode() { in hashCode() method in AbstractMapBasedMultimap.WrappedCollection 600 WrappedSet(@ParametricNullness K key, Set<V> delegate) { in WrappedSet() 629 SortedSet<V> delegate, in WrappedSortedSet() 690 NavigableSet<V> delegate, in WrappedNavigableSet() 775 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in WrappedList() 924 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList() 1015 public int hashCode() { in hashCode() method in AbstractMapBasedMultimap
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | Striped.java | 288 private final ReadWriteLock delegate; field in Striped.WeakSafeReadWriteLock 307 private final Lock delegate; field in Striped.WeakSafeLock 312 WeakSafeLock(Lock delegate, WeakSafeReadWriteLock strongReference) { in WeakSafeLock() 318 Lock delegate() { in delegate() method in Striped.WeakSafeLock 330 private final Condition delegate; field in Striped.WeakSafeCondition 335 WeakSafeCondition(Condition delegate, WeakSafeReadWriteLock strongReference) { in WeakSafeCondition() 341 Condition delegate() { in delegate() method in Striped.WeakSafeCondition 523 private static int smear(int hashCode) { in smear()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | Striped.java | 288 private final ReadWriteLock delegate; field in Striped.WeakSafeReadWriteLock 307 private final Lock delegate; field in Striped.WeakSafeLock 312 WeakSafeLock(Lock delegate, WeakSafeReadWriteLock strongReference) { in WeakSafeLock() 318 Lock delegate() { in delegate() method in Striped.WeakSafeLock 330 private final Condition delegate; field in Striped.WeakSafeCondition 335 WeakSafeCondition(Condition delegate, WeakSafeReadWriteLock strongReference) { in WeakSafeCondition() 341 Condition delegate() { in delegate() method in Striped.WeakSafeCondition 523 private static int smear(int hashCode) { in smear()
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
H A D | ForwardingImmutableSet.java | 32 private final transient Set<E> delegate; field in ForwardingImmutableSet 34 ForwardingImmutableSet(Set<E> delegate) { in ForwardingImmutableSet() 82 public int hashCode() { in hashCode() method in ForwardingImmutableSet
|
/aosp_15_r20/external/guice/core/src/com/google/inject/multibindings/ |
H A D | OptionalBinder.java | 157 private final RealOptionalBinder<T> delegate; field in OptionalBinder 159 private OptionalBinder(RealOptionalBinder<T> delegate) { in OptionalBinder() 196 public int hashCode() { in hashCode() method in OptionalBinder
|
H A D | Multibinder.java | 148 private final RealMultibinder<T> delegate; field in Multibinder 150 private Multibinder(RealMultibinder<T> delegate) { in Multibinder() 192 public int hashCode() { in hashCode() method in Multibinder
|
H A D | MapBinder.java | 160 private final RealMapBinder<K, V> delegate; field in MapBinder 162 private MapBinder(RealMapBinder<K, V> delegate) { in MapBinder() 211 public int hashCode() { in hashCode() method in MapBinder
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | SystemUIBottomSheetDialog.java | 29 …al com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate = null; field in SystemUIBottomSheetDialog 40 …com.android.systemui.statusbar.phone.DialogDelegate<? super android.app.Dialog> delegate, @org.jet… in SystemUIBottomSheetDialog() 88 …roid.systemui.statusbar.phone.SystemUIBottomSheetDialog create(@org.jetbrains.annotations.NotNull() in create() 145 public int hashCode() { in hashCode() method in SystemUIBottomSheetDialog.WindowLayout.Layout
|
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
H A D | ForwardingWrapperTesterTest.java | 455 private final ParameterTypesDifferent delegate; field in ForwardingWrapperTesterTest.ParameterTypesDifferentForwarder 457 public ParameterTypesDifferentForwarder(ParameterTypesDifferent delegate) { in ParameterTypesDifferentForwarder() 517 private final Sub delegate; field in ForwardingWrapperTesterTest.ForwardingSub 519 ForwardingSub(Sub delegate) { in ForwardingSub() 539 int hashCode(); in hashCode() method 555 private final Equals delegate; field in ForwardingWrapperTesterTest.NoDelegateToEquals 557 NoDelegateToEquals(Equals delegate) { in NoDelegateToEquals() 593 final ChainingCalls delegate; field in ForwardingWrapperTesterTest.ForwardingChainingCalls 595 ForwardingChainingCalls(ChainingCalls delegate) { in ForwardingChainingCalls()
|
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/ |
H A D | ForwardingWrapperTesterTest.java | 455 private final ParameterTypesDifferent delegate; field in ForwardingWrapperTesterTest.ParameterTypesDifferentForwarder 457 public ParameterTypesDifferentForwarder(ParameterTypesDifferent delegate) { in ParameterTypesDifferentForwarder() 517 private final Sub delegate; field in ForwardingWrapperTesterTest.ForwardingSub 519 ForwardingSub(Sub delegate) { in ForwardingSub() 539 int hashCode(); in hashCode() method 555 private final Equals delegate; field in ForwardingWrapperTesterTest.NoDelegateToEquals 557 NoDelegateToEquals(Equals delegate) { in NoDelegateToEquals() 593 final ChainingCalls delegate; field in ForwardingWrapperTesterTest.ForwardingChainingCalls 595 ForwardingChainingCalls(ChainingCalls delegate) { in ForwardingChainingCalls()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMapTest.java | 49 private Map<K, V> delegate; field in SynchronizedMapTest.TestMap 51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() 58 protected Map<K, V> delegate() { in delegate() method in SynchronizedMapTest.TestMap 141 public int hashCode() { in hashCode() method in SynchronizedMapTest.TestMap
|
H A D | SynchronizedNavigableMapTest.java | 55 private final Entry<K, V> delegate; field in SynchronizedNavigableMapTest.TestEntry 58 TestEntry(Entry<K, V> delegate, Object mutex) { in TestEntry() 64 protected Entry<K, V> delegate() { in delegate() method in SynchronizedNavigableMapTest.TestEntry 87 public int hashCode() { in hashCode() method in SynchronizedNavigableMapTest.TestEntry 104 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() 109 protected NavigableMap<K, V> delegate() { in delegate() method in SynchronizedNavigableMapTest.TestMap
|
H A D | ForwardingSetTest.java | 51 protected Set<T> delegate() { in delegate() method in ForwardingSetTest.StandardImplForwardingSet 61 public int hashCode() { in hashCode() method in ForwardingSetTest.StandardImplForwardingSet 171 private static <T> Set<T> wrap(final Set<T> delegate) { in wrap()
|
H A D | ForwardingSortedSetTest.java | 50 protected SortedSet<T> delegate() { in delegate() method in ForwardingSortedSetTest.StandardImplForwardingSortedSet 60 public int hashCode() { in hashCode() method in ForwardingSortedSetTest.StandardImplForwardingSortedSet 170 private static <T> SortedSet<T> wrap(final SortedSet<T> delegate) { in wrap()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SynchronizedMapTest.java | 49 private Map<K, V> delegate; field in SynchronizedMapTest.TestMap 51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() 58 protected Map<K, V> delegate() { in delegate() method in SynchronizedMapTest.TestMap 141 public int hashCode() { in hashCode() method in SynchronizedMapTest.TestMap
|
H A D | SynchronizedNavigableMapTest.java | 55 private final Entry<K, V> delegate; field in SynchronizedNavigableMapTest.TestEntry 58 TestEntry(Entry<K, V> delegate, Object mutex) { in TestEntry() 64 protected Entry<K, V> delegate() { in delegate() method in SynchronizedNavigableMapTest.TestEntry 87 public int hashCode() { in hashCode() method in SynchronizedNavigableMapTest.TestEntry 104 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() 109 protected NavigableMap<K, V> delegate() { in delegate() method in SynchronizedNavigableMapTest.TestMap
|
H A D | ForwardingSetTest.java | 51 protected Set<T> delegate() { in delegate() method in ForwardingSetTest.StandardImplForwardingSet 61 public int hashCode() { in hashCode() method in ForwardingSetTest.StandardImplForwardingSet 171 private static <T> Set<T> wrap(final Set<T> delegate) { in wrap()
|
H A D | ForwardingSortedSetTest.java | 50 protected SortedSet<T> delegate() { in delegate() method in ForwardingSortedSetTest.StandardImplForwardingSortedSet 60 public int hashCode() { in hashCode() method in ForwardingSortedSetTest.StandardImplForwardingSortedSet 170 private static <T> SortedSet<T> wrap(final SortedSet<T> delegate) { in wrap()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | guava-13.0.1.jar | ... final com.google.common.collect.ImmutableCollection delegate
private final com.google.common.collect. ... |
/aosp_15_r20/packages/services/Telecomm/libs/ |
D | guava.jar | ... .google.common.util.concurrent.ListenableFuture delegate
com.google.common.base.Function mapper ... |
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/libcore/luni/src/main/java/libcore/util/ |
H A D | ZoneInfo.java | 129 public static ZoneInfo createZoneInfo(ZoneInfoData delegate) { in createZoneInfo() 138 public static ZoneInfo createZoneInfo(ZoneInfoData delegate, long timeInMillis) { in createZoneInfo() 145 private ZoneInfo(ZoneInfoData delegate, int dstSavings, boolean useDst) { in ZoneInfo() 283 public int hashCode() { in hashCode() method in ZoneInfo
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-scripting-common.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-scripting- ... |
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/ |
H A D | NonNullElementWrapperList.java | 18 private final ArrayList<E> delegate; field in NonNullElementWrapperList 20 public NonNullElementWrapperList(ArrayList<E> delegate) { in NonNullElementWrapperList() 93 @Override public int hashCode() { in hashCode() method in NonNullElementWrapperList
|