Home
last modified time | relevance | path

Searched defs:continuation (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py156 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/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py26 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
Drequest_header_validator_interceptor.py34 def intercept_service(self, continuation, handler_call_details): argument
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs142 …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()
DServerInterceptorTest.cs101 …>(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/src/php/lib/Grpc/
DInterceptor.php36 $continuation
46 $continuation
57 $continuation
67 $continuation
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DCallInvokerExtensions.cs117 …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/tests/unit_tests/
DInterceptorTest.php101 $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/python/grpcio_tests/tests/unit/
D_interceptor_test.py191 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/grpc-grpc/src/csharp/Grpc.Core/
DClientBase.cs172 …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()
DServer.cs337 … async Task HandleCallAsync(ServerRpcNew newRpc, CompletionQueueSafeHandle cq, Action continuation) in HandleCallAsync()
/external/grpc-grpc/examples/python/interceptors/default_value/
Ddefault_value_client_interceptor.py57 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/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py209 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__.py370 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/u-boot/arch/x86/include/asm/fsp/
Dfsp_api.h34 fsp_continuation_f continuation; member
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs71 …ternal static JsonTokenizer FromReplayedTokens(IList<JsonToken> tokens, JsonTokenizer continuation) in FromReplayedTokens()
/external/v8/src/compiler/
Djs-native-context-specialization.cc901 ValueEffectControl continuation = BuildPropertyAccess( in ReduceNamedAccess() local
1008 ValueEffectControl continuation = BuildPropertyAccess( in ReduceNamedAccess() local
1286 ValueEffectControl continuation = in ReduceElementAccess() local
1352 ValueEffectControl continuation = BuildElementAccess( in ReduceElementAccess() local
2134 ValueEffectControl continuation = BuildPropertyAccess( in ReduceJSStoreDataPropertyInLiteral() local
Djs-typed-lowering.cc2042 Node* continuation = NodeProperties::GetValueInput(node, 1); in ReduceJSGeneratorStore() local
2089 Node* continuation = effect = graph()->NewNode( in ReduceJSGeneratorRestoreContinuation() local
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc270 Register continuation = x7; in Generate() local
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h624 Label continuation; in emit_i32_clz() local
642 Label continuation; in emit_i32_ctz() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DHttp2.java91 private final ContinuationSource continuation; field in Http2.Reader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java89 private final ContinuationSource continuation; field in Http2.Reader
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHttp2.java94 private final ContinuationSource continuation; field in Http2.Reader
/external/v8/src/builtins/
Dbuiltins-async-generator-gen.cc180 TNode<Smi> continuation = CAST(LoadGeneratorState(generator)); in AsyncGeneratorEnqueue() local
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h669 Label continuation; in emit_i32_clz() local
687 Label continuation; in emit_i32_ctz() local

12