Searched refs:invoke (Results 1 - 25 of 608) sorted by relevance

1234567891011>>

/external/smali/smali/src/test/resources/LexerTest/
H A DCommentTest.smali6 invoke-virtual #invoke-virtua
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp52 template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer template argument}} \ function in namespace:test1
58 invoke(&temp); // expected-error {{no matching function for call to 'invoke'}}
59 invoke(&temp<>); // expected-error {{no matching function for call to 'invoke'}}
62 invoke(&temp<int>);
70 invoke(&over);
77 invoke(&over); // expected-error {{no matching function for call to 'invoke'}}
85 invoke(
[all...]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DRoboCallSite.java3 import java.lang.invoke.MethodType;
4 import java.lang.invoke.MutableCallSite;
H A DInvokeDynamicSupport.java3 import static java.lang.invoke.MethodHandles.catchException;
4 import static java.lang.invoke.MethodHandles.constant;
5 import static java.lang.invoke.MethodHandles.dropArguments;
6 import static java.lang.invoke.MethodHandles.exactInvoker;
7 import static java.lang.invoke.MethodHandles.filterArguments;
8 import static java.lang.invoke.MethodHandles.foldArguments;
9 import static java.lang.invoke.MethodHandles.throwException;
10 import static java.lang.invoke.MethodType.methodType;
14 import java.lang.invoke.CallSite;
15 import java.lang.invoke
[all...]
H A DClassHandler.java3 import java.lang.invoke.MethodHandle;
4 import java.lang.invoke.MethodType;
H A DInterceptor.java3 import java.lang.invoke.MethodHandle;
4 import java.lang.invoke.MethodType;
H A DMethodCallSite.java5 import java.lang.invoke.MethodHandle;
6 import java.lang.invoke.MethodType;
/external/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java46 Object invoke(Object self, Method thisMethod, Method proceed, method in interface:MethodHandler
/external/clang/tools/libclang/
H A DIndex_Internal.h31 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
37 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member in struct:_CXCursorAndRangeVisitorBlock
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DRealMethod.java30 public Object invoke() { method in class:RealMethod.IsIllegal
60 public Object invoke() throws Throwable { method in class:RealMethod.FromBehavior
72 Object invoke() throws Throwable; method in interface:RealMethod
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java52 * reflection to invoke its methods.
111 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false);
140 method.invoke(instance);
160 assertEquals(10, getMethod().invoke(null, 4));
182 method.invoke(instance, 0);
208 assertEquals(9, getMethod().invoke(null, this, 4));
249 assertEquals(5, method.invoke(null, instance));
283 assertEquals(System.identityHashCode(instance), method.invoke(instance));
306 assertEquals("abc", getMethod().invoke(null, callable));
326 assertEquals(5, getMethod().invoke(nul
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
H A DPropertiesTest.java124 Object default0 = getter.invoke(p0);
133 setter.invoke(p1, val0);
134 setter.invoke(p2, val0);
137 assertEquals(getter.invoke(p1), getter.invoke(p2));
138 assertEquals(getter.invoke(p1), val0);
139 assertNotEquals(getter.invoke(p1), val1);
141 setter.invoke(p1, val1);
143 assertNotEquals(getter.invoke(p1), getter.invoke(p
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java121 Object default0 = getter.invoke(p0);
130 setter.invoke(p1, val0);
131 setter.invoke(p2, val0);
134 assertEquals(getter.invoke(p1), getter.invoke(p2));
135 assertEquals(getter.invoke(p1), val0);
136 assertNotEquals(getter.invoke(p1), val1);
138 setter.invoke(p1, val1);
140 assertNotEquals(getter.invoke(p1), getter.invoke(p
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dhandler_invoke_helpers.hpp27 inline void invoke(Function& function, Context& context) function in namespace:asio_handler_invoke_helpers
39 inline void invoke(const Function& function, Context& context) function in namespace:asio_handler_invoke_helpers
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhandler_invoke_helpers.hpp27 inline void invoke(Function& function, Context& context) function in namespace:asio_handler_invoke_helpers
39 inline void invoke(const Function& function, Context& context) function in namespace:asio_handler_invoke_helpers
/external/v8/tools/gcmole/
H A Dparallel.py28 def invoke(cmdline): function
41 sys.argv[2:], pool.imap(invoke, cmdlines)):
/external/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_feature_test_macro.pass.cpp13 // result_of_t<F&&(Args&&...)> invoke(F&&, Args&&...);
37 assert(std::invoke(foo, 101) == 42);
/external/dexmaker/dexmaker-mockito-inline-dispatcher/src/main/java/com/android/dx/mockito/inline/
H A DMockMethodDispatcher.java79 Object[].class).invoke(mAdvice, instance, origin, arguments);
90 return (Boolean) mAdvice.getClass().getMethod("isMock", Object.class).invoke(mAdvice,
102 return (Boolean) mAdvice.getClass().getMethod("isMocked", Object.class).invoke(mAdvice,
115 Method.class).invoke(mAdvice, instance, origin);
127 String.class).invoke(mAdvice, mock, instrumentedMethodWithTypeAndSignature);
/external/kotlinc/lib/
H A Dkotlin-test.jar ... $actual public volatile synthetic java.lang.Object invoke () public final java.lang.String invoke () void " href ...
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DDuckTypedPSKKeyManager.java77 .invoke(mDelegate, socket);
79 throw new RuntimeException("Failed to invoke chooseServerKeyIdentityHint", e);
88 .invoke(mDelegate, engine);
90 throw new RuntimeException("Failed to invoke chooseServerKeyIdentityHint", e);
99 .invoke(mDelegate, identityHint, socket);
101 throw new RuntimeException("Failed to invoke chooseClientKeyIdentity", e);
110 .invoke(mDelegate, identityHint, engine);
112 throw new RuntimeException("Failed to invoke chooseClientKeyIdentity", e);
121 .invoke(mDelegate, identityHint, identity, socket);
123 throw new RuntimeException("Failed to invoke getKe
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DOptionalMethodTest.java148 public void invoke() throws Exception { method in class:OptionalMethodTest
151 assertEquals("string", STRING_METHOD_RETURNS_STRING.invoke(base));
152 assertEquals("string", STRING_METHOD_RETURNS_ANY.invoke(base));
154 assertNull(VOID_METHOD_RETURNS_ANY.invoke(base));
155 assertNull(VOID_METHOD_RETURNS_VOID.invoke(base));
164 assertEquals("string", STRING_METHOD_RETURNS_STRING.invoke(subClass1));
165 assertEquals("string", STRING_METHOD_RETURNS_ANY.invoke(subClass1));
167 assertNull(VOID_METHOD_RETURNS_ANY.invoke(subClass1));
168 assertNull(VOID_METHOD_RETURNS_VOID.invoke(subClass1));
169 assertEquals("subclassMethod1", SUBCLASS_METHOD_RETURNS_ANY.invoke(subClass
[all...]
/external/easymock/src/org/easymock/internal/
H A DMockInvocationHandler.java32 public Object invoke(Object proxy, Method method, Object[] args) method in class:MockInvocationHandler
38 return control.getState().invoke(
/external/guice/core/src/com/google/inject/internal/
H A DDelegatingInvocationHandler.java32 public Object invoke(Object proxy, Method method, Object[] args) method in class:DelegatingInvocationHandler
50 return method.invoke(delegate, args);
/external/icu/icu4c/source/config/
H A Dtest-icu-config.sh24 icu-config --invoke
25 icu-config --invoke=genrb
26 icu-config --invoke=./myapp
27 icu-config --invoke=/path/to/myapp
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DMethodProperty.java48 property.getWriteMethod().invoke(object, value);
55 return property.getReadMethod().invoke(object);

Completed in 747 milliseconds

1234567891011>>