Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 25 of 197) sorted by relevance

12345678

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionHandler.common.kt31 abstract fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CompletionHandlerBase
38 abstract fun invoke(cause: Throwable?) in invoke() method
DCoroutineStart.kt89 public operator fun <T> invoke(block: suspend () -> T, completion: Continuation<T>): Unit = in invoke() method in kotlinx.coroutines.CoroutineStart
108 …public operator fun <R, T> invoke(block: suspend R.() -> T, receiver: R, completion: Continuation<… in invoke() method in kotlinx.coroutines.CoroutineStart
DCancellableContinuation.kt385 override fun invoke(cause: Throwable?) { node.remove() } in removeOnCancellation() method in kotlinx.coroutines.RemoveOnCancel
390 override fun invoke(cause: Throwable?) = handle.dispose() method in kotlinx.coroutines.DisposeOnCancel
DAwait.kt99 override fun invoke(cause: Throwable?) { disposeAll() } in invoke() method in kotlinx.coroutines.AwaitAll.DisposeHandlersOnCancel
111 override fun invoke(cause: Throwable?) { in toString() method in kotlinx.coroutines.AwaitAll.AwaitAllNode
/external/pigweed/pw_rpc/ts/
Dmethod.ts65 invoke( method in UnaryMethodStub
105 invoke( method in ServerStreamingMethodStub
145 invoke( method in ClientStreamingMethodStub
183 invoke( method in BidirectionalStreamingMethodStub
/external/mockito/src/main/java/org/mockito/internal/invocation/
DRealMethod.java30 public Object invoke() { in invoke() method in RealMethod.IsIllegal
60 public Object invoke() throws Throwable { in invoke() method in RealMethod.FromBehavior
72 Object invoke() throws Throwable; in invoke() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelectUnbiased.kt54 override fun SelectClause0.invoke(block: suspend () -> R) { in invoke() method
58 override fun <Q> SelectClause1<Q>.invoke(block: suspend (Q) -> R) { in invoke() method
62 override fun <P, Q> SelectClause2<P, Q>.invoke(param: P, block: suspend (Q) -> R) { in invoke() method
DSelect.kt28 public operator fun SelectClause0.invoke(block: suspend () -> R) in <lambda>() method
33 public operator fun <Q> SelectClause1<Q>.invoke(block: suspend (Q) -> R) in <lambda>() method
38 public operator fun <P, Q> SelectClause2<P, Q>.invoke(param: P, block: suspend (Q) -> R) in <lambda>() method
44 …public operator fun <P, Q> SelectClause2<P?, Q>.invoke(block: suspend (Q) -> R): Unit = invoke(nul… in <lambda>() method
338 override fun invoke(cause: Throwable?) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl.SelectOnCancelling
627 override fun SelectClause0.invoke(block: suspend () -> R) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
631 override fun <Q> SelectClause1<Q>.invoke(block: suspend (Q) -> R) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
635 override fun <P, Q> SelectClause2<P, Q>.invoke(param: P, block: suspend (Q) -> R) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCompletionHandler.kt11 actual abstract fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CompletionHandlerBase
19 actual abstract fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CancelHandlerBase
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_invoke_helpers.hpp27 inline void invoke(Function& function, Context& context) in invoke() function
39 inline void invoke(const Function& function, Context& context) in invoke() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/
DCompletionHandler.kt10 actual abstract override fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CompletionHandlerBase
16 actual abstract override fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CancelHandlerBase
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java45 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CountingInterceptor
53 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.ReturnNullInterceptor
60 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NoOpInterceptor
374 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.NamedInterceptor
425 public Object invoke(final MethodInvocation methodInvocation) throws Throwable { in invoke() method in MethodInterceptionTest.CallLaterInterceptor
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java59 public void invoke() { in invoke() method in ProxyFactoryTest.Simple
69 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.SimpleInterceptor
192 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.CountingInterceptor
201 public Object invoke(MethodInvocation methodInvocation) throws Throwable { in invoke() method in ProxyFactoryTest.DoubleInterceptor
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DFuture.kt38 override fun invoke(cause: Throwable?) { in cancelFutureOnCompletion() method in kotlinx.coroutines.CancelFutureOnCompletion
46 override fun invoke(cause: Throwable?) { in invoke() method in kotlinx.coroutines.CancelFutureOnCancel
/external/catch2/include/internal/benchmark/detail/
Dcatch_complete_invoke.hpp33 static Result invoke(Fun&& fun, Args&&... args) { in invoke() function
40 static CompleteType_t<void> invoke(Fun&& fun, Args&&... args) { in invoke() function
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DIntegrationTest.kt25 …MAIN { override fun invoke(context: CoroutineContext): CoroutineContext = context.minusKey(… in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest.Ctx
26 …DEFAULT { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Defau… in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest.Ctx
27 …UNCONFINED { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Uncon… in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest.Ctx
29 abstract operator fun invoke(context: CoroutineContext): CoroutineContext in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest.Ctx
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DIntegrationTest.kt24 …MAIN { override fun invoke(context: CoroutineContext): CoroutineContext = context.minusKey(… in <lambda>() method in kotlinx.coroutines.rx2.IntegrationTest.Ctx
25 …DEFAULT { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Defau… in <lambda>() method in kotlinx.coroutines.rx2.IntegrationTest.Ctx
26 …UNCONFINED { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Uncon… in <lambda>() method in kotlinx.coroutines.rx2.IntegrationTest.Ctx
28 abstract operator fun invoke(context: CoroutineContext): CoroutineContext in <lambda>() method in kotlinx.coroutines.rx2.IntegrationTest.Ctx
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DIntegrationTest.kt23 …MAIN { override fun invoke(context: CoroutineContext): CoroutineContext = context.minusKey(… in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest.Ctx
24 …DEFAULT { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Defau… in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest.Ctx
25 …UNCONFINED { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Uncon… in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest.Ctx
27 abstract operator fun invoke(context: CoroutineContext): CoroutineContext in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest.Ctx
/external/javassist/src/test/javassist/
DJvstTestRoot.java40 protected int invoke(Object target, String method) throws Exception { in invoke() method in JvstTestRoot
46 protected int invoke(Object target, String method, int arg) in invoke() method in JvstTestRoot
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java214 public OAuthMessage invoke(OAuthAccessor accessor, String httpMethod, in invoke() method in OAuthClient
249 public OAuthMessage invoke(OAuthAccessor accessor, String url, in invoke() method in OAuthClient
264 public OAuthMessage invoke(OAuthMessage request, ParameterStyle style) in invoke() method in OAuthClient
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DListenerSet.java48 void invoke(T listener); in invoke() method
66 void invoke(T listener, FlagSet eventFlags); in invoke() method
255 public void invoke(int eventFlag, Event<T> event) { in invoke() method in ListenerSet.ListenerHolder
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletTestUtils.java31 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in ServletTestUtils.ThrowingInvocationHandler
109 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() method in FakeHttpSessionHandler
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DListenerSet.java48 void invoke(T listener); in invoke() method
66 void invoke(T listener, FlagSet eventFlags); in invoke() method
275 public void invoke(int eventFlag, Event<T> event) { in invoke() method in ListenerSet.ListenerHolder
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelCommonTest.kt25 override fun invoke(delay: Long, initialDelay: Long) = in invoke() method in kotlinx.coroutines.channels.TickerChannelCommonTest.Channel
30 override fun invoke(delay: Long, initialDelay: Long) = in invoke() method in kotlinx.coroutines.channels.TickerChannelCommonTest.Channel
34 abstract operator fun invoke(delay: Long, initialDelay: Long = 0): ReceiveChannel<Unit> in invoke() method in kotlinx.coroutines.channels.TickerChannelCommonTest.Channel
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DIntegrationTest.kt26 …MAIN { override fun invoke(context: CoroutineContext): CoroutineContext = context.minusKey(… in <lambda>() method in kotlinx.coroutines.reactive.IntegrationTest.Ctx
27 …DEFAULT { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Defau… in <lambda>() method in kotlinx.coroutines.reactive.IntegrationTest.Ctx
28 …UNCONFINED { override fun invoke(context: CoroutineContext): CoroutineContext = Dispatchers.Uncon… in <lambda>() method in kotlinx.coroutines.reactive.IntegrationTest.Ctx
30 abstract operator fun invoke(context: CoroutineContext): CoroutineContext in <lambda>() method in kotlinx.coroutines.reactive.IntegrationTest.Ctx

12345678