Searched refs:invoker (Results 1 – 19 of 19) sorted by relevance
31 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 …]
401 final ActivityInvoker invoker = new ActivityInvoker(); in receiveResult() local402 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class) in receiveResult()434 final ActivityInvoker invoker = new ActivityInvoker(); in showDialog() local435 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() local481 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 …]
7 # 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 message10 progB: invoker
7 prereq: test -f vgdb.invoker8 progB: invoker
104 rm -f gdbserver_tests/vgdb.invoker106 touch gdbserver_tests/vgdb.invoker
9 prereq: test -e gdb -a -f vgdb.invoker
10 prereq: test -e gdb -a -f vgdb.invoker
14 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/arch_test arm64 && ! ../tests/arch_test tilegx
5 invoker simulate_control_c make_local_links \ script
33 Some tests implies to have a vgdb "ptrace invoker" capable.
31 function invoker(h, r) { function in ApplyArgumentsDeoptInReceiverMapCheck38 var y = invoker(m, selfOf);
144 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException() argument151 if (invoker != null) { in receiveMessageWithoutException()154 logWriter.println("#### Invoker = " + invoker); in receiveMessageWithoutException()
500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs}); in _run() local505 …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()
877 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()
65 vgdb_SOURCES += vgdb-invoker-none.c67 vgdb_SOURCES += vgdb-invoker-ptrace.c74 vgdb_SOURCES += vgdb-invoker-none.c
275 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
578 The environment is inherited from the invoker of dnsmasq, and if the
2422 + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker2527 + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker4470 + 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.
497 326462 Refactor vgdb to isolate invoker stuff into separate module