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

12 3 4 5 6 7 8 91011>>

  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaPersistModule.java 36 import java.lang.reflect.InvocationHandler;
119 InvocationHandler finderInvoker = new InvocationHandler() {
  /external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
InvocationHandlerAdapter.java 27 import java.lang.reflect.InvocationHandler;
32 * Handles proxy method invocations to dexmaker's InvocationHandler by calling
35 final class InvocationHandlerAdapter implements InvocationHandler {
  /external/easymock/src/org/easymock/internal/
ObjectMethodsFilter.java 20 import java.lang.reflect.InvocationHandler;
24 public class ObjectMethodsFilter implements InvocationHandler, Serializable {
  /external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
PluginLoader.java 11 import java.lang.reflect.InvocationHandler;
63 new InvocationHandler() {
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
SubstitutableLoggerTest.java 27 import java.lang.reflect.InvocationHandler;
72 private class LoggerInvocationHandler implements InvocationHandler {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
PSKKeyManagerProxy.java 19 import java.lang.reflect.InvocationHandler;
31 class PSKKeyManagerProxy implements InvocationHandler {
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 62 * InvocationHandler handler = new MyInvocationHandler(...);
64 * Foo f = (Foo) proxyClass.getConstructor(InvocationHandler.class).
85 * object, which implements the interface {@link InvocationHandler}.
87 * interfaces will be dispatched to the {@link InvocationHandler#invoke
144 * an implementation of the interface {@link InvocationHandler}, to set
176 * InvocationHandler#invoke invoke} method as described in the
236 * @see InvocationHandler
248 { InvocationHandler.class };
260 protected InvocationHandler h;
303 protected Proxy(InvocationHandler h)
    [all...]
  /art/test/044-proxy/src/
NarrowingTest.java 34 new InvocationHandler() {
BasicTest.java 18 import java.lang.reflect.InvocationHandler;
99 InvocationHandler handler = new MyInvocationHandler(proxyMe);
109 Constructor<?> cons = proxyClass.getConstructor(InvocationHandler.class);
229 class MyInvocationHandler implements InvocationHandler {
WrappedThrow.java 18 import java.lang.reflect.InvocationHandler;
30 InvocationHandler handler = new WTInvocationHandler(mix);
178 class WTInvocationHandler implements InvocationHandler {
  /art/test/616-cha-proxy-method-inline/src/
Main.java 20 class DebugProxy implements java.lang.reflect.InvocationHandler {
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 32 import java.lang.reflect.InvocationHandler;
59 * InvocationHandler handler = new InvocationHandler() {
82 * {@link #handler(InvocationHandler)} passing in an {@link InvocationHandler}, and then call
138 private InvocationHandler handler;
162 public ProxyBuilder<T> handler(InvocationHandler handler) {
242 * an invocation handler, even if {@link #handler(InvocationHandler)} was called. The handler
244 * {@link #setInvocationHandler(Object, InvocationHandler)}.
329 * Returns the proxy's {@link InvocationHandler}
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 28 import java.lang.reflect.InvocationHandler;
335 public static class InvokeSuperHandler implements InvocationHandler {
405 InvocationHandler handler = new InvocationHandler() {
486 InvocationHandler delegatesOddValues = new InvocationHandler() {
508 InvocationHandler handler = new InvocationHandler() {
771 InvocationHandler invocationHandler = new InvocationHandler()
    [all...]
  /external/conscrypt/api-doclet/src/main/java/org/conscrypt/doclet/
FilterDoclet.java 28 import java.lang.reflect.InvocationHandler;
121 private static class HideHandler implements InvocationHandler {
  /art/test/004-JniTest/src/
Main.java 17 import java.lang.reflect.InvocationHandler;
222 private static class DummyInvocationHandler implements InvocationHandler {
229 InvocationHandler handler = new DummyInvocationHandler();
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 18 import java.lang.reflect.InvocationHandler;
37 public class AnnotationImpl implements InvocationHandler {
239 InvocationHandler ih = Proxy.getInvocationHandler(obj);
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 27 import java.lang.reflect.InvocationHandler;
402 public static class SerializableInvocationHandler implements InvocationHandler, Serializable {
432 implements InvocationHandler /*, Serializable*/ {
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java 41 import java.lang.reflect.InvocationHandler;
336 InvocationHandler invocationHandler = new InvocationHandler() {
379 new Class[] { factoryRawType }, invocationHandler));
  /external/libmojo/base/android/java/src/org/chromium/base/
BaseChromiumApplication.java 15 import java.lang.reflect.InvocationHandler;
70 private class WindowCallbackProxy implements InvocationHandler {
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationFactory.java 25 import java.lang.reflect.InvocationHandler;
49 public final class AnnotationFactory implements InvocationHandler, Serializable {
  /prebuilts/tools/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/
mvp-common-2.0.1.jar 
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
DuckTypedPSKKeyManagerTest.java 19 import java.lang.reflect.InvocationHandler;
305 static class MockInvocationHandler implements InvocationHandler {
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 39 import java.lang.reflect.InvocationHandler;
98 new InvocationHandler() {
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/
dexmaker-mockito-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.2/
dexmaker-mockito-1.2.jar 

Completed in 1074 milliseconds

12 3 4 5 6 7 8 91011>>