Home
last modified time | relevance | path

Searched +defs:index +defs:delegate (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSynchronized.java74 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
268 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet()
273 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet
332 SynchronizedList(List<E> delegate, @CheckForNull Object mutex) { in SynchronizedList()
[all …]
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()
776 public boolean addAll(int index, Collection<? extends V> c) { in addAll()
794 public V get(int index) { in get()
801 public V set(int index, @ParametricNullness V element) { in set()
807 public void add(int index, @ParametricNullness V element) { in add()
[all …]
H A DRegularImmutableAsList.java35 private final ImmutableCollection<E> delegate; field in RegularImmutableAsList
38 RegularImmutableAsList(ImmutableCollection<E> delegate, ImmutableList<? extends E> delegateList) { in RegularImmutableAsList()
43 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) { in RegularImmutableAsList()
47 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array, int size) { in RegularImmutableAsList()
62 public UnmodifiableListIterator<E> listIterator(int index) { in listIterator()
90 public E get(int index) { in get()
H A DCompactHashMap.java327 void accessEntry(int index) { in accessEntry()
338 Map<K, V> delegate = delegateOrNull(); in put() local
503 Map<K, V> delegate = delegateOrNull(); in containsKey() local
510 Map<K, V> delegate = delegateOrNull(); in get() local
514 int index = indexOf(key); in get() local
527 Map<K, V> delegate = delegateOrNull(); in remove() local
540 int index = in removeHelper() local
698 Map<K, V> delegate = delegateOrNull(); in remove() local
716 Map<K, V> delegate = delegateOrNull(); in keySetIterator() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSynchronized.java83 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
312 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet()
317 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet
376 SynchronizedList(List<E> delegate, @CheckForNull Object mutex) { in SynchronizedList()
[all …]
H A DCompactHashMap.java331 void accessEntry(int index) { in accessEntry()
342 Map<K, V> delegate = delegateOrNull(); in put() local
507 Map<K, V> delegate = delegateOrNull(); in containsKey() local
514 Map<K, V> delegate = delegateOrNull(); in get() local
518 int index = indexOf(key); in get() local
531 Map<K, V> delegate = delegateOrNull(); in remove() local
544 int index = in removeHelper() local
680 Map<K, V> delegate = delegateOrNull(); in replaceAll() local
712 Map<K, V> delegate = delegateOrNull(); in toArray() local
728 Map<K, V> delegate = delegateOrNull(); in toArray() local
[all …]
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()
784 public boolean addAll(int index, Collection<? extends V> c) { in addAll()
802 public V get(int index) { in get()
809 public V set(int index, @ParametricNullness V element) { in set()
815 public void add(int index, @ParametricNullness V element) { in add()
[all …]
H A DRegularImmutableAsList.java36 private final ImmutableCollection<E> delegate; field in RegularImmutableAsList
39 RegularImmutableAsList(ImmutableCollection<E> delegate, ImmutableList<? extends E> delegateList) { in RegularImmutableAsList()
44 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) { in RegularImmutableAsList()
59 public UnmodifiableListIterator<E> listIterator(int index) { in listIterator()
92 public E get(int index) { in get()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DStriped.java114 public abstract L getAt(int index); in getAt()
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
387 public L getAt(int index) { in getAt()
417 public L getAt(int index) { in getAt()
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java114 public abstract L getAt(int index); in getAt()
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
387 public L getAt(int index) { in getAt()
417 public L getAt(int index) { in getAt()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dgpu_api_delegate.cc215 for (auto index : input_indices_) { in SetInputsAndOutputs() local
220 for (auto index : output_indices_) { in SetInputsAndOutputs() local
263 TensorObject GetTensorObject(int index, TfLiteContext* context) const { in GetTensorObject()
307 inline Delegate* GetDelegate(TfLiteDelegate* delegate) { in GetDelegate()
311 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare()
376 void TfLiteGpuDelegateDelete_New(TfLiteDelegate* delegate) { in TfLiteGpuDelegateDelete_New()
381 TfLiteDelegate* delegate, GLuint buffer_id, int tensor_index, in TfLiteGpuDelegateBindGlBufferToTensor()
402 bool TfLiteGpuDelegateGetSerializedBinaryCache(TfLiteDelegate* delegate, in TfLiteGpuDelegateGetSerializedBinaryCache()
/aosp_15_r20/external/cronet/base/task/
H A Djob_perftest.cc81 auto index = pending_indices_.top(); in GetNext() local
103 void GiveBack(size_t index) { in GiveBack()
143 bool TryAcquire(size_t index) { return items_[index].TryAcquire(); } in TryAcquire()
147 bool ProcessWorkItem(size_t index) { in ProcessWorkItem()
168 [](base::TimeDelta duration, size_t index) { in BusyWaitCallback()
208 JobDelegate* delegate) { in RunJobWithNaiveAssignment()
243 std::atomic_size_t index{0}; in RunJobWithAtomicAssignment() local
256 std::atomic_size_t* index, JobDelegate* delegate) { in RunJobWithAtomicAssignment()
302 WaitableEvent* complete, JobDelegate* delegate) { in RunJobWithDynamicAssignment()
305 std::optional<size_t> index = generator->GetNext(); in RunJobWithDynamicAssignment() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex33/aar/
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex34/aar/
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common/aar/
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/sqlite/sqlite-framework-android/2.5.0-alpha12/androidx.sqlite_sqlite-framework/android_common_apex30/aar/
Dclasses.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
Dandroidx.sqlite_sqlite-framework.jar ... ] EMPTY_STRING_ARRAY private static final kotlin.Lazy getThreadSessionMethod$delegate private static final kotlin.Lazy beginTransactionMethod$delegate public ...
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/native/
H A Dnnapi_delegate_test_jni.cc77 [](const ANeuralNetworksCompilation* compilation, uint32_t index, in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
85 [](const ANeuralNetworksCompilation* compilation, uint32_t index, in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
93 [](const ANeuralNetworksCompilation* compilation, uint32_t index, in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
94 uint32_t* padding) -> int { in Java_org_tensorflow_lite_nnapi_NnApiDelegateTest_getMockSlHandle()
280 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getAllowFp16Option() local
290 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getDisallowNnapiCpuOption() local
300 auto* delegate = in Java_org_tensorflow_lite_NnApiDelegateNativeTest_getModelTokenOption() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DWeightedRoundRobinLoadBalancer.java154 private final Helper delegate; field in WeightedRoundRobinLoadBalancer.WrrHelper
166 protected Helper delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrHelper
178 private final Subchannel delegate; field in WeightedRoundRobinLoadBalancer.WrrSubchannel
183 WrrSubchannel(Subchannel delegate) { in WrrSubchannel()
217 protected Subchannel delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrSubchannel
414 void add(int index, double weight) { in add()
439 private final int index; field in WeightedRoundRobinLoadBalancer.ObjectState
442 ObjectState(double weight, int index) { in ObjectState()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Ddelegate.cc130 explicit DelegateKernel(Delegate* delegate) : delegate_(delegate) { in DelegateKernel()
207 for (auto index : input_indices_) { in GetRequiredTemporaries() local
212 for (auto index : output_indices_) { in GetRequiredTemporaries() local
262 ObjectDef GetObjectDef(int index, in GetObjectDef()
272 TensorObject GetTensorObject(int index, TfLiteContext* context) const { in GetTensorObject()
503 inline Delegate* GetDelegate(TfLiteDelegate* delegate) { in GetDelegate()
507 TfLiteStatus DelegatePrepare(TfLiteContext* context, TfLiteDelegate* delegate) { in DelegatePrepare()
596 void TfLiteGpuDelegateV2Delete(TfLiteDelegate* delegate) { in TfLiteGpuDelegateV2Delete()
/aosp_15_r20/external/cronet/net/http/
H A Dbidirectional_stream_unittest.cc462 TestDelegateBase delegate(nullptr, 0); in TEST_F() local
496 auto delegate = in TEST_F() local
549 auto delegate = in TEST_F() local
577 auto delegate = std::make_unique<TestDelegateBase>(nullptr, 0); in TEST_F() local
635 auto delegate = in TEST_F() local
698 auto delegate = std::make_unique<TestDelegateBase>( in TEST_F() local
783 auto delegate = std::make_unique<TestDelegateBase>( in TEST_F() local
828 size_t index = ExpectLogContainsSomewhere( in TEST_F() local
919 auto delegate = std::make_unique<TestDelegateBase>( in TEST_F() local
1008 auto delegate = std::make_unique<TestDelegateBase>( in TEST_F() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DAbstractListTest.java156 private final List<Integer> delegate; field in AbstractListTest.SequentialList
162 @Override public ListIterator<Integer> listIterator(int index) { in listIterator()
175 protected final List<Integer> delegate; field in AbstractListTest.RandomAccessList
184 static Integer initialValue(int index) { return 31337 ^ index; } in initialValue()
186 @Override public Integer get(int index) { return delegate.get(index); } in get()
188 @Override public Integer set(int index, Integer v) { return delegate.set(index, v); } in set()
189 @Override public void add(int index, Integer element) { in add()
193 @Override public Integer remove(int index) { in remove()
211 @Override public ListIterator<Integer> listIterator(int index) { in listIterator()

12345678910>>...49