/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-function.cpp | 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 …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowActivity.java | 401 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/ |
D | mcinvokeRU.vgtest | 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 message 10 progB: invoker
|
D | mcinvokeWS.vgtest | 7 prereq: test -f vgdb.invoker 8 progB: invoker
|
D | make_local_links | 104 rm -f gdbserver_tests/vgdb.invoker 106 touch gdbserver_tests/vgdb.invoker
|
D | nlvgdbsigqueue.vgtest | 9 prereq: test -e gdb -a -f vgdb.invoker
|
D | nlsigvgdb.vgtest | 10 prereq: test -e gdb -a -f vgdb.invoker
|
D | nlcontrolc.vgtest | 14 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/arch_test arm64 && ! ../tests/arch_test tilegx
|
D | Makefile.am | 5 invoker simulate_control_c make_local_links \ script
|
D | README_DEVELOPERS | 33 Some tests implies to have a vgdb "ptrace invoker" capable.
|
/external/v8/test/mjsunit/ |
D | arguments-apply-deopt.js | 31 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/ |
D | JPDADebuggeeSynchronizer.java | 144 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/ |
D | AppRunner.java | 500 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/ |
D | vgdb-invoker-ptrace.c | 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()
|
D | Makefile.am | 65 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/ |
D | README_DEVELOPERS | 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
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 578 The environment is inherited from the invoker of dnsmasq, and if the
|
/external/jetty/ |
D | VERSION.txt | 2422 + 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/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/valgrind/ |
D | NEWS | 497 326462 Refactor vgdb to isolate invoker stuff into separate module
|