Searched defs:invoker (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
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 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 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/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/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/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/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 ...

Completed in 5665 milliseconds