/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | MetadataCredentialsTest.cs | 76 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials() 85 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_PerCall() 110 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_Composed() 120 …channel = new Channel(Host, server.Ports.Single().BoundPort, TestCredentials.CreateSslCredentials(… in MetadataCredentials_ComposedPerCall() 145 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorLeavesMetadataEmpty() 162 … channel = new Channel(Host, server.Ports.Single().BoundPort, channelCredentials, options); in MetadataCredentials_InterceptorThrows()
|
D | ServerRunners.cs | 127 public int BoundPort property in Grpc.IntegrationTesting.ServerRunnerImpl 131 return server.Ports.Single().BoundPort;
|
D | IServerRunner.cs | 42 int BoundPort { get; } property
|
D | RunnerClientServerTest.cs | 62 ServerTargets = { string.Format("{0}:{1}", "localhost", serverRunner.BoundPort) }, in ClientServerRunner()
|
D | QpsWorker.cs | 77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
|
D | GeneratedServiceBaseTest.cs | 49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | WorkerServiceImpl.cs | 51 Port = runner.BoundPort, in RunServer()
|
D | InteropClientServerTest.cs | 56 int port = server.Ports.Single().BoundPort; in Init()
|
D | CustomErrorDetailsTest.cs | 56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | SslCredentialsTest.cs | 68 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in Init()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | test_cluster.cc | 54 dispatcher_address_ = absl::StrCat("localhost:", dispatcher_->BoundPort()); in Initialize() 72 worker_addresses_.push_back(absl::StrCat("localhost:", worker->BoundPort())); in AddWorker()
|
D | server_lib.cc | 65 << " running at 0.0.0.0:" << BoundPort(); in Start() 76 << BoundPort(); in Stop() 81 int GrpcDataServerBase::BoundPort() { return bound_port(); } in BoundPort() function in tensorflow::data::GrpcDataServerBase
|
D | server_lib.h | 54 int BoundPort();
|
/external/tensorflow/tensorflow/python/data/experimental/service/ |
D | server_lib_wrapper.cc | 39 .def("bound_port", &tensorflow::data::DispatchGrpcDataServer::BoundPort) in PYBIND11_MODULE() 53 .def("bound_port", &tensorflow::data::WorkerGrpcDataServer::BoundPort) in PYBIND11_MODULE()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ServerPort.cs | 97 public int BoundPort property in Grpc.Core.ServerPort
|
D | Server.cs | 315 var unboundPort = ports.FirstOrDefault(port => port.BoundPort == 0); in CheckPortsBoundSuccessfully()
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 39 …Channel channel = new Channel("localhost", server.Ports.Single().BoundPort, ChannelCredentials.Ins… in Main()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 63 Assert.Greater(boundPort.BoundPort, 0); in PickUnusedPort()
|
D | MockServiceHelper.cs | 147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 95 tensorflow::data::GrpcDataServerBase::BoundPort
|