Searched refs:invoker (Results 1 - 12 of 12) sorted by path

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDADebuggeeSynchronizer.java142 public synchronized String receiveMessageWithoutException(String invoker) { argument
149 if (invoker != null) {
152 logWriter.println("#### Invoker = " + invoker);
/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker-inl.h52 // Listens for the "destroyed" signals from the calling thread and the invoker,
60 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
81 NotifyingAsyncClosure(AsyncInvoker* invoker, argument
86 : NotifyingAsyncClosureBase(invoker, calling_thread),
109 NotifyingAsyncClosure(AsyncInvoker* invoker, argument
114 : NotifyingAsyncClosureBase(invoker, calling_thread),
H A Dasyncinvoker.cc58 LOG(LS_WARNING) << "Tried to invoke while destroying the invoker.";
66 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, argument
68 : invoker_(invoker), calling_thread_(calling_thread) {
71 invoker->SignalInvokerDestroyed.connect(
H A Dthread_unittest.cc331 AsyncInvoker invoker; local
332 invoker.AsyncInvoke<void>(
357 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { argument
359 invoker->AsyncInvoke(thread, FunctorC(),
381 AsyncInvoker invoker; local
387 invoker.AsyncInvoke<void>(&thread, FunctorB(&called));
392 AsyncInvoker invoker; local
398 invoker.AsyncInvoke(&thread, FunctorA(),
408 // Try destroying invoker during call.
410 AsyncInvoker invoker; local
421 AsyncInvoker invoker; local
441 AsyncInvoker invoker; local
455 AsyncInvoker invoker; local
473 AsyncInvoker invoker; local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darguments-apply-deopt.js31 function invoker(h, r) {
38 var y = invoker(m, selfOf);
/external/chromium_org/win8/test/
H A Dui_automation_client.cc440 base::win::ScopedComPtr<IUIAutomationInvokePattern> invoker; local
441 result = target->GetCachedPatternAs(UIA_InvokePatternId, invoker.iid(),
442 invoker.ReceiveVoid());
448 result = invoker->Invoke();
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp31 function() : invoker (0) { }
32 function(const function& other) : invoker(0) {
33 if (other.invoker)
34 invoker = other.invoker->clone();
37 template<typename F> function(const F& f) : invoker(0) {
38 invoker = new functor_invoker<F, R, Args...>(f);
42 if (invoker)
43 delete invoker;
58 invoker_base<R, Args...>* tmp = invoker;
68 invoker_base<R, Args...>* invoker; member in class:function
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs});
505 Thread appThread = new Thread (appThreadGroup, invoker, IAppConstants.APP_NAME + " main() thread");
524 final Throwable mainFailure = invoker.getFailure ();
525 invoker = null;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java401 final ActivityInvoker invoker = new ActivityInvoker();
402 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class)
434 final ActivityInvoker invoker = new ActivityInvoker();
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
438 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class)
441 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class, Bundle.class)
478 final ActivityInvoker invoker = new ActivityInvoker();
481 invoker.call("onCreate", Bundle.class).with(noInstanceState);
482 invoker.call("onStart").withNothing();
483 invoker
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmake_local_links102 grep -e 'invoker not implemented' > /dev/null
104 rm -f gdbserver_tests/vgdb.invoker
106 touch gdbserver_tests/vgdb.invoker

Completed in 2131 milliseconds