HomeSort by relevance Sort by last modified time
    Searched defs:invocationHandler (Results 1 - 9 of 9) sorted by null

  /external/guice/core/src/com/google/inject/internal/
ConstructionContext.java 74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>();
75 invocationHandlers.add(invocationHandler);
85 invocationHandler));
  /art/test/1945-proxy-method-arguments/src/
Main.java 17 import java.lang.reflect.InvocationHandler;
30 class TestInvocationHandler implements InvocationHandler {
125 TestInvocationHandler invocationHandler = new TestInvocationHandler();
129 invocationHandler);
  /external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DexmakerMockMaker.java 28 import java.lang.reflect.InvocationHandler;
87 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler);
96 T mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock, invocationHandler);
116 ProxyBuilder.setInvocationHandler(mock, invocationHandler);
184 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);
185 return invocationHandler instanceof InvocationHandlerAdapter
186 ? (InvocationHandlerAdapter) invocationHandler
191 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock)
    [all...]
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java 40 import java.lang.reflect.InvocationHandler;
359 InvocationHandler invocationHandler =
360 new InvocationHandler() {
407 invocationHandler));
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 30 import java.lang.reflect.InvocationHandler;
358 public static class InvokeSuperHandler implements InvocationHandler {
429 InvocationHandler handler = new InvocationHandler() {
511 InvocationHandler delegatesOddValues = new InvocationHandler() {
534 InvocationHandler handler = new InvocationHandler() {
814 InvocationHandler invocationHandler = new InvocationHandler()
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 666 milliseconds