/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 52 var callInvoker = helper.GetChannel().Intercept(metadata => in AddRequestHeaderInClientInterceptor() 72 var callInvoker = helper.GetChannel().Intercept(metadata => { in CheckInterceptorOrderInClientInterceptors() 99 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor))); in CheckNullInterceptorRegistrationFails() 100 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{default(Interceptor… in CheckNullInterceptorRegistrationFails() 101 …Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(new[]{new CallbackInterce… in CheckNullInterceptorRegistrationFails() 102 … Assert.Throws<ArgumentNullException>(() => helper.GetChannel().Intercept(default(Interceptor[]))); in CheckNullInterceptorRegistrationFails() 121 … var callInvoker = helper.GetChannel().Intercept(new ClientStreamingCountingInterceptor()); in CountNumberOfRequestsInClientInterceptors()
|
D | ServerInterceptorTest.cs | 54 var channel = helper.GetChannel(); in AddRequestHeaderInServerInterceptor() 75 var channel = helper.GetChannel(); in VerifyInterceptorOrdering() 123 var channel = helper.GetChannel(); in UserStateVisibleToAllInterceptors()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/channelz/ |
D | channelz_servicer_test.py | 187 resp = await self._channelz_stub.GetChannel( 200 resp = await self._channelz_stub.GetChannel( 217 resp = await self._channelz_stub.GetChannel( 239 resp = await self._channelz_stub.GetChannel( 246 resp = await self._channelz_stub.GetChannel( 253 resp = await self._channelz_stub.GetChannel( 260 resp = await self._channelz_stub.GetChannel( 282 gc_resp = await self._channelz_stub.GetChannel( 336 gc_resp = await self._channelz_stub.GetChannel( 371 gc_resp = await self._channelz_stub.GetChannel( [all …]
|
/third_party/grpc/test/cpp/end2end/ |
D | time_change_test.cc | 164 std::shared_ptr<Channel> GetChannel() { return channel_; } in GetChannel() function in grpc::testing::__anond84822b60111::TimeChangeTest 186 auto channel = GetChannel(); in TEST_F() 213 auto channel = GetChannel(); in TEST_F() 241 auto channel = GetChannel(); in TEST_F() 273 auto channel = GetChannel(); in TEST_F() 305 auto channel = GetChannel(); in TEST_F()
|
D | channelz_service_test.cc | 293 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 308 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 331 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 373 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 386 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 399 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 413 Status s = channelz_stub_->GetChannel(&context, request, &response); in TEST_F() 610 Status s = channelz_stub_->GetChannel( in TEST_F()
|
/third_party/grpc/src/python/grpcio_tests/tests/channelz/ |
D | _channelz_servicer_test.py | 166 resp = self._channelz_stub.GetChannel( 175 resp = self._channelz_stub.GetChannel( 189 resp = self._channelz_stub.GetChannel( 215 resp = self._channelz_stub.GetChannel( 222 resp = self._channelz_stub.GetChannel( 229 resp = self._channelz_stub.GetChannel( 236 resp = self._channelz_stub.GetChannel( 359 gc_resp = self._channelz_stub.GetChannel( 430 self._channelz_stub.GetChannel(
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | deconv2d_infer.c | 49 int32_t output_c = GetChannel(weight); in Deconv2dInferShape() 50 …if (param->group_ == GetChannel(input) && param->group_ == GetBatch(weight) && 1 == GetChannel(wei… in Deconv2dInferShape()
|
D | roi_pooling_infer.c | 46 output->shape_[3] = GetChannel(input); in ROIPoolingInferShape()
|
D | crop_and_resize_infer.c | 61 ShapePush(output_shape, &output_shape_size, GetChannel(input)); in CropAndResizeInferShape()
|
D | resize_grad_infer.c | 50 ShapePush(output_shape, &output_shape_size, GetChannel(input)); in ResizeGradInferShape()
|
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/ |
D | _async.py | 53 async def GetChannel( member in ChannelzServicer 56 return _SyncChannelzServicer.GetChannel(request, context)
|
D | _servicer.py | 81 def GetChannel(request, context): member in ChannelzServicer
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | UserAgentStringTest.cs | 62 channel = helper.GetChannel(); in DefaultUserAgentString() 82 channel = helper.GetChannel(); in ApplicationUserAgentString()
|
D | ShutdownHookPendingCallTest.cs | 41 var channel = helper.GetChannel(); in ProcessExitHookCanCleanupAbandonedCall()
|
D | ShutdownTest.cs | 45 channel = helper.GetChannel(); in Init()
|
D | AppDomainUnloadTest.cs | 69 var channel = helper.GetChannel();
|
D | HalfcloseTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | PerformanceTest.cs | 46 channel = helper.GetChannel(); in Init()
|
D | ThreadingModelTest.cs | 40 channel = helper.GetChannel(); in Init()
|
D | ChannelConnectivityTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | ContextualMarshallerTest.cs | 77 channel = helper.GetChannel(); in Init()
|
D | TimeoutsTest.cs | 47 channel = helper.GetChannel(); in Init()
|
D | CompressionTest.cs | 45 channel = helper.GetChannel(); in Init()
|
D | MarshallingErrorsTest.cs | 68 channel = helper.GetChannel(); in Init()
|
/third_party/grpc/src/cpp/server/channelz/ |
D | channelz_service.h | 49 Status GetChannel(ServerContext* unused,
|