Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DReflectionMethodInvokerTest.java40 ReflectionMethodInvoker<String, Integer> invoker = in invokeCanInvokeMethodAndReturnsCorrectResult() local
52 ReflectionMethodInvoker<InvokeTestClass, Void> invoker = in invokeCanReturnVoid() local
62 ReflectionMethodInvoker<String, Integer> invoker = in invokeThrowsNoSuchMethodExceptionWhenMethodSignatureNotFound() local
75 ReflectionMethodInvoker<String, Integer> invoker = in invoke_callThrowsNullPointerException_throwsAsRuntimeException() local
90 ReflectionMethodInvoker<InvokeTestClass, Void> invoker = in invoke_invokedMethodThrowsException_throwsAsRuntimeException() local
103 ReflectionMethodInvoker<InvokeTestClass, Void> invoker = in invoke_invokePrivateMethod_throwsNoSuchMethodException() local
115 ReflectionMethodInvoker<String, Integer> invoker = in invoke_canBeCalledMultipleTimes() local
128 ReflectionMethodInvoker<String, Integer> invoker = in initialize_methodNotFound_throwsMethodNotFoundException() local
140 ReflectionMethodInvoker<String, Integer> invoker = in isInitialized_methodFoundAndInitialized_returnsTrue() local
154 ReflectionMethodInvoker<String, Integer> invoker = in isInitialized_methodFoundAndNotInitialized_returnsFalse() local
[all …]
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dinvoker.hpp45 class invoker class
60 explicit invoker(BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(As)... args) in invoker() function in boost::detail::invoker
65 invoker(BOOST_THREAD_RV_REF(invoker) f) : f_(boost::move(BOOST_THREAD_RV(f).f_)) in invoker() function in boost::detail::invoker
69 invoker( const invoker& f) : f_(f.f_) in invoker() function in boost::detail::invoker
/external/sdv/vsomeip/third_party/boost/function_types/example/
Dinterpreter.hpp128 struct interpreter::invoker struct in example::interpreter
133 void apply(Function func, token_parser & parser, Args const & args) in apply()
144 struct interpreter::invoker<Function,To,To> struct in example::interpreter
149 void apply(Function func, token_parser &, Args const & args) in apply()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dstrand_executor_service.hpp74 class strand_executor_service::invoker<Executor, class in boost::asio::detail::strand_executor_service
80 invoker(const implementation_type& impl, Executor& ex) in invoker() function in boost::asio::detail::strand_executor_service::invoker
86 invoker(const invoker& other) in invoker() function in boost::asio::detail::strand_executor_service::invoker
93 invoker(invoker&& other) in invoker() function in boost::asio::detail::strand_executor_service::invoker
143 class strand_executor_service::invoker<Executor, class in boost::asio::detail::strand_executor_service
149 invoker(const implementation_type& impl, Executor& ex) in invoker() function in boost::asio::detail::strand_executor_service::invoker
155 invoker(const invoker& other) in invoker() function in boost::asio::detail::strand_executor_service::invoker
162 invoker(invoker&& other) in invoker() function in boost::asio::detail::strand_executor_service::invoker
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dapply_visitor_binary.hpp130 > invoker(visitor_, value1); in operator ()() local
143 > invoker(visitor_, value1); in operator ()() local
302 > invoker(visitor_, value1); in operator ()() local
314 > invoker(visitor_, value1); in operator ()() local
/external/perfetto/include/perfetto/ext/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/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h96 Invoker invoker, in Method()
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
Dmethod.h126 Invoker invoker, in RawMethod()
/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/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
Dmethod.h247 Invoker invoker, in PwpbMethod()
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp2371 detail::variant::invoke_visitor<Visitor, true> invoker(visitor); in apply_visitor() local
2379 detail::variant::invoke_visitor<Visitor, true> invoker(visitor); in apply_visitor() local
2392 detail::variant::invoke_visitor<Visitor, false> invoker(visitor); in apply_visitor() local
2403 detail::variant::invoke_visitor<Visitor, false> invoker(visitor); in apply_visitor() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DObjectReferenceImpl.java335 Method invoker = clazz.concreteMethodByName(method.name(), in validateClassMethodInvocation() 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/sg3_utils/src/
Dsg_vpd_common.h129 enum sg_vpd_invoker_e invoker; /* indicates if for sg_inq or sg_vpd */ member
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc285 bool invoker(bool ok) { in invoker() function in grpc::testing::AsyncQpsServerTest::ServerRpcContextUnaryImpl
/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_template.hpp653 invoker_type invoker; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc658 } invoker; variable
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc658 } invoker; variable
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
Dexception_safety_testing_test.cc658 } invoker; variable
/external/angle/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc661 } invoker; variable

12