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

1234567891011>>

/external/webkit/Tools/DumpRenderTree/wx/
H A DWorkQueueItemWx.cpp34 bool LoadItem::invoke() const function in class:LoadItem
39 bool LoadHTMLStringItem::invoke() const function in class:LoadHTMLStringItem
44 bool ReloadItem::invoke() const function in class:ReloadItem
49 bool ScriptItem::invoke() const function in class:ScriptItem
54 bool BackForwardItem::invoke() const function in class:BackForwardItem
/external/smali/smali/src/test/resources/LexerTest/
H A DCommentTest.smali6 invoke-virtual #invoke-virtua
/external/dropbear/debian/
H A Ddropbear.prerm6 if test -x /usr/sbin/invoke-rc.d; then
7 invoke-rc.d dropbear stop
/external/mockito/src/org/mockito/internal/invocation/realmethod/
H A DRealMethod.java10 Object invoke(Object target, Object[] arguments) throws Throwable; method in interface:RealMethod
/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/webkit/Tools/DumpRenderTree/
H A DWorkQueueItem.h38 virtual bool invoke() const = 0; // Returns true if this started a load.
50 virtual bool invoke() const;
72 virtual bool invoke() const;
81 virtual bool invoke() const;
92 virtual bool invoke() const;
106 virtual bool invoke() const { return ScriptItem::invoke(); } function in class:LoadingScriptItem
117 virtual bool invoke() const { ScriptItem::invoke(); return false; } function in class:NonLoadingScriptItem
128 virtual bool invoke() cons
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java41 * 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(nul
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java46 Object invoke(Object self, Method thisMethod, Method proceed, method in interface:MethodHandler
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js110 function invoke(f, args) { function
116 invoke(f1, [2, 3]);
117 invoke(f2, [2]);
118 invoke(f3, [2, 3, 4]);
119 invoke(g1, [3, 2]);
120 invoke(g2, [3, 2, 4]);
121 invoke(g3, [4, 3, 2]);
122 invoke(h1, [6, 4]);
123 invoke(h2, [6, 4, 8]);
124 invoke(h
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DWorkQueueItemQt.h42 virtual bool invoke() const = 0;
60 virtual bool invoke() const;
77 virtual bool invoke() const;
94 virtual bool invoke() const;
107 virtual bool invoke() const;
120 virtual bool invoke() const;
133 virtual bool invoke() const { return ScriptItem::invoke(); } function in class:LoadingScriptItem
143 virtual bool invoke() const { ScriptItem::invoke(); retur function in class:NonLoadingScriptItem
[all...]
H A DWorkQueueItemQt.cpp45 bool LoadItem::invoke() const function in class:LoadItem
47 //qDebug() << ">>>LoadItem::invoke";
64 bool LoadHTMLStringItem::invoke() const function in class:LoadHTMLStringItem
76 bool LoadAlternateHTMLStringItem::invoke() const function in class:LoadAlternateHTMLStringItem
88 bool ReloadItem::invoke() const function in class:ReloadItem
90 //qDebug() << ">>>ReloadItem::invoke";
96 bool ScriptItem::invoke() const function in class:ScriptItem
98 //qDebug() << ">>>ScriptItem::invoke";
104 bool BackForwardItem::invoke() const function in class:BackForwardItem
106 //qDebug() << ">>>BackForwardItem::invoke";
[all...]
/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/webkit/Source/WebKit/win/Interfaces/
H A DIWebUndoTarget.idl39 HRESULT invoke([in] BSTR actionName, [in] IUnknown* obj);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DWorkQueueItemGtk.cpp40 bool LoadItem::invoke() const function in class:LoadItem
60 bool LoadHTMLStringItem::invoke() const function in class:LoadHTMLStringItem
74 bool ReloadItem::invoke() const function in class:ReloadItem
80 bool ScriptItem::invoke() const function in class:ScriptItem
89 bool BackForwardItem::invoke() const function in class:BackForwardItem
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
H A DUnsafeAllocator.java47 return (T) allocateInstance.invoke(unsafe, c);
66 return (T) newInstance.invoke(null, c, Object.class);
81 final int constructorId = (Integer) getConstructorId.invoke(null, Object.class);
89 return (T) newInstance.invoke(null, c, constructorId);
104 final long constructorId = (Long) getConstructorId.invoke(null, Object.class);
112 return (T) newInstance.invoke(null, c, constructorId);
/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/icu4c/config/
H A Dtest-icu-config.sh22 icu-config --invoke
23 icu-config --invoke=genrb
24 icu-config --invoke=./myapp
25 icu-config --invoke=/path/to/myapp
/external/apache-http/src/org/apache/http/util/
H A DExceptionUtils.java75 INIT_CAUSE_METHOD.invoke(throwable, new Object[] { cause });
/external/dhcpcd/
H A Dconfig.mk17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
18 SERVICECMD= /usr/sbin/invoke-rc.d $$1 $$2
/external/objenesis/main/src/org/objenesis/instantiator/gcj/
H A DGCJInstantiator.java36 return newObjectMethod.invoke(dummyStream, new Object[] {type, Object.class});
H A DGCJSerializationInstantiator.java39 return newObjectMethod.invoke(dummyStream, new Object[] {type, superType});
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13Instantiator.java36 return allocateNewObjectMethod.invoke(null, new Object[] {type, Object.class});
H A DSun13SerializationInstantiator.java39 return allocateNewObjectMethod.invoke(null, new Object[] {type, superType});
/external/objenesis/main/src/org/objenesis/instantiator/perc/
H A DPercSerializationInstantiator.java58 // Create invoke params
62 Object someObject = getPercClassMethod.invoke(null, new Object[] {unserializableType});
65 Object percMethod = findMethodMethod.invoke(someObject, new Object[] {"<init>()V"});
86 return newInstanceMethod.invoke(null, typeArgs);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java217 Invocation invoke = null;
220 invoke = new Invocation();
222 pendingInvocations.put(call.invocationId, invoke);
233 if (invoke != null){
234 synchronized(invoke){
235 while (!invoke.available){
237 invoke.wait();
245 return invoke.retVal;
284 ret = method.invoke(obj, args);
308 Invocation invoke
[all...]

Completed in 482 milliseconds

1234567891011>>