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

12345678

/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/dropbear/debian/
H A Ddropbear.prerm6 if test -x /usr/sbin/invoke-rc.d; then
7 invoke-rc.d dropbear stop
H A Ddropbear.postinst62 if test -x /usr/sbin/invoke-rc.d; then
63 invoke-rc.d dropbear restart
/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/javassist/src/main/javassist/util/proxy/
H A DMethodHandler.java46 Object invoke(Object self, Method thisMethod, Method proceed, method in interface:MethodHandler
/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/icu4c/samples/
H A Ddefs.mk15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config --invoke=pkgdata)
/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(
H A DIMocksControlState.java22 Object invoke(Invocation invocation) throws Throwable; method in interface:IMocksControlState
/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/webkit/Tools/DumpRenderTree/mac/
H A DWorkQueueItemMac.mm41 bool LoadItem::invoke() const
57 bool LoadHTMLStringItem::invoke() const
72 bool ReloadItem::invoke() const
78 bool ScriptItem::invoke() const
86 bool BackForwardItem::invoke() const
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp11 virtual R invoke(Args...) = 0;
19 R invoke(Args... args) { return f(args...); } function in class:functor_invoker
63 return invoker->invoke(args...);
/external/skia/src/animator/
H A DSkScriptCallBack.h33 virtual bool invoke(size_t ref, SkOpArray* params, SkOperand2* value) = 0;
40 virtual bool invoke(size_t ref, void* object, SkOperand2* value) = 0;
48 virtual bool invoke(size_t ref, void* object, SkOpArray* params, SkOperand2* value) = 0;
/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.h43 void invoke();
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPPSetWindowCalledDuringDestruction.cpp43 bool invoke(NPIdentifier, const NPVariant*, uint32_t, NPVariant*);
120 bool NPPSetWindowCalledDuringDestruction::ScriptObject::invoke(NPIdentifier identifier, const NPVariant*, uint32_t, NPVariant*) function in class:NPPSetWindowCalledDuringDestruction::ScriptObject
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DMethodTest.java336 * @tests java.lang.reflect.Method#invoke(java.lang.Object,
341 // java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object
349 // Get and invoke a static method
351 ret = mth.invoke(null, new Object[0]);
356 // Get and invoke an instance method
358 ret = mth.invoke(new TestMethod(), new Object[0]);
363 // Get and attempt to invoke a private method
367 ret = mth.invoke(new TestMethod(), new Object[0]);
377 ret = mth.invoke(new TestMethod(), args);
386 ret = mth.invoke(nul
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DWorkQueueItemWin.cpp54 bool LoadItem::invoke() const function in class:LoadItem
84 bool LoadHTMLStringItem::invoke() const function in class:LoadHTMLStringItem
110 bool ReloadItem::invoke() const function in class:ReloadItem
124 bool ScriptItem::invoke() const function in class:ScriptItem
141 bool BackForwardItem::invoke() const function in class:BackForwardItem
/external/apache-http/src/org/apache/http/client/utils/
H A DCloneUtils.java53 return m.invoke(obj, (Object []) null);

Completed in 575 milliseconds

12345678