Home
last modified time | relevance | path

Searched defs:invoker (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/base/
Dthread_unittest.cc360 AsyncInvoker invoker; in TEST() local
386 void AsyncInvokeIntCallback(AsyncInvoker* invoker, Thread* thread) { in AsyncInvokeIntCallback()
410 AsyncInvoker invoker; in TEST_F() local
421 AsyncInvoker invoker; in TEST_F() local
439 AsyncInvoker invoker; in TEST_F() local
450 AsyncInvoker invoker; in TEST_F() local
470 AsyncInvoker invoker; in TEST_F() local
484 AsyncInvoker invoker; in TEST_F() local
502 AsyncInvoker invoker; in TEST_F() local
531 void AsyncInvokeIntCallback(GuardedAsyncInvoker* invoker, Thread* thread) { in AsyncInvokeIntCallback()
[all …]
Dasyncinvoker-inl.h82 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure()
110 NotifyingAsyncClosure(AsyncInvoker* invoker, in NotifyingAsyncClosure()
Dasyncinvoker.cc103 NotifyingAsyncClosureBase::NotifyingAsyncClosureBase(AsyncInvoker* invoker, in NotifyingAsyncClosureBase()
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DCallInvokerExtensions.cs43 public static CallInvoker Intercept(this CallInvoker invoker, Interceptor interceptor) in Intercept()
64 … public static CallInvoker Intercept(this CallInvoker invoker, params Interceptor[] interceptors) in Intercept()
92 …public static CallInvoker Intercept(this CallInvoker invoker, Func<Metadata, Metadata> interceptor) in Intercept()
DInterceptingCallInvoker.cs30 readonly CallInvoker invoker; field in Grpc.Core.Interceptors.InterceptingCallInvoker
37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker()
/external/catch2/include/internal/
Dcatch_test_registry.cpp21 …AutoReg::AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrM… in AutoReg()
/external/perfetto/include/perfetto/ipc/
Dservice_descriptor.h58 InvokerFunc invoker; member
/external/testng/src/main/java/org/testng/internal/
DTestMethodWorker.java46 public TestMethodWorker(IInvoker invoker, in TestMethodWorker()
294 public SingleTestMethodWorker(IInvoker invoker, in SingleTestMethodWorker()
DTestMethodWithDataProviderMethodWorker.java36 public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, in TestMethodWithDataProviderMethodWorker()
DInvoker.java554 …InvokedMethodListenerInvoker invoker = new InvokedMethodListenerInvoker(listenerMethod, testResult… in runInvokedMethodListeners() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DJPDADebuggeeSynchronizer.java148 public synchronized String receiveMessageWithoutException(String invoker) { in receiveMessageWithoutException()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp68 invoker_base<R, Args...>* invoker; member in function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java535 final ActivityInvoker invoker = new ActivityInvoker(); in callOnActivityResult() local
597 final ActivityInvoker invoker = new ActivityInvoker(); in showDialog() local
649 final ActivityInvoker invoker = new ActivityInvoker(); in recreate() local
/external/webrtc/webrtc/p2p/base/
Dturnport.h133 rtc::AsyncInvoker* invoker() { return &invoker_; } in invoker() function
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DObjectReferenceImpl.java335 Method invoker = clazz.concreteMethodByName(method.name(), in validateClassMethodInvocation() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java595 final Statement invoker = super.methodInvoker(method, test); in methodInvoker() local
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java500 Invoker invoker = new Invoker (appMain, null, new Object [] {m_appArgs}); in _run() local
/external/testng/src/main/java/org/testng/
DSuiteRunner.java281 IInvoker invoker = null; in privateRun() local
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc281 bool invoker(bool ok) { in invoker() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
/external/catch2/single_include/catch2/
Dcatch.hpp12108 …AutoReg::AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrM… in AutoReg()