/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | CompletionHandler.common.kt | 31 abstract fun invoke(cause: Throwable?) in invoke() method in kotlinx.coroutines.CompletionHandlerBase 38 abstract fun invoke(cause: Throwable?) in invoke() method
|
D | CoroutineStart.kt | 89 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
|
D | CancellableContinuation.kt | 385 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
|
D | Await.kt | 99 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/ |
D | method.ts | 65 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/ |
D | RealMethod.java | 30 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/ |
D | SelectUnbiased.kt | 54 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
|
D | Select.kt | 28 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/ |
D | CompletionHandler.kt | 11 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/ |
D | handler_invoke_helpers.hpp | 27 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/ |
D | CompletionHandler.kt | 10 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/ |
D | MethodInterceptionTest.java | 45 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/ |
D | ProxyFactoryTest.java | 59 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/ |
D | Future.kt | 38 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/ |
D | catch_complete_invoke.hpp | 33 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/ |
D | IntegrationTest.kt | 25 …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/ |
D | IntegrationTest.kt | 24 …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/ |
D | IntegrationTest.kt | 23 …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/ |
D | JvstTestRoot.java | 40 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/ |
D | OAuthClient.java | 214 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/ |
D | ListenerSet.java | 48 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/ |
D | ServletTestUtils.java | 31 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/ |
D | ListenerSet.java | 48 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/ |
D | TickerChannelCommonTest.kt | 25 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/ |
D | IntegrationTest.kt | 26 …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
|