Home
last modified time | relevance | path

Searched defs:newProxy (Results 1 – 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DTimeLimiter.java83 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
124 default <T> T newProxy(T target, Class<T> interfaceType, Duration timeout) { in newProxy() method
DSimpleTimeLimiter.java72 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
109 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DFakeTimeLimiter.java41 public <T> T newProxy( in newProxy() method in FakeTimeLimiter
/external/javassist/src/test/test/javassist/proxy/
DProxySerializationTest.java44 TestClass newProxy = (TestClass)in.readObject(); in testSerialization() local
71 TestClass newProxy = (TestClass)in.readObject(); in testSerialization() local
/external/guava/android/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java72 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
109 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DFakeTimeLimiter.java41 public <T> T newProxy( in newProxy() method in FakeTimeLimiter
DTimeLimiter.java80 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
/external/guava/guava/src/com/google/common/reflect/
DReflection.java81 public static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in Reflection
/external/guava/android/guava/src/com/google/common/reflect/
DReflection.java81 public static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in Reflection
/external/guava/android/guava-testlib/src/com/google/common/testing/
DDummyProxy.java46 final <T> T newProxy(TypeToken<T> interfaceType) { in newProxy() method in DummyProxy
DFreshValueGenerator.java267 private <T> T newProxy(final Class<T> interfaceType) { in newProxy() method in FreshValueGenerator
/external/guava/guava-testlib/src/com/google/common/testing/
DDummyProxy.java46 final <T> T newProxy(TypeToken<T> interfaceType) { in newProxy() method in DummyProxy
DFreshValueGenerator.java269 private <T> T newProxy(final Class<T> interfaceType) { in newProxy() method in FreshValueGenerator