/third_party/mindspore/tests/ut/python/cachetests/ |
D | cachetest_args.sh | 61 StartServer 72 StartServer 142 StartServer
|
D | cachetest_py.sh | 28 StartServer 205 StartServer
|
D | cachetest_lib.sh | 220 StartServer() function
|
/third_party/grpc/test/cpp/end2end/ |
D | server_builder_plugin_test.cc | 170 void StartServer() { in StartServer() function in grpc::testing::ServerBuilderPluginTest 237 StartServer(); in TEST_P() 242 StartServer(); in TEST_P()
|
D | flaky_network_test.cc | 167 StartServer(); in SetUp() 176 void StartServer() { in StartServer() function in grpc::testing::__anondeb12ea00111::FlakyNetworkTest 522 StartServer(); in TEST_P() 544 StartServer(); in TEST_P()
|
D | client_lb_end2end_test.cc | 251 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer() function in grpc::testing::__anonb6f7b24b0111::ClientLbEnd2endTest 257 StartServer(i); in StartServers() 538 StartServer(1); in TEST_F() 900 StartServer(1); in TEST_F() 981 StartServer(0); in TEST_F() 1016 StartServer(1); in TEST_F() 1045 StartServer(0); in TEST_F() 1378 StartServer(0); in TEST_F()
|
D | cfstream_test.cc | 118 StartServer(); in SetUp() 127 void StartServer() { in StartServer() function in grpc::testing::__anon6b05a8f50111::CFStreamTest
|
D | service_config_end2end_test.cc | 159 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer() function in grpc::testing::__anonfb1076050111::ServiceConfigEnd2endTest 165 StartServer(i); in StartServers()
|
D | end2end_test.cc | 329 void StartServer(const std::shared_ptr<AuthMetadataProcessor>& processor) { in StartServer() function in grpc::testing::__anon0c16d4c00111::End2endTest 392 StartServer(std::shared_ptr<AuthMetadataProcessor>()); 1726 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P() 1751 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P() 2031 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P() 2059 StartServer(std::shared_ptr<AuthMetadataProcessor>(processor)); in TEST_P()
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeCommandLineExecutor.cpp | 62 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()
|
/third_party/grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 48 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()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_main.cc | 47 ms::Status StartServer(int argc, char **argv) { in StartServer() function 171 rc = StartServer(argc, argv); in main()
|
D | cache_admin_arg.h | 81 Status StartServer();
|
D | cache_admin_arg.cc | 405 RETURN_IF_NOT_OK(StartServer()); in RunCommand() 558 Status CacheAdminArgHandler::StartServer() { in StartServer() function in mindspore::dataset::CacheAdminArgHandler
|
/third_party/grpc/test/cpp/util/ |
D | metrics_server.h | 88 std::unique_ptr<grpc::Server> StartServer(int port);
|
D | metrics_server.cc | 100 std::unique_ptr<grpc::Server> MetricsServiceImpl::StartServer(int port) { in StartServer() function in grpc::testing::MetricsServiceImpl
|
/third_party/cef/tests/cefclient/browser/ |
D | server_test.cc | 51 void StartServer(int port, CompleteCallback complete_callback) { in StartServer() function in client::server_test::__anone6b9c63a0111::ServerHandler 295 handler_->StartServer( in HandleStartAction()
|
/third_party/grpc/test/cpp/interop/ |
D | stress_test.cc | 320 metrics_server = metrics_service.StartServer(FLAGS_metrics_port); in main()
|
/third_party/cef/tests/ceftests/ |
D | cookie_unittest.cc | 1747 StartServer(std::move(complete_callback)); in StartBackend() 1753 void StartServer(base::OnceClosure complete_callback) { in StartServer() function in __anon6ae417fe0411::CookieAccessTestHandler 2209 &CookieRestartTestHandler::StartServer, this, in RunTestSetupContinue() 2213 void StartServer(base::OnceClosure complete_callback) { in StartServer() function in __anon6ae417fe0511::CookieRestartTestHandler
|
D | cors_unittest.cc | 358 StartServer(base::BindOnce(&CorsTestHandler::TriggerCreateBrowser, this)); in RunTest() 516 void StartServer(base::OnceClosure next_step) { in StartServer() function in __anona54282bb0111::CorsTestHandler 518 CefPostTask(TID_UI, base::BindOnce(&CorsTestHandler::StartServer, this, in StartServer()
|
D | urlrequest_unittest.cc | 2622 StartServer(std::move(complete_callback)); in SetupTestBackend() 2628 void StartServer(base::OnceClosure complete_callback) { in StartServer() function in __anon2283f3400111::RequestTestRunner
|