/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 33 Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq); in HandleCall() method 52 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.UnaryServerCallHandler 116 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.ServerStreamingServerCallHandler 179 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.ClientStreamingServerCallHandler 242 public async Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler 309 public Task HandleCall(ServerRpcNew newRpc, CompletionQueueSafeHandle cq) in HandleCall() method in Grpc.Core.Internal.UnimplementedMethodCallHandler 311 return callHandlerImpl.HandleCall(newRpc, cq); in HandleCall()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker_test.cc | 247 .WillRepeatedly(Invoke(this, &AsyncDBusMethodInvokerTest::HandleCall)); in SetUp() 252 void HandleCall(dbus::MethodCall* method_call, in HandleCall() function in brillo::dbus_utils::AsyncDBusMethodInvokerTest
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.h | 95 Status HandleCall(HloInstruction* call) override;
|
D | ir_emitter.cc | 589 Status IrEmitter::HandleCall(HloInstruction* call) { in HandleCall() function in xla::gpu::IrEmitter
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Server.cs | 346 await callHandler.HandleCall(newRpc, cq).ConfigureAwait(false); in HandleCallAsync()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.h | 237 Status HandleCall(HloInstruction* call) override;
|
D | hlo_cost_analysis.h | 102 Status HandleCall(const HloInstruction* call) override;
|
D | dfs_hlo_visitor_with_default.h | 161 Status HandleCall(HloInstructionPtr call) override { in HandleCall() function
|
D | hlo_verifier.h | 85 Status HandleCall(HloInstruction* call) override;
|
D | dfs_hlo_visitor.h | 252 virtual Status HandleCall(HloInstructionPtr hlo) = 0;
|
D | hlo_cost_analysis.cc | 929 Status HloCostAnalysis::HandleCall(const HloInstruction* call) { in HandleCall() function in xla::HloCostAnalysis
|
D | hlo_verifier.cc | 782 Status ShapeVerifier::HandleCall(HloInstruction* call) { in HandleCall() function in xla::ShapeVerifier
|
D | hlo_evaluator.cc | 1917 Status HloEvaluator::HandleCall(HloInstruction* call) { in HandleCall() function in xla::HloEvaluator
|
D | hlo_instruction.cc | 3235 return visitor->HandleCall(this); in Visit()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.h | 162 Status HandleCall(HloInstruction* call) override;
|
D | cpu_compiler.cc | 248 Status HandleCall(HloInstruction* call) override { in HandleCall() function in xla::cpu::__anon31d794070311::CollectProfileCandidates
|
D | ir_emitter.cc | 2117 Status IrEmitter::HandleCall(HloInstruction* call) { in HandleCall() function in xla::cpu::IrEmitter
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 1361 void HandleCall(Symbol::Flag, const parser::Call &); 5432 HandleCall(Symbol::Flag::Function, x.v); in Pre() 5436 HandleCall(Symbol::Flag::Subroutine, x.v); in Pre() 5809 void ResolveNamesVisitor::HandleCall( in HandleCall() function in Fortran::semantics::ResolveNamesVisitor
|