Home
last modified time | relevance | path

Searched refs:invoker (Results 1 – 11 of 11) sorted by relevance

/external/chromium/base/
Dbind_internal.h386 StorageType* invoker = static_cast<StorageType*>(base);
387 return invoker->f_();
396 StorageType* invoker = static_cast<StorageType*>(base);
397 return invoker->f_(x1);
407 StorageType* invoker = static_cast<StorageType*>(base);
408 return invoker->f_(x1, x2);
420 StorageType* invoker = static_cast<StorageType*>(base);
421 return invoker->f_(x1, x2, x3);
434 StorageType* invoker = static_cast<StorageType*>(base);
435 return invoker->f_(x1, x2, x3, x4);
[all …]
Dbind_internal.h.pump186 StorageType* invoker = static_cast<StorageType*>(base);
187 return invoker->f_($for BOUND_ARG , [[Unwrap(invoker->p$(BOUND_ARG)_)]][[]]
203 StorageType* invoker = static_cast<StorageType*>(base);
204 return (Unwrap(invoker->p1_)->*invoker->f_)([[]]
205 $for M_BOUND_ARG , [[Unwrap(invoker->p$(M_BOUND_ARG)_)]][[]]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp30 function() : invoker (0) { } in function()
31 function(const function& other) : invoker(0) { in function()
32 if (other.invoker) in function()
33 invoker = other.invoker->clone(); in function()
36 template<typename F> function(const F& f) : invoker(0) { in function()
37 invoker = new functor_invoker<F, R, Args...>(f); in function()
41 if (invoker) in ~function()
42 delete invoker; in ~function()
57 invoker_base<R, Args...>* tmp = invoker; in swap()
58 invoker = other.invoker; in swap()
[all …]
/external/valgrind/main/gdbserver_tests/
DmcinvokeRU.vgtest8 # We even disable ptrace invoker to avoid spurious attach error message
10 progB: invoker
DmcinvokeWS.vgtest8 progB: invoker
DMakefile.am5 invoker simulate_control_c make_local_links \ script
DREADME_DEVELOPERS33 Some tests implies to have a vgdb "ptrace invoker" capable.
/external/llvm/test/CodeGen/X86/
D2007-05-07-InvokeSRet.ll8 define void @invoker(%struct.S* %name.0.0) {
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs}); in _run() local
505 …Thread appThread = new Thread (appThreadGroup, invoker, IAppConstants.APP_NAME + " main() thread"); in _run()
524 final Throwable mainFailure = invoker.getFailure (); in _run()
525 invoker = null; in _run()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch578 The environment is inherited from the invoker of dnsmasq, and if the
/external/webkit/Source/WebKit/mac/
DChangeLog7346 (+[NSObject _webkit_invokeOnMainThread]): Add a class version of the main thread invoker.