Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp31 function() : invoker (0) { } in function()
32 function(const function& other) : invoker(0) { in function()
33 if (other.invoker) in function()
34 invoker = other.invoker->clone(); in function()
37 template<typename F> function(const F& f) : invoker(0) { in function()
38 invoker = new functor_invoker<F, R, Args...>(f); in function()
42 if (invoker) in ~function()
43 delete invoker; in ~function()
58 invoker_base<R, Args...>* tmp = invoker; in swap()
59 invoker = other.invoker; in swap()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowActivity.java401 final ActivityInvoker invoker = new ActivityInvoker(); in receiveResult() local
402 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class) in receiveResult()
434 final ActivityInvoker invoker = new ActivityInvoker(); in showDialog() local
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id); in showDialog()
438 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class) in showDialog()
441 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class, Bundle.class) in showDialog()
478 final ActivityInvoker invoker = new ActivityInvoker(); in create() local
481 invoker.call("onCreate", Bundle.class).with(noInstanceState); in create()
482 invoker.call("onStart").withNothing(); in create()
483 invoker.call("onPostCreate", Bundle.class).with(noInstanceState); in create()
[all …]
/external/valgrind/gdbserver_tests/
DmcinvokeRU.vgtest7 # as the Valgrind process is always busy, we do not need the vgdb.invoker prereq.
8 # We even disable invoker to avoid spurious attach error message
10 progB: invoker
DmcinvokeWS.vgtest7 prereq: test -f vgdb.invoker
8 progB: invoker
Dmake_local_links104 rm -f gdbserver_tests/vgdb.invoker
106 touch gdbserver_tests/vgdb.invoker
Dnlvgdbsigqueue.vgtest9 prereq: test -e gdb -a -f vgdb.invoker
Dnlsigvgdb.vgtest10 prereq: test -e gdb -a -f vgdb.invoker
Dnlcontrolc.vgtest14 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/arch_test arm64 && ! ../tests/arch_test tilegx
DMakefile.am5 invoker simulate_control_c make_local_links \ script
DREADME_DEVELOPERS33 Some tests implies to have a vgdb "ptrace invoker" capable.
/external/v8/test/mjsunit/
Darguments-apply-deopt.js31 function invoker(h, r) { function in ApplyArgumentsDeoptInReceiverMapCheck
38 var y = invoker(m, selfOf);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DJPDADebuggeeSynchronizer.java144 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException() argument
151 if (invoker != null) { in receiveMessageWithoutException()
154 logWriter.println("#### Invoker = " + invoker); in receiveMessageWithoutException()
/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/valgrind/coregrind/
Dvgdb-invoker-ptrace.c877 I_die_here : (sp) architecture missing in vgdb-invoker-ptrace.c in invoker_invoke_gdbserver()
964 I_die_here : architecture missing in vgdb-invoker-ptrace.c in invoker_invoke_gdbserver()
1075 I_die_here: architecture missing in vgdb-invoker-ptrace.c in invoker_invoke_gdbserver()
DMakefile.am65 vgdb_SOURCES += vgdb-invoker-none.c
67 vgdb_SOURCES += vgdb-invoker-ptrace.c
74 vgdb_SOURCES += vgdb-invoker-none.c
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS275 has to be done in vgdb-invoker-*.c.
277 vgdb-invoker-ptrace.c.
279 For Linux based platforms, all the ptrace calls in vgdb-invoker-ptrace.c
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch578 The environment is inherited from the invoker of dnsmasq, and if the
/external/jetty/
DVERSION.txt2422 + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker
2527 + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker
4470 + Fixed servletpath on invoker for named servlets.
4505 + Use "standard" names for default,jsp & invoker servlets.
4521 + Use "standard" names for default,jsp & invoker servlets.
/external/valgrind/
DNEWS497 326462 Refactor vgdb to isolate invoker stuff into separate module