Searched refs:_HOST (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _signal_handling_test.py | 42 _HOST = 'localhost' variable 131 self._port = self._server.add_insecure_port('{}:0'.format(_HOST)) 142 server_target = '{}:{}'.format(_HOST, self._port) 157 server_target = '{}:{}'.format(_HOST, self._port) 171 server_target = '{}:{}'.format(_HOST, self._port) 183 server_target = '{}:{}'.format(_HOST, self._port)
|
D | _compression_test.py | 40 _HOST = 'localhost' variable 179 server_port = server.add_insecure_port('{}:0'.format(_HOST)) 181 with _tcp_proxy.TcpProxy(_HOST, _HOST, server_port) as proxy: 183 with grpc.insecure_channel('{}:{}'.format(_HOST, proxy_port),
|
/third_party/grpc/bazel/test/python_test_repo/ |
D | helloworld.py | 29 _HOST = 'localhost' variable 30 _SERVER_ADDRESS = '{}:0'.format(_HOST) 61 with grpc.insecure_channel('{}:{}'.format(_HOST, port)) as channel:
|
D | helloworld_moved.py | 29 _HOST = 'localhost' variable 30 _SERVER_ADDRESS = '{}:0'.format(_HOST) 61 with grpc.insecure_channel('{}:{}'.format(_HOST, port)) as channel:
|