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.java85 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
126 default <T> T newProxy(T target, Class<T> interfaceType, Duration timeout) { in newProxy() method
DSimpleTimeLimiter.java75 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
115 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DFakeTimeLimiter.java43 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.java75 public <T> T newProxy( in newProxy() method in SimpleTimeLimiter
115 private static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in SimpleTimeLimiter
DTimeLimiter.java82 <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit); in newProxy() method
DFakeTimeLimiter.java43 public <T> T newProxy( in newProxy() method in FakeTimeLimiter
/external/guava/android/guava/src/com/google/common/reflect/
DReflection.java82 public static <T> T newProxy(Class<T> interfaceType, InvocationHandler handler) { in newProxy() method in Reflection
/external/guava/guava/src/com/google/common/reflect/
DReflection.java82 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