HomeSort by relevance Sort by last modified time
    Searched refs:newProxyInstance (Results 26 - 50 of 74) sorted by null

12 3

  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 100 (MyInterface)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
443 (MyInterface)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
WrappedThrow.java 34 proxy = Proxy.newProxyInstance(WrappedThrow.class.getClassLoader(),
  /art/test/004-JniTest/src/
Main.java 222 (SimpleInterface) Proxy.newProxyInstance(SimpleInterface.class.getClassLoader(),
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 71 return Proxy.newProxyInstance(cl, new Class[] { clazz }, handler);
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationFactory.java 95 return (A) Proxy.newProxyInstance(annotationType.getClassLoader(),
  /external/conscrypt/src/test/java/org/conscrypt/
DuckTypedPSKKeyManagerTest.java 96 PSKKeyManager delegate = (PSKKeyManager) Proxy.newProxyInstance(
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 95 return annotationType.cast(Proxy.newProxyInstance(
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java 378 return factoryRawType.cast(Proxy.newProxyInstance(BytecodeGen.getClassLoader(factoryRawType),
FactoryProvider2.java 322 factory = factoryRawType.cast(Proxy.newProxyInstance(
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 276 Object provider = Proxy.newProxyInstance(Platform.class.getClassLoader(),
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 65 * Foo f = (Foo) Proxy.newProxyInstance(Foo.class.getClassLoader(),
126 * {@code Proxy.newProxyInstance}-- and false otherwise.
139 * can be also be created by calling the {@link Proxy#newProxyInstance
140 * Proxy.newProxyInstance} method, which combines the actions of calling
709 * <p>{@code Proxy.newProxyInstance} throws
729 public static Object newProxyInstance(ClassLoader loader,
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 22 import static java.lang.reflect.Proxy.newProxyInstance;
633 (ConcurrentlyMutatedList<Integer>) newProxyInstance(
MultimapsCollectionTest.java 27 import static java.lang.reflect.Proxy.newProxyInstance;
150 this.unusableDelegate = (SetMultimap<K, V>) newProxyInstance(
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 296 private final P instance = interfaceType.cast(Proxy.newProxyInstance(
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 211 Object proxy = Proxy.newProxyInstance(getClass().getClassLoader(),
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
InfiniteStreamWithLimitOpTest.java 295 return (Spliterator.OfLong) Proxy.newProxyInstance(this.getClass().getClassLoader(),
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java     [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java     [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 

Completed in 1012 milliseconds

12 3