/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ServerTest.cs | 36 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndShutdownServer() 47 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndKillServer() 58 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in PickUnusedPort() 76 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure), in StartThrowsWithUnboundPorts() 77 new ServerPort("localhost", twiceBoundPort, ServerCredentials.Insecure) in StartThrowsWithUnboundPorts() 89 … Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in CannotModifyAfterStarted()
|
D | MockServiceHelper.cs | 134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ServerPort.cs | 28 public class ServerPort class 48 public ServerPort(string host, int port, ServerCredentials credentials) in ServerPort() method in Grpc.Core.ServerPort 58 internal ServerPort(ServerPort serverPort, int boundPort) in ServerPort() method in Grpc.Core.ServerPort
|
D | Server.cs | 49 readonly List<ServerPort> serverPortList = new List<ServerPort>(); 271 private int AddPortInternal(ServerPort serverPort) in AddPortInternal() 290 var newServerPort = new ServerPort(serverPort, boundPort); in AddPortInternal() 434 public class ServerPortCollection : IEnumerable<ServerPort> 448 public int Add(ServerPort serverPort) in Add() 462 return Add(new ServerPort(host, port, credentials)); in Add() 468 public IEnumerator<ServerPort> GetEnumerator() in GetEnumerator()
|
/external/grpc-grpc/tools/http2_interop/ |
D | http2interop_test.go | 33 ServerPort: *serverPort, 41 if ctx.ServerPort != -1 { 42 ctx.serverSpec += ":" + strconv.Itoa(ctx.ServerPort)
|
D | http2interop.go | 24 ServerPort int member
|
/external/parameter-framework/upstream/remote-process/ |
D | README.md | 7 configuration (by the `ServerPort` attribute): 11 <ParameterFrameworkConfiguration SystemClassName="..." ServerPort="5000" TuningAllowed="true">
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | Program.cs | 35 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | QpsWorker.cs | 75 Ports = { new ServerPort(host, options.DriverPort, ServerCredentials.Insecure )} in RunAsync()
|
D | GeneratedServiceBaseTest.cs | 46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init()
|
D | InteropClientServerTest.cs | 48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
|
D | SslCredentialsTest.cs | 59 Ports = { { Host, ServerPort.PickUnused, serverCredentials } } in Init()
|
D | CustomErrorDetailsTest.cs | 52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
D | ServerRunners.cs | 85 Ports = { new ServerPort("[::]", config.Port, credentials) } in CreateStarted()
|
D | MetadataCredentialsTest.cs | 48 … Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
|
D | InteropClient.cs | 52 public int ServerPort { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions 106 … var channel = new Channel(options.ServerHost, options.ServerPort, credentials, channelOptions); in Run()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 41 - The `ServerPort` bind Address (PATH or TCP port) on which the parameter-framework listens if
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 14 TuningAllowed='false' ServerPort='1'>
|