| /external/clang/tools/scan-build-py/libscanbuild/ |
| D | runner.py | 156 def run_analyzer(opts, continuation=report_failure): argument 198 def filter_debug_flags(opts, continuation=run_analyzer): argument 209 def set_file_path_relative(opts, continuation=filter_debug_flags): argument 220 def language_check(opts, continuation=set_file_path_relative): argument 250 def arch_check(opts, continuation=language_check): argument
|
| /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
| D | ClientInterceptorTest.cs | 142 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall() 148 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall() 154 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall() 160 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall() 166 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall() 175 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall()
|
| D | ServerInterceptorTest.cs | 101 …>(TRequest request, ServerCallContext context, UnaryServerMethod<TRequest, TResponse> continuation) in UnaryServerHandler() 107 …stStream, ServerCallContext context, ClientStreamingServerMethod<TRequest, TResponse> continuation) in ClientStreamingServerHandler() 113 …seStream, ServerCallContext context, ServerStreamingServerMethod<TRequest, TResponse> continuation) in ServerStreamingServerHandler() 119 …seStream, ServerCallContext context, DuplexStreamingServerMethod<TRequest, TResponse> continuation) in DuplexStreamingServerHandler()
|
| /external/grpc-grpc/examples/python/interceptors/headers/ |
| D | generic_client_interceptor.py | 26 def intercept_unary_unary(self, continuation, client_call_details, request): argument 32 def intercept_unary_stream(self, continuation, client_call_details, argument 39 def intercept_stream_unary(self, continuation, client_call_details, argument 46 def intercept_stream_stream(self, continuation, client_call_details, argument
|
| D | request_header_validator_interceptor.py | 34 def intercept_service(self, continuation, handler_call_details): argument
|
| /external/grpc-grpc/src/php/tests/unit_tests/ |
| D | InterceptorTest.php | 101 $continuation) 106 …terceptStreamUnary($method, $deserialize, array $metadata = [], array $options = [], $continuation) 120 $continuation) 133 $continuation) 176 $continuation) 181 …terceptStreamUnary($method, $deserialize, array $metadata = [], array $options = [], $continuation) 195 $continuation) 202 $continuation)
|
| /external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
| D | CallInvokerExtensions.cs | 117 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall() 122 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall() 127 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall() 132 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall() 137 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall()
|
| /external/grpc-grpc/src/php/lib/Grpc/ |
| D | Interceptor.php | 36 $continuation 46 $continuation 57 $continuation 67 $continuation
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
| D | _interceptor_test.py | 191 def intercept_unary_unary(self, continuation, client_call_details, request): argument 197 def intercept_unary_stream(self, continuation, client_call_details, argument 204 def intercept_stream_unary(self, continuation, client_call_details, argument 211 def intercept_stream_stream(self, continuation, client_call_details, argument 228 def intercept_service(self, continuation, handler_call_details): argument 232 def intercept_unary_unary(self, continuation, client_call_details, request): argument 236 def intercept_unary_stream(self, continuation, client_call_details, argument 241 def intercept_stream_unary(self, continuation, client_call_details, argument 246 def intercept_stream_stream(self, continuation, client_call_details, argument 295 def intercept_service(self, continuation, handler_call_details): argument [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
| D | CancellableContinuationTest.kt | 14 var continuation: Continuation<Unit>? = null in <lambda>() variable 36 var continuation: Continuation<Unit>? = null in <lambda>() variable 54 var continuation: Continuation<Unit>? = null in <lambda>() variable 76 var continuation: Continuation<Unit>? = null in <lambda>() variable 101 var continuation: Continuation<Unit>? = null in <lambda>() variable
|
| /external/grpc-grpc/src/csharp/Grpc.Core/ |
| D | ClientBase.cs | 172 …text<TRequest, TResponse> context, BlockingUnaryCallContinuation<TRequest, TResponse> continuation) in BlockingUnaryCall() 177 …Context<TRequest, TResponse> context, AsyncUnaryCallContinuation<TRequest, TResponse> continuation) in AsyncUnaryCall() 182 …equest, TResponse> context, AsyncServerStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncServerStreamingCall() 187 …equest, TResponse> context, AsyncClientStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncClientStreamingCall() 192 …equest, TResponse> context, AsyncDuplexStreamingCallContinuation<TRequest, TResponse> continuation) in AsyncDuplexStreamingCall()
|
| /external/grpc-grpc/examples/python/interceptors/default_value/ |
| D | default_value_client_interceptor.py | 57 def _intercept_call(self, continuation, client_call_details, argument 62 def intercept_unary_unary(self, continuation, client_call_details, request): argument 65 def intercept_stream_unary(self, continuation, client_call_details, argument
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | Builders.common.kt | 109 private val continuation = block.createCoroutineUnintercepted(this, this) in getCompleted() constant 203 private val continuation = block.createCoroutineUnintercepted(this, this) constant
|
| D | Await.kt | 103 …private inner class AwaitAllNode(private val continuation: CancellableContinuation<List<T>>) : Job… in toString() constant in kotlinx.coroutines.AwaitAll.AwaitAllNode
|
| /external/cronet/base/files/ |
| D | file_proxy_unittest.cc | 40 void DidFinish(base::RepeatingClosure continuation, File::Error error) { in DidFinish() 45 void DidCreateOrOpen(base::RepeatingClosure continuation, File::Error error) { in DidCreateOrOpen() 50 void DidCreateTemporary(base::RepeatingClosure continuation, in DidCreateTemporary() 58 void DidGetFileInfo(base::RepeatingClosure continuation, in DidGetFileInfo() 66 void DidRead(base::RepeatingClosure continuation, in DidRead() 76 void DidWrite(base::RepeatingClosure continuation, in DidWrite()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/ |
| D | Actor.kt | 154 private var continuation = block.createCoroutineUnintercepted(this, this) variable
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
| D | Broadcast.kt | 188 private val continuation = block.createCoroutineUnintercepted(this, this) constant
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _interceptor.py | 209 def continuation(new_details, request): function 239 def continuation(new_details, request): function 266 def continuation(new_details, request): function 309 def continuation(new_details, request_iterator): function 347 def continuation(new_details, request_iterator): function 378 def continuation(new_details, request_iterator): function
|
| D | __init__.py | 370 def intercept_unary_unary(self, continuation, client_call_details, request): argument 407 def intercept_unary_stream(self, continuation, client_call_details, argument 443 def intercept_stream_unary(self, continuation, client_call_details, argument 481 def intercept_stream_stream(self, continuation, client_call_details, argument 1169 def intercept_service(self, continuation, handler_call_details): argument
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | DispatchedTask.kt | 89 val continuation = delegate.continuation in getSuccessfulResult() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ |
| D | TestDispatcher.kt | 61 @JvmField val continuation: CancellableContinuation<Unit>, in timeoutMessage() constant in kotlinx.coroutines.test.CancellableContinuationRunnable
|
| /external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/utils/ |
| D | Utils.kt | 15 suspend fun TransferObserver.await() = suspendCancellableCoroutine<TransferObserver> { continuation… in <lambda>() method
|
| /external/openthread/third_party/mbedtls/repo/scripts/ |
| D | config.py | 296 def continuation(name, active, section): function 316 def continuation(name, active, section): function
|
| /external/mbedtls/scripts/ |
| D | config.py | 325 def continuation(name, active, section): function 343 def continuation(name, active, section): function
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
| D | Executors.kt | 190 private val continuation: CancellableContinuation<Unit> in toString() constant in kotlinx.coroutines.ResumeUndispatchedRunnable
|