Home
last modified time | relevance | path

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

123456

/external/mockito/src/main/java/org/mockito/internal/invocation/
DRealMethod.java30 public Object invoke() { in invoke() method in RealMethod.IsIllegal
60 public Object invoke() throws Throwable { in invoke() method in RealMethod.FromBehavior
72 Object invoke() throws Throwable; in invoke() method
/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.java59 public void invoke() { in invoke() method in ProxyFactoryTest.Simple
69 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.SimpleInterceptor
192 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.CountingInterceptor
201 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.DoubleInterceptor
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java45 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CountingInterceptor
53 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.ReturnNullInterceptor
60 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NoOpInterceptor
374 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NamedInterceptor
425 public Object invoke(final MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CallLaterInterceptor
DIntegrationTest.java65 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in IntegrationTest.CountingInterceptor
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java31 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in ServletTestUtils.ThrowingInvocationHandler
109 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/v8/tools/gcmole/
Dparallel.py28 def invoke(cmdline): function
/external/clang/test/CodeGen/
Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke() function
/external/v8/tools/
Dgdb-v8-support.py157 def invoke (self, arg, from_tty): member in V8PrintObject
179 def invoke (self, value, from_tty): member in FindAnywhere
208 def invoke(self, subcommand, from_tty): member in Redirect
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java42 public Object invoke(final Object proxy, final Method method, final Object[] rawArgs) in invoke() method in InvocationHandlerAdapter
/external/guice/core/src/com/google/inject/internal/
DDelegatingInvocationHandler.java31 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { 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/syzkaller/vendor/github.com/googleapis/gax-go/
Dinvoke.go67 func invoke(ctx context.Context, call APICall, settings CallSettings, sp sleeper) error { func
/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/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java82 public Object invoke(RpcReceiverManager manager, final JSONArray parameters) throws Throwable { in invoke() method in MethodDescriptor
114 public Object invoke(RpcReceiverManager manager, final Bundle parameters) throws Throwable { in invoke() method in MethodDescriptor
133 private Object invoke(RpcReceiverManager manager, Object[] args) throws Throwable { in invoke() method in MethodDescriptor
/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/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/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaLocalTxnInterceptor.java43 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in JpaLocalTxnInterceptor
/external/bcc/src/cc/vendor/
Dtinyformat.hpp213 static void invoke(std::ostream& /*out*/, const T& /*value*/) { assert(0); } in invoke() function
220 static void invoke(std::ostream& out, const T& value) in invoke() function
228 static bool invoke(std::ostream& /**/, const T& /**/) { return false; } in invoke() function
233 static bool invoke(std::ostream& out, const T& value) in invoke() function
250 static int invoke(const T& /*value*/) in invoke() function
261 static int invoke(const T& value) { return static_cast<int>(value); } in invoke() function
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstitutableLoggerTest.java75 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in SubstitutableLoggerTest.LoggerInvocationHandler
/external/skqp/tools/gdb/
Dbitmap.py51 def invoke(self, arg, from_tty): member in sk_bitmap
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DRpcReceiverManager.java86 public Object invoke(Class<? extends RpcReceiver> clazz, Method method, Object[] args) in invoke() method in RpcReceiverManager
/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/skia/tools/gdb/
Dbitmap.py51 def invoke(self, arg, from_tty): member in sk_bitmap

123456