Home
last modified time | relevance | path

Searched defs:server_address (Results 1 – 25 of 44) sorted by relevance

12

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool_test.cc223 std::ostringstream server_address; in SetUpServer() local
305 const grpc::string server_address = SetUpServer(); in TEST_F() local
323 const grpc::string server_address = SetUpServer(); in TEST_F() local
353 const grpc::string server_address = SetUpServer(); in TEST_F() local
374 const grpc::string server_address = SetUpServer(); in TEST_F() local
403 const grpc::string server_address = SetUpServer(); in TEST_F() local
419 const grpc::string server_address = SetUpServer(); in TEST_F() local
436 const grpc::string server_address = SetUpServer(); in TEST_F() local
464 const grpc::string server_address = SetUpServer(); in TEST_F() local
491 const grpc::string server_address = SetUpServer(); in TEST_F() local
[all …]
Dgrpc_tool.cc210 const grpc::string& server_address, const CliCredentials& cred) { in CreateCliChannel()
334 grpc::string server_address(argv[0]); in ListServices() local
432 grpc::string server_address(argv[0]); in PrintType() local
473 grpc::string server_address(argv[0]); in CallMethod() local
805 grpc::string server_address(argv[0]); in ParseMessage() local
/external/python/setuptools/setuptools/tests/
Dserver.py22 def __init__(self, server_address=('', 0), argument
59 def __init__(self, server_address=('', 0), argument
/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_server.cc33 string server_address = absl::StrCat("0.0.0.0:", port); in StartProfilerServer() local
/external/autotest/client/site_tests/policy_ProxySettings/
Dpolicy_ProxySettings.py44 def __init__(self, server_address, HandlerClass): argument
75 def __init__(self, server_address): argument
/external/webrtc/webrtc/p2p/base/
Dturnport.h49 const ProtocolAddress& server_address, in Create()
65 const ProtocolAddress& server_address, in Create()
76 const ProtocolAddress& server_address() const { return server_address_; } in server_address() function
Dturnport_unittest.cc214 const cricket::ProtocolAddress& server_address) { in CreateTurnPort()
220 const cricket::ProtocolAddress& server_address) { in CreateTurnPort()
237 const cricket::ProtocolAddress& server_address, in CreateTurnPortWithOrigin()
252 const cricket::ProtocolAddress& server_address) { in CreateSharedTurnPort()
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_server.cc50 std::string server_address("0.0.0.0:50051"); in RunServer() local
Dgreeter_async_server.cc49 std::string server_address("0.0.0.0:50051"); in Run() local
/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_client.cc58 std::ostringstream server_address; in main() local
Dstress_interop_client.cc70 int test_id, const grpc::string& server_address, in StressTestInteropClient()
Dreconnect_interop_server.cc163 std::ostringstream server_address; in RunServer() local
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service_main.cc59 string server_address( in RealMain() local
/external/flatbuffers/grpc/samples/greeter/
Dserver.cpp65 std::string server_address("0.0.0.0:50051"); in RunServer() local
Dclient.cpp68 std::string server_address("localhost:50051"); in main() local
/external/python/pyopenssl/examples/
DSecureXMLRPCServer.py67 def __init__(self, server_address, RequestHandlerClass): argument
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py50 def __init__(self, server_address, HandlerClass): argument
78 def __init__(self, server_address): argument
/external/autotest/client/cros/
Dhttpd.py165 def __init__(self, server_address, HandlerClass): argument
247 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument
/external/grpc-grpc/test/cpp/end2end/
Dproto_server_reflection_test.cc50 grpc::string server_address = "localhost:" + to_string(port_); in SetUp() local
Dshutdown_test.cc71 grpc::string server_address = "localhost:" + to_string(port); in SetUpServer() local
/external/flatbuffers/grpc/tests/
Dgrpctest.cpp82 auto server_address = "0.0.0.0:50051"; in RunServer() local
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc251 std::ostringstream server_address; in RunServer() local
/external/python/cpython2/Lib/
DSocketServer.py201 def __init__(self, server_address, RequestHandlerClass): argument
410 def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True): argument
/external/python/cpython3/Lib/test/
Dssl_servers.py22 def __init__(self, server_address, handler_class, context): argument
/external/grpc-grpc/test/cpp/qps/
Dserver_sync.cc163 char* server_address = nullptr; in SynchronousServer() local

12