Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 25 of 110) sorted by relevance

12345

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_invoke_helpers.hpp27 inline void invoke(Function& function, Context& context) in invoke() function
39 inline void invoke(const Function& function, Context& context) in invoke() function
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java63 public void invoke() { in invoke() method in ProxyFactoryTest.Simple
72 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.SimpleInterceptor
189 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.CountingInterceptor
197 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.DoubleInterceptor
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CountingInterceptor
56 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.ReturnNullInterceptor
62 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NoOpInterceptor
311 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NamedInterceptor
355 public Object invoke(final MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CallLaterInterceptor
DIntegrationTest.java63 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in IntegrationTest.CountingInterceptor
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
DInvocationHandlerAdapter.java41 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in InvocationHandlerAdapter
92 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in InvocationHandlerAdapter.ProxiedMethod
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java32 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in ServletTestUtils.ThrowingInvocationHandler
102 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in FakeHttpSessionHandler
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java214 public OAuthMessage invoke(OAuthAccessor accessor, String httpMethod, in invoke() method in OAuthClient
249 public OAuthMessage invoke(OAuthAccessor accessor, String url, in invoke() method in OAuthClient
264 public OAuthMessage invoke(OAuthMessage request, ParameterStyle style) in invoke() method in OAuthClient
/external/mockito/src/org/mockito/internal/invocation/realmethod/
DRealMethod.java10 Object invoke(Object target, Object[] arguments) throws Throwable; in invoke() method
DCGLIBProxyRealMethod.java21 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in CGLIBProxyRealMethod
DFilteredCGLIBProxyRealMethod.java25 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in FilteredCGLIBProxyRealMethod
/external/v8/tools/gcmole/
Dparallel.py28 def invoke(cmdline): function
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DInvocationHandler.java33 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke() method
/external/clang/test/CodeGen/
Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke() function
/external/javassist/src/main/javassist/util/proxy/
DMethodHandler.java46 Object invoke(Object self, Method thisMethod, Method proceed, in invoke() method
/external/guice/core/src/com/google/inject/internal/
DDelegatingInvocationHandler.java32 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in DelegatingInvocationHandler
/external/easymock/src/org/easymock/internal/
DMockInvocationHandler.java32 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in MockInvocationHandler
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java84 public Object invoke(RpcReceiverManager manager, final JSONArray parameters) throws Throwable { in invoke() method in MethodDescriptor
116 public Object invoke(RpcReceiverManager manager, final Bundle parameters) throws Throwable { in invoke() method in MethodDescriptor
135 private Object invoke(RpcReceiverManager manager, Object[] args) throws Throwable{ in invoke() method in MethodDescriptor
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DFastMethod.java52 public Object invoke(Object obj, Object[] args) throws InvocationTargetException { in invoke() method in FastMethod
DFastClass.java87 …public Object invoke(String name, Class[] parameterTypes, Object obj, Object[] args) throws Invoca… in invoke() method in FastClass
175 …abstract public Object invoke(int index, Object obj, Object[] args) throws InvocationTargetExcepti… in invoke() method in FastClass
/external/guava/guava/src/com/google/common/reflect/
DAbstractInvocationHandler.java63 @Override public final Object invoke(Object proxy, Method method, @Nullable Object[] args) in invoke() method in AbstractInvocationHandler
/external/junit/src/org/junit/internal/runners/
DTestMethod.java65 …public void invoke(Object test) throws IllegalArgumentException, IllegalAccessException, Invocatio… in invoke() method in TestMethod
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp52 …template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer templa… in invoke() function
/external/v8/tools/
Dgdb-v8-support.py152 def invoke (self, arg, from_tty): member in V8PrintObject
174 def invoke (self, value, from_tty): member in FindAnywhere
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DFacadeManager.java60 public Object invoke(Class<? extends RpcReceiver> clazz, Method method, Object[] args) in invoke() method in FacadeManager
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaLocalTxnInterceptor.java49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in JpaLocalTxnInterceptor

12345