Home
last modified time | relevance | path

Searched +defs:element +defs:delegate (Results 26 – 50 of 1262) sorted by relevance

12345678910>>...51

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.9.0-alpha04/androidx.navigation_navigation-fragment/android_common_apex34/aar/
Dandroidx.navigation_navigation-fragment.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DForwardingList.java63 protected abstract List<E> delegate(); in delegate() method in ForwardingList
66 public void add(int index, @ParametricNullness E element) { in add()
83 public int indexOf(@CheckForNull Object element) { in indexOf()
88 public int lastIndexOf(@CheckForNull Object element) { in lastIndexOf()
112 public E set(int index, @ParametricNullness E element) { in set()
138 protected boolean standardAdd(@ParametricNullness E element) { in standardAdd()
139 add(size(), element); in standardAdd() local
161 protected int standardIndexOf(@CheckForNull Object element) { in standardIndexOf()
172 protected int standardLastIndexOf(@CheckForNull Object element) { in standardLastIndexOf()
H A DForwardingMultiset.java59 protected abstract Multiset<E> delegate(); in delegate() method in ForwardingMultiset
62 public int count(@CheckForNull Object element) { in count()
68 public int add(@ParametricNullness E element, int occurrences) { in add()
74 public int remove(@CheckForNull Object element, int occurrences) { in remove()
100 public int setCount(@ParametricNullness E element, int count) { in setCount()
106 public boolean setCount(@ParametricNullness E element, int oldCount, int newCount) { in setCount()
156 protected boolean standardAdd(@ParametricNullness E element) { in standardAdd()
181 protected boolean standardRemove(@CheckForNull Object element) { in standardRemove()
217 protected int standardSetCount(@ParametricNullness E element, int count) { in standardSetCount()
228 protected boolean standardSetCount(@ParametricNullness E element, int oldCount, int newCount) { in standardSetCount()
H A DConcurrentHashMultiset.java142 public int count(@CheckForNull Object element) { in count()
185 E element = entry.getElement(); in snapshot() local
206 public int add(E element, int occurrences) { in add()
273 public int remove(@CheckForNull Object element, int occurrences) { in remove()
314 public boolean removeExactly(@CheckForNull Object element, int occurrences) { in removeExactly()
350 public int setCount(E element, int count) { in setCount()
406 public boolean setCount(E element, int expectedOldCount, int newCount) { in setCount()
452 Set<E> delegate = countMap.keySet(); in createElementSet() local
H A DAbstractMapBasedMultimap.java329 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection
335 Collection<V> delegate, in 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()
801 public V set(int index, @ParametricNullness V element) { in set()
807 public void add(int index, @ParametricNullness V element) { in add()
916 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList()
H A DForwardingListIterator.java48 protected abstract ListIterator<E> delegate(); in delegate() method in ForwardingListIterator
51 public void add(@ParametricNullness E element) { in add()
78 public void set(@ParametricNullness E element) { in set()
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DForwardingList.java63 protected abstract List<E> delegate(); in delegate() method in ForwardingList
66 public void add(int index, @ParametricNullness E element) { in add()
83 public int indexOf(@CheckForNull Object element) { in indexOf()
88 public int lastIndexOf(@CheckForNull Object element) { in lastIndexOf()
112 public E set(int index, @ParametricNullness E element) { in set()
138 protected boolean standardAdd(@ParametricNullness E element) { in standardAdd()
139 add(size(), element); in standardAdd() local
161 protected int standardIndexOf(@CheckForNull Object element) { in standardIndexOf()
172 protected int standardLastIndexOf(@CheckForNull Object element) { in standardLastIndexOf()
H A DForwardingMultiset.java59 protected abstract Multiset<E> delegate(); in delegate() method in ForwardingMultiset
62 public int count(@CheckForNull Object element) { in count()
68 public int add(@ParametricNullness E element, int occurrences) { in add()
74 public int remove(@CheckForNull Object element, int occurrences) { in remove()
100 public int setCount(@ParametricNullness E element, int count) { in setCount()
106 public boolean setCount(@ParametricNullness E element, int oldCount, int newCount) { in setCount()
156 protected boolean standardAdd(@ParametricNullness E element) { in standardAdd()
181 protected boolean standardRemove(@CheckForNull Object element) { in standardRemove()
217 protected int standardSetCount(@ParametricNullness E element, int count) { in standardSetCount()
228 protected boolean standardSetCount(@ParametricNullness E element, int oldCount, int newCount) { in standardSetCount()
H A DConcurrentHashMultiset.java142 public int count(@CheckForNull Object element) { in count()
185 E element = entry.getElement(); in snapshot() local
206 public int add(E element, int occurrences) { in add()
273 public int remove(@CheckForNull Object element, int occurrences) { in remove()
314 public boolean removeExactly(@CheckForNull Object element, int occurrences) { in removeExactly()
350 public int setCount(E element, int count) { in setCount()
406 public boolean setCount(E element, int expectedOldCount, int newCount) { in setCount()
452 Set<E> delegate = countMap.keySet(); in createElementSet() local
H A DAbstractMapBasedMultimap.java331 Collection<V> delegate; field in AbstractMapBasedMultimap.WrappedCollection
337 Collection<V> delegate, in 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()
809 public V set(int index, @ParametricNullness V element) { in set()
815 public void add(int index, @ParametricNullness V element) { in add()
924 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList()
H A DForwardingListIterator.java48 protected abstract ListIterator<E> delegate(); in delegate() method in ForwardingListIterator
51 public void add(@ParametricNullness E element) { in add()
78 public void set(@ParametricNullness E element) { in set()
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie_compose/android_common/kotlin/
Dlottie_compose.jar ... androidx.compose.runtime.MutableState $wasPlaying$delegate void <init> (boolean, boolean, com ...
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A DSpiModelBindingGraphConverter.java225 private static DaggerElement toSpiModel(XElement element) { in toSpiModel()
433 public static DaggerElement from(XElement element) { in from()
437 abstract XElement element(); in element() method in SpiModelBindingGraphConverter.DaggerElementImpl
464 public static DaggerTypeElement from(XTypeElement element) { in from()
468 abstract XTypeElement element(); in element() method in SpiModelBindingGraphConverter.DaggerTypeElementImpl
656 private final dagger.internal.codegen.model.DiagnosticReporter delegate; field in SpiModelBindingGraphConverter.DiagnosticReporterImpl
658 DiagnosticReporterImpl(dagger.internal.codegen.model.DiagnosticReporter delegate) { in DiagnosticReporterImpl()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSingletonImmutableList.java32 final transient List<E> delegate; field in SingletonImmutableList
36 E element; field in SingletonImmutableList
38 SingletonImmutableList(E element) { in SingletonImmutableList()
H A DImmutableSortedSet.java126 SortedSet<E> delegate = new TreeSet<E>(comparator); in ofInternal() local
211 SortedSet<E> delegate = new TreeSet<E>(comparator); in copyOfInternal() local
213 E element = elements.next(); in copyOfInternal() local
233 SortedSet<E> delegate, boolean isSubset) { in unsafeDelegateSortedSet()
432 public Builder<E> add(E element) { in add()
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-scripting-jvm.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava/metalava/linux_glibc_common/kotlin/
Dmetalava.jar ... delegatedProperties private final kotlin.properties.ReadOnlyProperty androidRootDir$delegate private final kotlin.properties.ReadOnlyProperty signatureFormat$delegate ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-core-jvm/1.2.0-alpha01/
HDdatastore-preferences-core-jvm-1.2.0-alpha01.jar ... final java.util.concurrent.atomic.AtomicBoolean delegate public void <init> (boolean) boolean initialValue ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-core-jvm/1.2.0-alpha01/androidx.datastore_datastore-preferences-core/android_common/local-combined/
Dandroidx.datastore_datastore-preferences-core.jar ... final java.util.concurrent.atomic.AtomicBoolean delegate public void <init> (boolean) boolean initialValue ...
/aosp_15_r20/packages/services/Telecomm/libs/
Dguava.jar ... .google.common.util.concurrent.ListenableFuture delegate com.google.common.base.Function mapper ...
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/local-javac-header/
Dmetalava-reporter.jar ... write$2$1 String message String elementId Object element$iv int $i$f$forEach Iterable ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/kotlin/
Dmetalava-reporter.jar ... write$2$1 String message String elementId Object element$iv int $i$f$forEach Iterable ...
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_globaldata_unittest.cpp59 TestDelegate delegate; in TEST() local
75 auto* element = pInstance->GetAt(0); in TEST() local
117 auto* element = pInstance->GetAt(0); in TEST() local

12345678910>>...51