/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ChannelTest.cs | 33 …Assert.Throws(typeof(ArgumentNullException), () => new Channel(null, ChannelCredentials.Insecure)); in Constructor_RejectsInvalidParams() 44 …s(typeof(ArgumentException), () => new Channel("127.0.0.1", ChannelCredentials.Insecure, options)); in Constructor_RejectsDuplicateOptions() 50 var channel = new Channel("localhost", ChannelCredentials.Insecure); in State_IdleAfterCreation() 58 var channel = new Channel("localhost", ChannelCredentials.Insecure); in WaitForStateChangedAsync_InvalidArgument() 66 var channel = new Channel("127.0.0.1", ChannelCredentials.Insecure); in ResolvedTarget() 74 var channel = new Channel("localhost", ChannelCredentials.Insecure); in Shutdown_AllowedOnlyOnce() 82 var channel = new Channel("localhost", ChannelCredentials.Insecure); in ShutdownTokenCancelledAfterShutdown() 92 var channel = new Channel("localhost", ChannelCredentials.Insecure); in StateIsShutdownAfterShutdown() 100 var channel = new Channel("localhost", ChannelCredentials.Insecure); in ShutdownFinishesWaitForStateChangedAsync() 110 var channel = new Channel("localhost", ChannelCredentials.Insecure); in OperationsThrowAfterShutdown()
|
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() 92 …InvalidOperationException), () => server.Ports.Add("localhost", 9999, ServerCredentials.Insecure)); in CannotModifyAfterStarted()
|
D | ShutdownHookClientTest.cs | 38 var channel = new Channel(Host, 1000, ChannelCredentials.Insecure); in ProcessExitHookCanCleanupAbandonedChannels() 39 var channel2 = new Channel(Host, 1001, ChannelCredentials.Insecure); in ProcessExitHookCanCleanupAbandonedChannels()
|
D | MockServiceHelper.cs | 134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer() 147 …w Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, channelOptions); in GetChannel()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello() 66 Channel channel = new Channel("localhost:50051", ChannelCredentials.Insecure); in SayHello()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello() 59 Channel channel = new Channel("localhost:50051", ChannelCredentials.Insecure); in SayHello()
|
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthClientServerTest.cs | 49 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init() 52 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | GeneratedServiceBaseTest.cs | 46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init() 49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
D | CustomErrorDetailsTest.cs | 52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init() 56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection.Tests/ |
D | ReflectionClientServerTest.cs | 50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init() 53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 5650aeb4e8a879a5dd5a36637194dd07.00001a7b.honggfuzz.cov | 5 Upgrade-Insecure-Requests: 1 15 Upgrade-Insecure-Requests: 1 25 Upgrade-Insecure-Requests: 1
|
D | c4350a238384153c1ac77cccd6505edc.000001ac.honggfuzz.cov | 4 Upgrade-Insecure-Requests: 1
|
D | 601e4b594ddf3efaf7b7ef253ed348ec.000001a8.honggfuzz.cov | 5 Upgrade-Insecure-Requests: 1
|
D | c63dd6894e58923169709f4f9e1431a8.000001a8.honggfuzz.cov | 5 Upgrade-Insecure-Requests: 1
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 5650aeb4e8a879a5dd5a36637194dd07.00001a7b.honggfuzz.cov | 5 Upgrade-Insecure-Requests: 1 15 Upgrade-Insecure-Requests: 1 25 Upgrade-Insecure-Requests: 1
|
D | c4350a238384153c1ac77cccd6505edc.000001ac.honggfuzz.cov | 4 Upgrade-Insecure-Requests: 1
|
D | c63dd6894e58923169709f4f9e1431a8.000001a8.honggfuzz.cov | 5 Upgrade-Insecure-Requests: 1
|
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init() 50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
|
/external/grpc-grpc/test/distrib/csharp/DistribTest/ |
D | Program.cs | 30 Channel c = new Channel("127.0.0.1:1000", ChannelCredentials.Insecure); in Main()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | Program.cs | 25 Channel channel = new Channel("127.0.0.1:50051", ChannelCredentials.Insecure); in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/ |
D | Program.cs | 25 Channel channel = new Channel("127.0.0.1:50051", ChannelCredentials.Insecure); in Main()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/ |
D | MathServer.cs | 34 Ports = { { Host, Port, ServerCredentials.Insecure } } in Main()
|
/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()
|