Home
last modified time | relevance | path

Searched refs:StartServer (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc175 void StartServer() { in StartServer() function in grpc::testing::ServerBuilderPluginTest
242 StartServer(); in TEST_P()
247 StartServer(); in TEST_P()
Dclient_lb_end2end_test.cc144 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer() function in grpc::testing::__anon6ce5f15c0111::ClientLbEnd2endTest
150 StartServer(i); in StartServers()
658 StartServer(1); in TEST_F()
991 StartServer(0); in TEST_F()
Dend2end_test.cc239 void StartServer(const std::shared_ptr<AuthMetadataProcessor>& processor) { in StartServer() function in grpc::testing::__anona0cada910111::End2endTest
283 StartServer(std::shared_ptr<AuthMetadataProcessor>()); in ResetChannel()
1492 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P()
1517 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P()
1640 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P()
1665 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp62 DE_DECLARE_COMMAND_LINE_OPT(StartServer, string);
98 …parser << Option<StartServer> ("s", "start-server", "Start local execserver. Path to the execserv… in registerOptions()
158 if (opts.hasOption<opt::StartServer>() && opts.hasOption<opt::Host>()) in parseCommandLine()
163 else if (!opts.hasOption<opt::StartServer>() && !opts.hasOption<opt::Host>()) in parseCommandLine()
175 if (opts.hasOption<opt::StartServer>()) in parseCommandLine()
178 cmdLine.serverBinOrAddress = opts.getOption<opt::StartServer>(); in parseCommandLine()
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc48 void StartServer(JNIEnv* env, jobject obj, jmethodID is_cancelled_mid, in StartServer() function
141 StartServer(env, obj_this, is_cancelled_mid, port); in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_startServer()
/external/toolchain-utils/automation/server/
Dserver.py71 def StartServer(self): member in Server
103 server.StartServer()
/external/grpc-grpc/test/cpp/util/
Dmetrics_server.h86 std::unique_ptr<grpc::Server> StartServer(int port);
Dmetrics_server.cc100 std::unique_ptr<grpc::Server> MetricsServiceImpl::StartServer(int port) { in StartServer() function in grpc::testing::MetricsServiceImpl
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto61 // Information that must be included with every StartServer dbus request.
72 // Information sent back by seneschal in response to a StartServer message.
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_recovery.py158 adb_wrapper.AdbWrapper.StartServer()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_compatibility_devicetest.py83 adb_wrapper.AdbWrapper.StartServer()
Dadb_wrapper.py370 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc320 metrics_server = metrics_service.StartServer(FLAGS_metrics_port); in main()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py273 adb_wrapper.AdbWrapper.StartServer()
Ddevice_utils_test.py132 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.StartServer(),