Home
last modified time | relevance | path

Searched +defs:delegate +defs:delegate (Results 76 – 100 of 3706) sorted by relevance

12345678910>>...149

/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DOutlierDetectionLoadBalancer.java199 private Helper delegate; field in OutlierDetectionLoadBalancer.ChildHelper
201 ChildHelper(Helper delegate) { in ChildHelper()
206 protected Helper delegate() { in delegate() method in OutlierDetectionLoadBalancer.ChildHelper
242 private final Subchannel delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
249 OutlierDetectionSubchannel(Subchannel delegate) { in OutlierDetectionSubchannel()
346 protected Subchannel delegate() { in delegate() method in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel
355 private final SubchannelStateListener delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionSubchannel.OutlierDetectionSubchannelStateListener
357 OutlierDetectionSubchannelStateListener(SubchannelStateListener delegate) { in OutlierDetectionSubchannelStateListener()
385 private final SubchannelPicker delegate; field in OutlierDetectionLoadBalancer.OutlierDetectionPicker
387 OutlierDetectionPicker(SubchannelPicker delegate) { in OutlierDetectionPicker()
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DStriped.java288 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
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java288 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
H A DForwardingListenableFuture.java41 protected abstract ListenableFuture<? extends V> delegate(); in delegate() method in ForwardingListenableFuture
57 private final ListenableFuture<V> delegate; field in ForwardingListenableFuture.SimpleForwardingListenableFuture
59 protected SimpleForwardingListenableFuture(ListenableFuture<V> delegate) { in SimpleForwardingListenableFuture()
64 protected final ListenableFuture<V> delegate() { in delegate() method in ForwardingListenableFuture.SimpleForwardingListenableFuture
/aosp_15_r20/external/dagger2/java/dagger/producers/monitoring/
H A DTimingRecorders.java66 private final ProductionComponentTimingRecorder delegate; field in TimingRecorders.NonThrowingProductionComponentTimingRecorder
68 NonThrowingProductionComponentTimingRecorder(ProductionComponentTimingRecorder delegate) { in NonThrowingProductionComponentTimingRecorder()
86 private final ProductionComponentTimingRecorder.Factory delegate; field in TimingRecorders.NonThrowingProductionComponentTimingRecorder.Factory
88 Factory(ProductionComponentTimingRecorder.Factory delegate) { in Factory()
112 private final ProducerTimingRecorder delegate; field in TimingRecorders.NonThrowingProducerTimingRecorder
114 NonThrowingProducerTimingRecorder(ProducerTimingRecorder delegate) { in NonThrowingProducerTimingRecorder()
/aosp_15_r20/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java78 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_delegation() local
96 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_availableLanguage() local
122 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_unavailableLanguage() local
146 IDelegate delegate = Mockito.mock(IDelegate.class); in testIsLanguageAvailable() local
159 IDelegate delegate = Mockito.mock(IDelegate.class); in testDefaultLanguage_setsVoiceName() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/
H A Dsimple_delegate_test.cc67 auto delegate = TfLiteDummyDelegateCreateUnique(&options); in TEST_F() local
95 auto delegate = TfLiteDummyDelegateCreateUnique(&options); in TEST_F() local
105 auto delegate = TfLiteDummyDelegateCreateUnique(&options); in TEST_F() local
114 auto delegate = TfLiteDummyDelegateCreateUnique(&options); in TEST_F() local
124 auto delegate = TfLiteDummyDelegateCreateUnique(&options); in TEST_F() local
H A Dsimple_delegate.cc32 SimpleDelegateInterface* delegate) { in GetDelegateKernelRegistration()
49 auto* delegate = in GetDelegateKernelRegistration() local
81 auto* delegate = in DelegatePrepare() local
121 auto delegate = new TfLiteDelegate(); in CreateSimpleDelegate() local
131 void TfLiteDelegateFactory::DeleteSimpleDelegate(TfLiteDelegate* delegate) { in DeleteSimpleDelegate()
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
H A DForwardingWrapperTesterTest.java455 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()
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 DForwardingWrapperTesterTest.java455 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()
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/dagger2/java/dagger/producers/monitoring/internal/
H A DMonitors.java79 private final ProductionComponentMonitor delegate; field in Monitors.NonThrowingProductionComponentMonitor
81 NonThrowingProductionComponentMonitor(ProductionComponentMonitor delegate) { in NonThrowingProductionComponentMonitor()
97 private final ProductionComponentMonitor.Factory delegate; field in Monitors.NonThrowingProductionComponentMonitor.Factory
99 Factory(ProductionComponentMonitor.Factory delegate) { in Factory()
123 private final ProducerMonitor delegate; field in Monitors.NonThrowingProducerMonitor
125 NonThrowingProducerMonitor(ProducerMonitor delegate) { in NonThrowingProducerMonitor()
/aosp_15_r20/external/cronet/base/win/
H A Dobject_watcher_unittest.cc54 QuitDelegate delegate(loop.QuitWhenIdleClosure()); in RunTest_BasicSignal() local
78 QuitDelegate delegate(loop.QuitWhenIdleClosure()); in RunTest_BasicCancel() local
94 DecrementCountDelegate delegate(&counter); in RunTest_CancelAfterSet() local
127 QuitDelegate delegate(loop.QuitWhenIdleClosure()); in RunTest_SignalBeforeWatch() local
149 QuitDelegate delegate(loop.QuitWhenIdleClosure()); in RunTest_OutlivesTaskEnvironment() local
189 QuitAfterMultipleDelegate delegate(event, 2, loop.QuitWhenIdleClosure()); in RunTest_ExecuteMultipleTimes() local
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser.cc72 bool ProcessEndpoint(ReportingDelegate* delegate, in ProcessEndpoint()
122 ReportingDelegate* delegate, in ProcessEndpointGroup()
194 bool ProcessEndpoint(ReportingDelegate* delegate, in ProcessEndpoint()
217 bool ProcessV1Endpoint(ReportingDelegate* delegate, in ProcessV1Endpoint()
285 ReportingDelegate* delegate = context->delegate(); in ParseReportToHeader() local
329 ReportingDelegate* delegate = context->delegate(); in ProcessParsedReportingEndpointsHeader() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DCallCredentialsApplyingTransportFactory.java43 private final ClientTransportFactory delegate; field in CallCredentialsApplyingTransportFactory
48 ClientTransportFactory delegate, CallCredentials channelCallCredentials, in CallCredentialsApplyingTransportFactory()
78 private final ConnectionClientTransport delegate; field in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
96 CallCredentialsApplyingTransport(ConnectionClientTransport delegate, String authority) { in CallCredentialsApplyingTransport()
102 protected ConnectionClientTransport delegate() { in delegate() method in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/
H A DRuntimeTypeAdapterFactory.java233 TypeAdapter<?> delegate = gson.getDelegateAdapter(this, TypeToken.get(entry.getValue())); in create() local
234 labelToDelegate.put(entry.getKey(), delegate); in create() local
235 subtypeToDelegate.put(entry.getValue(), delegate); in create() local
254 TypeAdapter<R> delegate = (TypeAdapter<R>) labelToDelegate.get(label); in create() local
266 TypeAdapter<R> delegate = (TypeAdapter<R>) subtypeToDelegate.get(srcType); in create() local
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver_frame_transformer_delegate_unittest.cc62 auto delegate( in TEST() local
75 auto delegate( in TEST() local
87 auto delegate( in TEST() local
102 auto delegate = in TEST() local
128 auto delegate = in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java287 private final Map<K, V> delegate; field in MapField.MutabilityAwareMap
289 MutabilityAwareMap(MutabilityOracle mutabilityOracle, Map<K, V> delegate) { in MutabilityAwareMap()
382 private final Collection<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareCollection
384 MutabilityAwareCollection(MutabilityOracle mutabilityOracle, Collection<E> delegate) { in MutabilityAwareCollection()
479 private final Set<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareSet
481 MutabilityAwareSet(MutabilityOracle mutabilityOracle, Set<E> delegate) { in MutabilityAwareSet()
576 private final Iterator<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareIterator
578 MutabilityAwareIterator(MutabilityOracle mutabilityOracle, Iterator<E> delegate) { in MutabilityAwareIterator()
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java287 private final Map<K, V> delegate; field in MapField.MutabilityAwareMap
289 MutabilityAwareMap(MutabilityOracle mutabilityOracle, Map<K, V> delegate) { in MutabilityAwareMap()
382 private final Collection<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareCollection
384 MutabilityAwareCollection(MutabilityOracle mutabilityOracle, Collection<E> delegate) { in MutabilityAwareCollection()
479 private final Set<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareSet
481 MutabilityAwareSet(MutabilityOracle mutabilityOracle, Set<E> delegate) { in MutabilityAwareSet()
576 private final Iterator<E> delegate; field in MapField.MutabilityAwareMap.MutabilityAwareIterator
578 MutabilityAwareIterator(MutabilityOracle mutabilityOracle, Iterator<E> delegate) { in MutabilityAwareIterator()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java148 public OutputStream create(OutputStream delegate) throws Exception { in create()
164 public OutputStream create(OutputStream delegate) throws Exception { in create()
175 public OutputStream create(OutputStream delegate) throws Exception { in create()
186 public OutputStream create(OutputStream delegate) throws Exception { in create()
198 public OutputStream create(OutputStream delegate) throws Exception { in create()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowWifiManagerTest.java1001 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_validRequest_successCallbackInvoked() local
1019 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_outstandingRequest_failureCallbackInvokedWithAlreadyRegisteredStatus() local
1043 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
1074 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in clearExternalPnoScanRequest_outstandingRequest_callbackInvokedWithUnregisteredStatus() local
1092 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in clearExternalPnoScanRequest_wrongUid_callbackNotInvoked() local
1121 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_availableCallbackInvoked() local
1139 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_removedCallbackInvokedWithDeliveredStatus() local
1157 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_scanResultsAvailableBroadcastSent() local
1182 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_noMatchingSsid_availableCallbackNotInvoked() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_alarm_factory_test.cc39 TestDelegate* delegate = new TestDelegate(); in TEST_F() local
59 TestDelegate* delegate = new TestDelegate(); in TEST_F() local
84 TestDelegate* delegate = new TestDelegate(); in TEST_F() local
126 TestDelegate* delegate = new TestDelegate(); in TEST_F() local
172 TestDelegate* delegate = new TestDelegate(); in TEST_F() local
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DForwardingServerCallListener.java29 protected abstract ServerCall.Listener<ReqT> delegate(); in delegate() method in ForwardingServerCallListener
43 private final ServerCall.Listener<ReqT> delegate; field in ForwardingServerCallListener.SimpleForwardingServerCallListener
45 protected SimpleForwardingServerCallListener(ServerCall.Listener<ReqT> delegate) { in SimpleForwardingServerCallListener()
50 protected ServerCall.Listener<ReqT> delegate() { in delegate() method in ForwardingServerCallListener.SimpleForwardingServerCallListener
H A DForwardingClientCallListener.java29 protected abstract ClientCall.Listener<RespT> delegate(); in delegate() method in ForwardingClientCallListener
43 private final ClientCall.Listener<RespT> delegate; field in ForwardingClientCallListener.SimpleForwardingClientCallListener
45 protected SimpleForwardingClientCallListener(ClientCall.Listener<RespT> delegate) { in SimpleForwardingClientCallListener()
50 protected ClientCall.Listener<RespT> delegate() { in delegate() method in ForwardingClientCallListener.SimpleForwardingClientCallListener
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/
H A Dutils.cc113 new StatefulNnApiDelegate(options), [](TfLiteDelegate* delegate) { in CreateNNAPIDelegate()
162 TfLiteDelegate* delegate = TfLiteHexagonDelegateCreate(options); in CreateHexagonDelegate() local
167 return TfLiteDelegatePtr(delegate, [](TfLiteDelegate* delegate) { in CreateHexagonDelegate()
188 return TfLiteDelegatePtr(xnnpack_delegate, [](TfLiteDelegate* delegate) { in CreateXNNPACKDelegate()
204 TfLiteDelegate* delegate = TfLiteCoreMlDelegateCreate(&coreml_options); in CreateCoreMlDelegate() local
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DRuntimeTypeAdapterFactoryFunctionalTest.java158 TypeAdapter<?> delegate = gson.getDelegateAdapter(this, TypeToken.get(entry.getValue())); in create() local
159 labelToDelegate.put(entry.getKey(), delegate); in create() local
160 subtypeToDelegate.put(entry.getValue(), delegate); in create() local
173 TypeAdapter<R> delegate = (TypeAdapter<R>) labelToDelegate.get(label); in create() local
185 TypeAdapter<R> delegate = (TypeAdapter<R>) subtypeToDelegate.get(srcType); in create() local

12345678910>>...149