/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 | 63 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/ |
D | MethodInterceptionTest.java | 49 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
|
D | IntegrationTest.java | 63 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in IntegrationTest.CountingInterceptor
|
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/ |
D | InvocationHandlerAdapter.java | 41 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/ |
D | ServletTestUtils.java | 32 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/ |
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/mockito/src/org/mockito/internal/invocation/realmethod/ |
D | RealMethod.java | 10 Object invoke(Object target, Object[] arguments) throws Throwable; in invoke() method
|
D | CGLIBProxyRealMethod.java | 21 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in CGLIBProxyRealMethod
|
D | FilteredCGLIBProxyRealMethod.java | 25 public Object invoke(Object target, Object[] arguments) throws Throwable { in invoke() method in FilteredCGLIBProxyRealMethod
|
/external/v8/tools/gcmole/ |
D | parallel.py | 28 def invoke(cmdline): function
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
D | InvocationHandler.java | 33 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; in invoke() method
|
/external/clang/test/CodeGen/ |
D | mozilla-ms-inline-asm.c | 8 void invoke(void* that, unsigned methodIndex, in invoke() function
|
/external/javassist/src/main/javassist/util/proxy/ |
D | MethodHandler.java | 46 Object invoke(Object self, Method thisMethod, Method proceed, in invoke() method
|
/external/guice/core/src/com/google/inject/internal/ |
D | DelegatingInvocationHandler.java | 32 public Object invoke(Object proxy, Method method, Object[] args) 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/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
D | MethodDescriptor.java | 84 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/ |
D | FastMethod.java | 52 public Object invoke(Object obj, Object[] args) throws InvocationTargetException { in invoke() method in FastMethod
|
D | FastClass.java | 87 …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/ |
D | AbstractInvocationHandler.java | 63 @Override public final Object invoke(Object proxy, Method method, @Nullable Object[] args) in invoke() method in AbstractInvocationHandler
|
/external/junit/src/org/junit/internal/runners/ |
D | TestMethod.java | 65 …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/ |
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/v8/tools/ |
D | gdb-v8-support.py | 152 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/ |
D | FacadeManager.java | 60 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/ |
D | JpaLocalTxnInterceptor.java | 49 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in JpaLocalTxnInterceptor
|