Home
last modified time | relevance | path

Searched refs:_HOST (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_signal_handling_test.py42 _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.py40 _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/
Dhelloworld.py29 _HOST = 'localhost' variable
30 _SERVER_ADDRESS = '{}:0'.format(_HOST)
61 with grpc.insecure_channel('{}:{}'.format(_HOST, port)) as channel:
Dhelloworld_moved.py29 _HOST = 'localhost' variable
30 _SERVER_ADDRESS = '{}:0'.format(_HOST)
61 with grpc.insecure_channel('{}:{}'.format(_HOST, port)) as channel: