Home
last modified time | relevance | path

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

1234

/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/v8/tools/gcmole/
Dparallel.py28 def invoke(cmdline): function
/external/mockito/src/main/java/org/mockito/internal/invocation/realmethod/
DRealMethod.java9 Object invoke(Object target, Object[] arguments) throws Throwable; in invoke() method
DDefaultRealMethod.java20 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in DefaultRealMethod
DCleanTraceRealMethod.java28 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in CleanTraceRealMethod
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java172 public Object invoke() { in invoke() method in InterceptedInvocation.SuperMethod.IsIllegal
193 public Object invoke() throws Throwable { in invoke() method in InterceptedInvocation.SuperMethod.FromCallable
205 Object invoke() throws Throwable; in invoke() method
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java43 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in InvocationHandlerAdapter
114 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/clang/test/CodeGen/
Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke() function
/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/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/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/main/java/org/junit/internal/runners/
DTestMethod.java67 …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/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaLocalTxnInterceptor.java49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in JpaLocalTxnInterceptor
/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/strace/tests/
Dqual_fault.c50 invoke(int fail) in invoke() function
/external/strace/tests-mx32/
Dqual_fault.c50 invoke(int fail) in invoke() function
/external/strace/tests-m32/
Dqual_fault.c50 invoke(int fail) in invoke() function
/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

1234