Home
last modified time | relevance | path

Searched refs:insecure_channel (Results 1 – 25 of 38) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_close_test.py109 channel = grpc.insecure_channel('localhost:{}'.format(self._port))
119 channel = grpc.insecure_channel('localhost:{}'.format(self._port))
130 with grpc.insecure_channel('localhost:{}'.format(
141 with grpc.insecure_channel('localhost:{}'.format(
159 channel = grpc.insecure_channel('localhost:{}'.format(self._port))
D_compression_test.py86 compressed_channel = grpc.insecure_channel(
97 uncompressed_channel = grpc.insecure_channel(
110 compressed_channel = grpc.insecure_channel(
D_channel_connectivity_test.py63 channel = grpc.insecure_channel('localhost:12345')
92 channel = grpc.insecure_channel('localhost:{}'.format(port))
133 channel = grpc.insecure_channel('localhost:{}'.format(port))
D_channel_ready_future_test.py45 channel = grpc.insecure_channel('localhost:12345')
67 channel = grpc.insecure_channel('localhost:{}'.format(port))
D_exit_scenarios.py181 channel = grpc.insecure_channel('localhost:12345')
193 channel = grpc.insecure_channel('localhost:%d' % port)
208 channel = grpc.insecure_channel('localhost:%d' % port)
D_channel_args_test.py40 grpc.insecure_channel('localhost:8080', options=TEST_CHANNEL_ARGS)
D_reconnect_test.py88 channel = grpc.insecure_channel('localhost:%d' % port)
D_empty_message_test.py94 self._channel = grpc.insecure_channel('localhost:%d' % port)
D_invalid_metadata_test.py58 self._channel = grpc.insecure_channel('localhost:8080')
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_utilities_test.py48 channel = implementations.insecure_channel('localhost', 12345)
69 channel = implementations.insecure_channel('localhost', port)
D_not_found_test.py29 channel = implementations.insecure_channel('localhost', port)
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py102 def insecure_channel(host, port): function
113 channel = grpc.insecure_channel(host if port is None else '%s:%d' % (host,
/external/grpc-grpc/test/distrib/python/
Ddistribtest.py19 channel = grpc.insecure_channel('localhost:1000')
/external/grpc-grpc/examples/python/helloworld/
Dgreeter_client.py28 with grpc.insecure_channel('localhost:50051') as channel:
/external/grpc-grpc/examples/python/interceptors/headers/
Dgreeter_client.py31 with grpc.insecure_channel('localhost:50051') as channel:
/external/grpc-grpc/examples/python/interceptors/default_value/
Dgreeter_client.py33 with grpc.insecure_channel('localhost:50051') as channel:
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
D_insecure_intraop_test.py37 grpc.insecure_channel('localhost:{}'.format(port)))
Dclient.py108 channel = grpc.insecure_channel(target)
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_client.py106 with grpc.insecure_channel('localhost:50051') as channel:
/external/grpc-grpc/examples/python/multiplex/
Dmultiplex_client.py112 with grpc.insecure_channel('localhost:50051') as channel:
/external/grpc-grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py42 channel = grpc.insecure_channel('localhost:%d' % port)
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py148 channel = grpc.insecure_channel(target)
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dclient.py112 channel = grpc.insecure_channel(target)
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py172 channel = grpc.insecure_channel(destination)
/external/grpc-grpc/src/python/grpcio_tests/tests/reflection/
D_reflection_servicer_test.py59 channel = grpc.insecure_channel('localhost:%d' % port)

12