Searched refs:getDelegate (Results 1 - 25 of 53) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDelegatedData.java50 protected Data getDelegate() { method in class:DelegatedData
56 data = ((DelegatedData) data).getDelegate();
63 return getDelegate().getName();
68 return getDelegate().getValue();
73 return getDelegate().getIntValue();
78 return getDelegate().getBooleanValue();
83 getDelegate().setValue(value);
88 return getDelegate().getFullPath();
93 getDelegate().setAttribute(key, value);
98 return getDelegate()
[all...]
H A DUnmodifiableData.java81 return new UnmodifiableIterator(getDelegate().getChildren().iterator());
/external/mockito/src/org/mockito/internal/verification/
H A DVerificationWithTimeoutImpl.java49 public VerificationMode getDelegate() { method in class:VerificationWithTimeoutImpl
/external/guice/core/src/com/google/inject/spi/
H A DMembersInjectorLookup.java81 public MembersInjector<T> getDelegate() { method in class:MembersInjectorLookup
H A DProviderLookup.java90 public Provider<T> getDelegate() { method in class:ProviderLookup
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLExtendedSessionImpl.java40 public OpenSSLSessionImpl getDelegate() { method in class:OpenSSLExtendedSessionImpl
H A DSSLParametersImpl.java435 sessionToReuse = ((OpenSSLExtendedSessionImpl) cachedSession).getDelegate();
/external/easymock/src/org/easymock/internal/
H A DObjectMethodsFilter.java86 public MockInvocationHandler getDelegate() { method in class:ObjectMethodsFilter
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java422 public abstract Delegate getDelegate(); method in class:JmDNS
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DCacheAdapter.java42 public ResponseCache getDelegate() { method in class:CacheAdapter
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultimap.java363 = (ancestor == null) ? null : ancestor.getDelegate();
376 if (ancestor.getDelegate() != ancestorDelegate) {
441 Collection<V> getDelegate() { method in class:AbstractMapBasedMultimap.WrappedCollection
634 return (SortedSet<V>) getDelegate();
687 return (List<V>) getDelegate();
698 int newSize = getDelegate().size();
722 boolean wasEmpty = getDelegate().isEmpty();
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java366 = (ancestor == null) ? null : ancestor.getDelegate();
379 if (ancestor.getDelegate() != ancestorDelegate) {
444 Collection<V> getDelegate() { method in class:AbstractMapBasedMultimap.WrappedCollection
637 return (SortedSet<V>) getDelegate();
765 return (List<V>) getDelegate();
776 int newSize = getDelegate().size();
800 boolean wasEmpty = getDelegate().isEmpty();
/external/guice/core/test/com/google/inject/spi/
H A DElementsTest.java812 assertNull(command.getDelegate());
820 assertNull(command.getDelegate());
900 assertNull(command.getDelegate());
908 assertNull(command.getDelegate());
/external/easymock/src/org/easymock/
H A DEasyMock.java1646 .getInvocationHandler(mock)).getDelegate().getControl();
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java1770 if (this.getDelegate() != null) {
1771 this.getDelegate().cannotRecoverFromIOError(this.getDns(), oldServiceInfos);
2212 public Delegate getDelegate() { method in class:JmDNSImpl
H A DServiceInfoImpl.java1312 Delegate getDelegate() { method in class:ServiceInfoImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...

Completed in 1371 milliseconds

123