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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDADebuggeeSynchronizer.java145 public synchronized String receiveMessageWithoutException(String invoker) { argument
152 if (invoker != null) {
155 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/webrtc/webrtc/base/
H A Dasyncinvoker-inl.h53 // Listens for the "destroyed" signals from the calling thread and the invoker,
61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
82 NotifyingAsyncClosure(AsyncInvoker* invoker, argument
87 : NotifyingAsyncClosureBase(invoker, calling_thread),
110 NotifyingAsyncClosure(AsyncInvoker* invoker, argument
115 : NotifyingAsyncClosureBase(invoker, calling_thread),
H A Dasyncinvoker.cc62 LOG(LS_WARNING) << "Tried to invoke while destroying the invoker.";
73 LOG(LS_WARNING) << "Tried to invoke while destroying the invoker.";
103 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, argument
105 : invoker_(invoker), calling_thread_(calling_thread) {
108 invoker->SignalInvokerDestroyed.connect(
H A Dthread_unittest.cc360 AsyncInvoker invoker; local
361 invoker.AsyncInvoke<void>(
386 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { argument
388 invoker->AsyncInvoke(thread, FunctorC(),
410 AsyncInvoker invoker; local
416 invoker.AsyncInvoke<void>(&thread, FunctorB(&called));
421 AsyncInvoker invoker; local
427 invoker.AsyncInvoke(&thread, FunctorA(),
437 // Try destroying invoker during call.
439 AsyncInvoker invoker; local
450 AsyncInvoker invoker; local
470 AsyncInvoker invoker; local
484 AsyncInvoker invoker; local
502 AsyncInvoker invoker; local
531 AsyncInvokeIntCallback(GuardedAsyncInvoker* invoker, Thread* thread) argument
555 CreateInvoker(scoped_ptr<GuardedAsyncInvoker>* invoker) argument
565 scoped_ptr<GuardedAsyncInvoker> invoker; local
583 scoped_ptr<GuardedAsyncInvoker> invoker; local
600 GuardedAsyncInvoker invoker; local
608 GuardedAsyncInvoker invoker; local
620 GuardedAsyncInvoker invoker; local
631 GuardedAsyncInvoker invoker; local
652 GuardedAsyncInvoker invoker; local
666 GuardedAsyncInvoker invoker; local
682 GuardedAsyncInvoker invoker; local
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DTestMethodWithDataProviderMethodWorker.java36 public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, argument
44 m_invoker = invoker;
H A DTestMethodWorker.java46 public TestMethodWorker(IInvoker invoker, argument
55 m_invoker = invoker;
294 public SingleTestMethodWorker(IInvoker invoker, argument
301 super(invoker,
/external/webrtc/webrtc/p2p/base/
H A Dturnport.h133 rtc::AsyncInvoker* invoker() { return &invoker_; } function in class:cricket::TurnPort
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jar ... test org.junit.runners.model.Statement invoker } org/robolectric/TestLifecycleApplication.class TestLifecycleApplication.java package org ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/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 9566 milliseconds