/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/ |
H A D | PostConstructAdapterFactory.java | 40 TypeAdapter<T> delegate = gson.getDelegateAdapter(this, type); in create() local 49 private final TypeAdapter<T> delegate; field in PostConstructAdapterFactory.PostConstructAdapter 52 public PostConstructAdapter(TypeAdapter<T> delegate, Method method) { in PostConstructAdapter()
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/interceptors/ |
H A D | InterceptorFactory.java | 21 TypeAdapter<T> delegate = gson.getDelegateAdapter(this, type); in create() local 26 private final TypeAdapter<T> delegate; field in InterceptorFactory.InterceptorAdapter 30 public InterceptorAdapter(TypeAdapter<T> delegate, Intercept intercept) { in InterceptorAdapter()
|
/aosp_15_r20/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/ |
H A D | SyncAdapter.java | 34 AbstractThreadedSyncAdapter delegate = mock(AbstractThreadedSyncAdapter.class); in setNewDelegate() local 57 AbstractThreadedSyncAdapter delegate = getCopyOfDelegate(); in onPerformSync() local 66 AbstractThreadedSyncAdapter delegate = getCopyOfDelegate(); in onUnsyncableAccount() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/listener/ |
H A D | PublisherListener.java | 44 static <T> SdkPublisher<T> wrap(SdkPublisher<T> delegate, PublisherListener<T> listener) { in wrap() 52 private final SdkPublisher<T> delegate; field in PublisherListener.NotifyingPublisher 55 NotifyingPublisher(SdkPublisher<T> delegate, in NotifyingPublisher()
|
H A D | AsyncRequestBodyListener.java | 43 static AsyncRequestBody wrap(AsyncRequestBody delegate, AsyncRequestBodyListener listener) { in wrap() 51 private final AsyncRequestBody delegate; field in AsyncRequestBodyListener.NotifyingAsyncRequestBody 54 NotifyingAsyncRequestBody(AsyncRequestBody delegate, AsyncRequestBodyListener listener) { in NotifyingAsyncRequestBody()
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | ReserializingTestCollectionGenerator.java | 37 private final TestCollectionGenerator<E> delegate; field in ReserializingTestCollectionGenerator 39 ReserializingTestCollectionGenerator(TestCollectionGenerator<E> delegate) { in ReserializingTestCollectionGenerator() 44 TestCollectionGenerator<E> delegate) { in newInstance()
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | ReserializingTestCollectionGenerator.java | 37 private final TestCollectionGenerator<E> delegate; field in ReserializingTestCollectionGenerator 39 ReserializingTestCollectionGenerator(TestCollectionGenerator<E> delegate) { in ReserializingTestCollectionGenerator() 44 TestCollectionGenerator<E> delegate) { in newInstance()
|
/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
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowServiceManager.java | 159 private final Object delegate; field in ShadowServiceManager.BinderService 165 @Nullable Object delegate) { in BinderService() 393 @Nullable Object delegate) { in addBinderService() 403 @Nullable Object delegate) { in addBinderService()
|
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/ |
H A D | file_scanner_unittest.cc | 97 TestDelegate delegate( in TEST() local 117 TestDelegate delegate( in TEST() local 137 TestDelegate delegate( in TEST() local 169 TestDelegate delegate( in TEST() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTransformValuesUnmodifiableIteratorTest.java | 47 final Map<K, V> delegate; field in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 49 UnmodifiableIteratorMap(Map<K, V> delegate) { in UnmodifiableIteratorMap() 54 protected Map<K, V> delegate() { in delegate() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap
|
H A D | ForwardingSortedMapImplementsMapTest.java | 36 final SortedMap<K, V> delegate; field in ForwardingSortedMapImplementsMapTest.SimpleForwardingSortedMap 38 SimpleForwardingSortedMap(SortedMap<K, V> delegate) { in SimpleForwardingSortedMap() 43 protected SortedMap<K, V> delegate() { in delegate() method in ForwardingSortedMapImplementsMapTest.SimpleForwardingSortedMap
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTransformValuesUnmodifiableIteratorTest.java | 47 final Map<K, V> delegate; field in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 49 UnmodifiableIteratorMap(Map<K, V> delegate) { in UnmodifiableIteratorMap() 54 protected Map<K, V> delegate() { in delegate() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap
|
H A D | ForwardingSortedMapImplementsMapTest.java | 36 final SortedMap<K, V> delegate; field in ForwardingSortedMapImplementsMapTest.SimpleForwardingSortedMap 38 SimpleForwardingSortedMap(SortedMap<K, V> delegate) { in SimpleForwardingSortedMap() 43 protected SortedMap<K, V> delegate() { in delegate() method in ForwardingSortedMapImplementsMapTest.SimpleForwardingSortedMap
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/verification/ |
H A D | Timeout.java | 28 public Timeout(long millis, VerificationMode delegate) { in Timeout() 35 Timeout(long pollingPeriodMillis, long millis, VerificationMode delegate) { in Timeout() 42 Timeout(long pollingPeriodMillis, VerificationMode delegate, Timer timer) { in Timeout()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | delegate_test.cc | 173 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 191 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 212 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 361 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 388 TfLiteDelegate* delegate = delegate_->get_tf_lite_delegate(); in TEST_F() local 872 TfLiteDelegate* delegate) -> TfLiteStatus { in SetUp() 1018 TfLiteDelegate* delegate) -> TfLiteStatus { in SetUp()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 329 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() 916 @ParametricNullness K key, List<V> delegate, @CheckForNull WrappedCollection ancestor) { in RandomAccessWrappedList()
|
/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() 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()
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | sequence_manager_perftest.cc | 224 explicit TestCase(PerfTestDelegate* delegate) : delegate_(delegate) {} in TestCase() 365 PerfTestDelegate* delegate, in SingleThreadImmediateTestCase() 379 PerfTestDelegate* delegate, in SingleThreadImmediateTaskSource() 402 PerfTestDelegate* delegate, in SingleThreadDelayedTestCase() 416 PerfTestDelegate* delegate, in SingleThreadDelayedTaskSource() 441 TwoThreadTestCase(PerfTestDelegate* delegate, in TwoThreadTestCase()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | MoreExecutorsTest.java | 332 ExecutorService delegate = mock(ExecutorService.class); in testListeningDecorator_noWrapExecuteTask() local 345 ScheduledThreadPoolExecutor delegate = in testListeningDecorator_scheduleSuccess() local 369 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_scheduleFailure() local 379 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_schedulePeriodic() local 399 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_cancelled() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | MoreExecutorsTest.java | 332 ExecutorService delegate = mock(ExecutorService.class); in testListeningDecorator_noWrapExecuteTask() local 345 ScheduledThreadPoolExecutor delegate = in testListeningDecorator_scheduleSuccess() local 369 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_scheduleFailure() local 379 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_schedulePeriodic() local 399 ScheduledThreadPoolExecutor delegate = new ScheduledThreadPoolExecutor(1); in testListeningDecorator_cancelled() local
|
H A D | WrappingScheduledExecutorServiceTest.java | 74 private final Callable<T> delegate; field in WrappingScheduledExecutorServiceTest.WrappedCallable 76 public WrappedCallable(Callable<T> delegate) { in WrappedCallable() 87 private final Runnable delegate; field in WrappingScheduledExecutorServiceTest.WrappedRunnable 89 public WrappedRunnable(Runnable delegate) { in WrappedRunnable()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_chromium_alarm_factory.cc | 25 quic::QuicArenaScopedPtr<quic::QuicAlarm::Delegate> delegate) in QuicChromeAlarm() 85 quic::QuicArenaScopedPtr<quic::QuicAlarm::Delegate> delegate, in CreateAlarm() 97 quic::QuicAlarm::Delegate* delegate) { in CreateAlarm()
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/bind/ |
H A D | TypeAdapterRuntimeTypeWrapper.java | 29 private final TypeAdapter<T> delegate; field in TypeAdapterRuntimeTypeWrapper 32 TypeAdapterRuntimeTypeWrapper(Gson context, TypeAdapter<T> delegate, Type type) { in TypeAdapterRuntimeTypeWrapper() 81 …TypeAdapter<?> delegate = ((SerializationDelegatingTypeAdapter<?>) typeAdapter).getSerializationDe… in isReflective() local
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/ |
H A D | ClientConnectionRequestFactory.java | 60 private InstrumentedConnectionRequest(ConnectionRequest delegate) { in InstrumentedConnectionRequest() 83 private final ConnectionRequest delegate; field in ClientConnectionRequestFactory.DelegatingConnectionRequest 85 private DelegatingConnectionRequest(ConnectionRequest delegate) { in DelegatingConnectionRequest()
|