Home
last modified time | relevance | path

Searched refs:Ports (Results 1 – 25 of 157) sorted by relevance

1234567

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialcli.py11 import System.IO.Ports
17 return System.IO.Ports.SerialPort.GetPortNames()[portnum]
40 self._port_handle = System.IO.Ports.SerialPort(self.portstr)
62 self._port_handle.ReadTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
70 self._port_handle.WriteTimeout = System.IO.Ports.SerialPort.InfiniteTimeout
94 …self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System.IO.Ports.Parity.Even
98 self._port_handle.Parity = System.IO.Ports.Parity.Odd
100 self._port_handle.Parity = System.IO.Ports.Parity.Mark
102 self._port_handle.Parity = System.IO.Ports.Parity.Space
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DServerTest.cs36Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndShutdownServer()
47Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in StartAndKillServer()
58Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in PickUnusedPort()
61 var boundPort = server.Ports.Single(); in PickUnusedPort()
75 Ports = { in StartThrowsWithUnboundPorts()
89Ports = { new ServerPort("localhost", ServerPort.PickUnused, ServerCredentials.Insecure) } in CannotModifyAfterStarted()
92 …Assert.Throws(typeof(InvalidOperationException), () => server.Ports.Add("localhost", 9999, ServerC… in CannotModifyAfterStarted()
DMockServiceHelper.cs134 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in GetServer()
147 …channel = new Channel(Host, GetServer().Ports.Single().BoundPort, ChannelCredentials.Insecure, cha… in GetChannel()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetadataCredentialsTest.cs48Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
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()
DInteropServer.cs78 server.Ports.Add(host, port, TestCredentials.CreateSslServerCredentials()); in Run()
82 server.Ports.Add(host, options.Port, ServerCredentials.Insecure); in Run()
DQpsWorker.cs75 Ports = { new ServerPort(host, options.DriverPort, ServerCredentials.Insecure )} in RunAsync()
77 int boundPort = server.Ports.Single().BoundPort; in RunAsync()
DGeneratedServiceBaseTest.cs46 Ports = { { Host, ServerPort.PickUnused, SslServerCredentials.Insecure } } in Init()
49 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
DInteropClientServerTest.cs48Ports = { { Host, ServerPort.PickUnused, TestCredentials.CreateSslServerCredentials() } } in Init()
56 int port = server.Ports.Single().BoundPort; in Init()
DSslCredentialsTest.cs59 Ports = { { Host, ServerPort.PickUnused, serverCredentials } } in Init()
68 … channel = new Channel(Host, server.Ports.Single().BoundPort, clientCredentials, options); in Init()
DCustomErrorDetailsTest.cs52 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
56 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
DServerRunners.cs85 Ports = { new ServerPort("[::]", config.Port, credentials) } in CreateStarted()
131 return server.Ports.Single().BoundPort;
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthClientServerTest.cs49 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.Reflection.Tests/
DReflectionClientServerTest.cs50 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
53 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs47 Ports = { { Host, ServerPort.PickUnused, ServerCredentials.Insecure } } in Init()
50 … channel = new Channel(Host, server.Ports.Single().BoundPort, ChannelCredentials.Insecure); in Init()
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs34 Ports = { { Host, Port, ServerCredentials.Insecure } } in Main()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs35 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td51 // Issue Ports
61 //Even Exec Ports
65 //Odd Exec Ports
120 // Issue Ports
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs40 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in Main()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py127 Ports = serial.to_bytes([80, 111, 114, 116, 115]) # "Ports" variable
134 Ports,
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs62 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/external/selinux/policycoreutils/po/
Dde.po548 msgstr "Konnte Ports nicht auflisten"
568 msgstr "Konnte Ports nicht auflisten"
1763 msgid "<b>TCP Ports</b>"
1764 msgstr "<b>TCP-Ports</b>"
1773 msgstr "Erlaubt %s das Binden an alle UDP-Ports"
1784 msgid "Unreserved Ports (>1024)"
1785 msgstr "Nicht reservierte Ports (>1024)"
1792 "Geben Sie eine kommagetrennte Liste mit UDP-Ports oder Portbereichen ein, an "
1797 msgid "Select Ports"
1798 msgstr "Ports auswählen"
[all …]
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs53 Ports = { new ServerPort("localhost", Port, ServerCredentials.Insecure) } in SayHello()
/external/u-boot/drivers/net/phy/
DKconfig57 hex "Bitmask of PHY Ports"
60 hex "Bitmask of PHYless serdes Ports"
/external/grpc-grpc/doc/csharp/
Dserver_reflection.md27 Ports = { { "localhost", 50051, ServerCredentials.Insecure } }

1234567