Home
last modified time | relevance | path

Searched refs:getDelegate (Results 1 – 25 of 28) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java50 protected Data getDelegate() { in getDelegate() method in DelegatedData
56 data = ((DelegatedData) data).getDelegate(); in unwrap()
63 return getDelegate().getName(); in getName()
68 return getDelegate().getValue(); in getValue()
73 return getDelegate().getIntValue(); in getIntValue()
78 return getDelegate().getBooleanValue(); in getBooleanValue()
83 getDelegate().setValue(value); in setValue()
88 return getDelegate().getFullPath(); in getFullPath()
93 getDelegate().setAttribute(key, value); in setAttribute()
98 return getDelegate().getAttribute(key); in getAttribute()
[all …]
DUnmodifiableData.java81 return new UnmodifiableIterator(getDelegate().getChildren().iterator()); in newChildIterator()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAutoConfiguredLoadBalancerFactory.java106 getDelegate().handleResolvedAddressGroups(servers, attributes); in handleResolvedAddressGroups()
111 getDelegate().handleNameResolutionError(error); in handleNameResolutionError()
116 getDelegate().handleSubchannelState(subchannel, stateInfo); in handleSubchannelState()
126 LoadBalancer getDelegate() { in getDelegate() method in AutoConfiguredLoadBalancerFactory.AutoConfiguredLoadBalancer
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DAbstractMapBasedMultimap.java363 = (ancestor == null) ? null : ancestor.getDelegate(); in WrappedCollection()
376 if (ancestor.getDelegate() != ancestorDelegate) { in refreshIfEmpty()
441 Collection<V> getDelegate() { in getDelegate() method in AbstractMapBasedMultimap.WrappedCollection
634 return (SortedSet<V>) getDelegate(); in getSortedSetDelegate()
687 return (List<V>) getDelegate(); in getListDelegate()
698 int newSize = getDelegate().size(); in addAll()
722 boolean wasEmpty = getDelegate().isEmpty(); in add()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAutoConfiguredLoadBalancerFactoryTest.java70 assertThat(lb.getDelegate().getClass().getName()).contains("PickFirst"); in defaultIsPickFirst()
128 LoadBalancer oldDelegate = lb.getDelegate(); in handleResolvedAddressGroups_keepOldBalancer()
132 assertThat(lb.getDelegate()).isSameAs(oldDelegate); in handleResolvedAddressGroups_keepOldBalancer()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetInputStream.java41 abstract InputStream getDelegate(); in getDelegate() method in ShadowAssetInputStream
DShadowArscAssetInputStream.java24 InputStream getDelegate() { in getDelegate() method in ShadowArscAssetInputStream
DShadowLegacyAssetInputStream.java23 InputStream getDelegate() { in getDelegate() method in ShadowLegacyAssetInputStream
DShadowBitmapFactory.java110 if (sais.getDelegate() != null) { in decodeStream()
111 is = sais.getDelegate(); in decodeStream()
/external/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java366 = (ancestor == null) ? null : ancestor.getDelegate(); in WrappedCollection()
379 if (ancestor.getDelegate() != ancestorDelegate) { in refreshIfEmpty()
444 Collection<V> getDelegate() { in getDelegate() method in AbstractMapBasedMultimap.WrappedCollection
637 return (SortedSet<V>) getDelegate(); in getSortedSetDelegate()
765 return (List<V>) getDelegate(); in getListDelegate()
776 int newSize = getDelegate().size(); in addAll()
800 boolean wasEmpty = getDelegate().isEmpty(); in add()
/external/mockito/src/main/java/org/mockito/internal/verification/
DVerificationWrapperInOrderWrapper.java45 … wrapInOrder(verificationWrapper, verificationOverTime.getDelegate(), inOrder), in wrapInOrder()
DVerificationOverTimeImpl.java140 public VerificationMode getDelegate() { in getDelegate() method in VerificationOverTimeImpl
/external/guice/core/src/com/google/inject/spi/
DMembersInjectorLookup.java83 public MembersInjector<T> getDelegate() { in getDelegate() method in MembersInjectorLookup
DProviderLookup.java93 public Provider<T> getDelegate() { in getDelegate() method in ProviderLookup
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
DCacheAdapter.java42 public ResponseCache getDelegate() { in getDelegate() method in CacheAdapter
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DJava8PlatformUtil.java89 return Java8EngineWrapper.getDelegate(engine); in unwrapEngine()
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DJava8PlatformUtil.java90 return Java8EngineWrapper.getDelegate(engine); in unwrapEngine()
/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
DCacheAdapter.java44 public ResponseCache getDelegate() { in getDelegate() method in CacheAdapter
/external/easymock/src/org/easymock/internal/
DObjectMethodsFilter.java86 public MockInvocationHandler getDelegate() { in getDelegate() method in ObjectMethodsFilter
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java841 delegate.initSign(opaqueKey.getDelegate()); in engineInitSign()
924 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), random); in engineInit()
942 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), params, random); in engineInit()
949 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), params, random); in engineInit()
972 private interface DelegatingPrivateKey { PrivateKey getDelegate(); } in getDelegate() method
981 public PrivateKey getDelegate() { in getDelegate() method in SSLSocketVersionCompatibilityTest.OpaqueDelegatingECPrivateKey
1025 public PrivateKey getDelegate() { in getDelegate() method in SSLSocketVersionCompatibilityTest.OpaqueDelegatingRSAPrivateKey
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java833 delegate.initSign(opaqueKey.getDelegate()); in engineInitSign()
907 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), random); in engineInit()
925 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), params, random); in engineInit()
932 delegate.init(opmode, ((DelegatingPrivateKey) key).getDelegate(), params, random); in engineInit()
955 private interface DelegatingPrivateKey { PrivateKey getDelegate(); } in getDelegate() method
964 public PrivateKey getDelegate() { in getDelegate() method in SSLSocketVersionCompatibilityTest.OpaqueDelegatingECPrivateKey
1008 public PrivateKey getDelegate() { in getDelegate() method in SSLSocketVersionCompatibilityTest.OpaqueDelegatingRSAPrivateKey
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java862 assertNull(command.getDelegate()); in testGetProvider()
870 assertNull(command.getDelegate()); in testGetProvider()
955 assertNull(command.getDelegate()); in testGetMembersInjector()
963 assertNull(command.getDelegate()); in testGetMembersInjector()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DJava8EngineWrapper.java47 static SSLEngine getDelegate(SSLEngine engine) { in getDelegate() method in Java8EngineWrapper
/external/conscrypt/common/src/main/java/org/conscrypt/
DJava8EngineWrapper.java46 static SSLEngine getDelegate(SSLEngine engine) { in getDelegate() method in Java8EngineWrapper
/external/easymock/src/org/easymock/
DEasyMock.java1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()

12