HomeSort by relevance Sort by last modified time
    Searched refs:invoke (Results 1 - 25 of 3042) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smali/src/test/resources/LexerTest/
CommentTest.smali 6 invoke-virtual #invoke-virtua
  /libcore/luni/src/test/java/libcore/java/lang/
IntrinsicTest.java 27 String.class.getMethod("charAt", int.class).invoke("hello", 0);
32 String.class.getMethod("compareTo", String.class).invoke("hello", "world");
37 String.class.getMethod("equals", Object.class).invoke("hello", "world");
42 String.class.getMethod("indexOf", int.class).invoke("hello", 'l');
47 String.class.getMethod("isEmpty").invoke("hello");
52 String.class.getMethod("length").invoke("hello");
57 Math.class.getMethod("abs", int.class).invoke(null, 1); method
59 Math.class.getMethod("abs", long.class).invoke(null, 1L); method
61 Math.class.getMethod("abs", float.class).invoke(null, 1.0f); method
63 Math.class.getMethod("abs", double.class).invoke(null, 1.0) method
68 StrictMath.class.getMethod("abs", int.class).invoke(null, 1); method
70 StrictMath.class.getMethod("abs", long.class).invoke(null, 1L); method
72 StrictMath.class.getMethod("abs", float.class).invoke(null, 1.0f); method
74 StrictMath.class.getMethod("abs", double.class).invoke(null, 1.0); method
79 StrictMath.class.getMethod("min", int.class, int.class).invoke(null, 1, 2); method
84 StrictMath.class.getMethod("max", int.class, int.class).invoke(null, 1, 2); method
89 StrictMath.class.getMethod("sqrt", double.class).invoke(null, 2.0); method
94 Math.class.getMethod("min", int.class, int.class).invoke(null, 1, 2); method
99 Math.class.getMethod("max", int.class, int.class).invoke(null, 1, 2); method
104 Math.class.getMethod("sqrt", double.class).invoke(null, 2.0); method
109 Math.class.getMethod("cos", double.class).invoke(null, Math.PI); method
114 Math.class.getMethod("sin", double.class).invoke(null, Math.PI); method
119 Float.class.getMethod("floatToIntBits", float.class).invoke(null, 0.0f); method
124 Float.class.getMethod("floatToRawIntBits", float.class).invoke(null, 0.0f); method
129 Float.class.getMethod("intBitsToFloat", int.class).invoke(null, 0); method
134 Double.class.getMethod("doubleToLongBits", double.class).invoke(null, 0.0); method
139 Double.class.getMethod("doubleToRawLongBits", double.class).invoke(null, 0.0); method
144 Double.class.getMethod("longBitsToDouble", long.class).invoke(null, 0L); method
    [all...]
  /external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/Android.mk
19 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke_int_0
23 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke_void_0
27 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke
28 test_src := invoke.pass.cpp
  /external/mockito/src/org/mockito/internal/invocation/realmethod/
RealMethod.java 10 Object invoke(Object target, Object[] arguments) throws Throwable; method in interface:RealMethod
  /libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java 32 * public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
35 * //invoke the method
36 * Object result = method.invoke(proxy, args);
59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; method in interface:InvocationHandler
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 42 <:expr< (invoke $e1$) "[]" (C_list [ $c_ify e2 _loc$ ]) >>
44 <:expr< (invoke $e1$) $str:l$ ($mk_list args _loc c_ify$) >>
46 <:expr< (invoke $e1$) $str:u$ ($mk_list args _loc c_ify$) >>
48 <:expr< (invoke $e1$) $s$ ($mk_list args _loc c_ify$) >>
50 <:expr< (invoke $e1$) "()" ($mk_list args _loc c_ify$) >>
52 <:expr< (invoke ((invoke $e1$) "->" C_void)) $str:l$ ($mk_list args _loc c_ify$) >>
54 <:expr< (invoke ((invoke $e1$) "->" C_void)) $str:u$ ($mk_list args _loc c_ify$) >>
56 <:expr< (invoke ((invoke $e1$) "->" C_void)) $s$ ($mk_list args _loc c_ify$) >
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 52 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(&temp2); // expected-error {{no matching function for call to 'invoke'}
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 50 mProxy.invoke("onOpened", camera);
55 mProxy.invoke("onDisconnected", camera);
60 mProxy.invoke("onError", camera, error);
65 mProxy.invoke("onUnconfigured", camera);
70 mProxy.invoke("onActive", camera);
75 mProxy.invoke("onBusy", camera);
80 mProxy.invoke("onClosed", camera);
85 mProxy.invoke("onIdle", camera);
102 mProxy.invoke("onCaptureStarted", camera, request, timestamp, frameNumber);
108 mProxy.invoke("onCapturePartial", camera, request, result)
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 41 * reflection to invoke its methods.
90 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false);
118 method.invoke(instance);
137 assertEquals(10, getMethod().invoke(null, 4));
158 method.invoke(instance, 0);
183 assertEquals(9, getMethod().invoke(null, this, 4));
223 assertEquals(5, method.invoke(null, instance));
256 assertEquals(System.identityHashCode(instance), method.invoke(instance));
278 assertEquals("abc", getMethod().invoke(null, callable));
297 assertEquals(5, getMethod().invoke(null))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 115 return sGetSelectionStartMethod.invoke(mInstance);
119 return sGetSelectionEndMethod.invoke(mInstance);
123 return sGetComposingTextMethod.invoke(mInstance);
127 return sGetComposingTextStartMethod.invoke(mInstance);
131 return sGetMatrixMethod.invoke(mInstance);
135 return sGetCharacterBoundsMethod.invoke(mInstance, index);
139 return sGetCharacterBoundsFlagsMethod.invoke(mInstance, index);
143 return sGetInsertionMarkerBaselineMethod.invoke(mInstance);
147 return sGetInsertionMarkerBottomMethod.invoke(mInstance);
151 return sGetInsertionMarkerHorizontalMethod.invoke(mInstance)
    [all...]
ConnectivityManagerCompatUtils.java 30 return (Boolean)CompatUtils.invoke(manager,
InputMethodServiceCompatUtils.java 34 return (Boolean)CompatUtils.invoke(ims, false /* defaultValue */,
LooperCompatUtils.java 37 CompatUtils.invoke(looper, null /* default return value */, METHOD_quitSafely);
ViewCompatUtils.java 49 return (Integer)CompatUtils.invoke(view, 0, METHOD_getPaddingEnd);
58 CompatUtils.invoke(view, null, METHOD_setPaddingRelative, start, top, end, bottom);
62 CompatUtils.invoke(view, null, METHOD_setElevation, elevation);
75 CompatUtils.invoke(view, null, METHOD_setTextAlignment, textAlignment);
NotificationCompatUtils.java 59 CompatUtils.invoke(builder, null, METHOD_setColor, color);
63 CompatUtils.invoke(builder, null, METHOD_setVisibility, VISIBILITY_SECRET);
67 CompatUtils.invoke(builder, null, METHOD_setCategory, CATEGORY_RECOMMENDATION);
71 CompatUtils.invoke(builder, null, METHOD_setPriority, PRIORITY_LOW);
77 return (Notification) CompatUtils.invoke(builder, null, METHOD_build);
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 46 Object invoke(Object self, Method thisMethod, Method proceed, method in interface:MethodHandler
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InvocationHandler.java 31 * @see java.lang.reflect.InvocationHandler#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object)
33 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; method in interface:InvocationHandler
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DynamicProxy.java 48 InvocationHandler invoke = new InvocationHandler() { local
50 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
54 .invoke(delegate, args);
60 return (T) Proxy.newProxyInstance(clazz.getClassLoader(), new Class<?>[] { clazz }, invoke);
  /external/clang/tools/libclang/
Index_Internal.h 31 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
37 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member in struct:_CXCursorAndRangeVisitorBlock
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
callback.hpp 42 R invoke( Functor& f ) { return f(); } function in struct:boost::unit_test::ut_detail::invoker
44 R invoke( Functor& f, T1 t1 ) { return f( t1 ); } function in struct:boost::unit_test::ut_detail::invoker
46 R invoke( Functor& f, T1 t1, T2 t2 ) { return f( t1, t2 ); } function in struct:boost::unit_test::ut_detail::invoker
48 R invoke( Functor& f, T1 t1, T2 t2, T3 t3 ) { return f( t1, t2, t3 ); } function in struct:boost::unit_test::ut_detail::invoker
56 unused invoke( Functor& f ) { f(); return unused(); } function in struct:boost::unit_test::ut_detail::invoker
58 unused invoke( Functor& f, T1 t1 ) { f( t1 ); return unused(); } function in struct:boost::unit_test::ut_detail::invoker
60 unused invoke( Functor& f, T1 t1, T2 t2 ) { f( t1, t2 ); return unused(); } function in struct:boost::unit_test::ut_detail::invoker
62 unused invoke( Functor& f, T1 t1, T2 t2, T3 t3 ) { f( t1, t2, t3 ); return unused(); } function in struct:boost::unit_test::ut_detail::invoker
79 virtual R invoke() = 0;
89 virtual R invoke() { return invoker<R>().invoke( m_f ); function in struct:boost::unit_test::ut_detail::callback0_impl_t
147 virtual R invoke( T1 t1 ) { return invoker<R>().invoke( m_f, t1 ); } function in struct:boost::unit_test::ut_detail::callback1_impl_t
205 virtual R invoke( T1 t1, T2 t2 ) { return invoker<R>().template invoke<Functor,T1,T2>( m_f, t1, t2 ); } function in struct:boost::unit_test::ut_detail::callback2_impl_t
262 virtual R invoke( T1 t1, T2 t2, T3 t3 ) { return invoker<R>().invoke( m_f, t1, t2, t3 ); } function in struct:boost::unit_test::ut_detail::callback3_impl_t
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
KeystoreExploitTest.java 32 Object keystore = getInstance.invoke(null);
53 get.invoke(keystore, keyName);
  /external/conscrypt/src/compat/java/dalvik/system/
CloseGuard.java 54 return new CloseGuard(m_get.invoke(null));
64 m_open.invoke(wrappedGuard, message);
73 m_close.invoke(wrappedGuard);
82 m_warnIfOpen.invoke(wrappedGuard);
  /art/test/104-growth-limit/src/
Main.java 39 Object runtime = get_runtime.invoke(null);
41 clear_growth_limit.invoke(runtime);
  /art/test/118-noimage-dex2oat/src/
Main.java 64 return (String) getCurrentInstructionSetMethod.invoke(null);
67 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/
T_neg_float_5.d 9 invoke-direct {v0}, java/lang/Object/<init>()V

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011>>