| /external/mockito/src/main/java/org/mockito/internal/invocation/ |
| D | RealMethod.java | 30 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/ |
| D | handler_invoke_helpers.hpp | 27 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/ |
| D | ProxyFactoryTest.java | 59 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/ |
| D | MethodInterceptionTest.java | 45 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
|
| D | IntegrationTest.java | 65 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in IntegrationTest.CountingInterceptor
|
| /external/guice/extensions/servlet/test/com/google/inject/servlet/ |
| D | ServletTestUtils.java | 31 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/ |
| D | OAuthClient.java | 214 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/ |
| D | parallel.py | 28 def invoke(cmdline): function
|
| /external/clang/test/CodeGen/ |
| D | mozilla-ms-inline-asm.c | 8 void invoke(void* that, unsigned methodIndex, in invoke() function
|
| /external/v8/tools/ |
| D | gdb-v8-support.py | 157 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/ |
| D | InvocationHandlerAdapter.java | 42 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/ |
| D | DelegatingInvocationHandler.java | 31 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in DelegatingInvocationHandler
|
| /external/easymock/src/org/easymock/internal/ |
| D | MockInvocationHandler.java | 32 public Object invoke(Object proxy, Method method, Object[] args) in invoke() method in MockInvocationHandler
|
| /external/syzkaller/vendor/github.com/googleapis/gax-go/ |
| D | invoke.go | 67 func invoke(ctx context.Context, call APICall, settings CallSettings, sp sleeper) error { func
|
| /external/guava/guava/src/com/google/common/reflect/ |
| D | AbstractInvocationHandler.java | 63 @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/ |
| D | MethodDescriptor.java | 82 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/ |
| D | p6.cpp | 52 …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/ |
| D | TestMethod.java | 67 …public void invoke(Object test) throws IllegalArgumentException, IllegalAccessException, Invocatio… in invoke() method in TestMethod
|
| /external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
| D | JpaLocalTxnInterceptor.java | 43 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in JpaLocalTxnInterceptor
|
| /external/bcc/src/cc/vendor/ |
| D | tinyformat.hpp | 213 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/ |
| D | SubstitutableLoggerTest.java | 75 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in SubstitutableLoggerTest.LoggerInvocationHandler
|
| /external/skqp/tools/gdb/ |
| D | bitmap.py | 51 def invoke(self, arg, from_tty): member in sk_bitmap
|
| /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
| D | RpcReceiverManager.java | 86 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/ |
| D | FacadeManager.java | 60 public Object invoke(Class<? extends RpcReceiver> clazz, Method method, Object[] args) in invoke() method in FacadeManager
|
| /external/skia/tools/gdb/ |
| D | bitmap.py | 51 def invoke(self, arg, from_tty): member in sk_bitmap
|