Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client_test.cc35 using ::tensorflow::profiler::test::StartServer;
41 auto server = StartServer(duration, &service_addr, &request); in TEST()
66 auto server = StartServer(duration, &service_addr, &request); in TEST()
83 auto server = StartServer(duration, &service_addr, &request); in TEST()
101 auto server = StartServer(duration, &service_addr, &request); in TEST()
127 auto server = StartServer(duration, &service_addr, &request); in TEST()
Dremote_profiler_session_manager_test.cc37 using ::tensorflow::profiler::test::StartServer;
73 auto server = StartServer(duration, &service_address); in TEST()
105 auto server = StartServer(duration, &service_address); in TEST()
138 auto server = StartServer(duration, &service_address); in TEST()
Dprofiler_client_test_util.h39 inline std::unique_ptr<ProfilerServer> StartServer(
/external/cronet/build/android/pylib/utils/
Dchrome_proxy_utils.py31 def StartServer(self, wpr_archive_path): member in WPRServer
53 ports = self._server.StartServer()
145 self._wpr_server.StartServer(wpr_archive_path)
146 self._ts_proxy_server.StartServer()
Dchrome_proxy_utils_test.py139 wpr_server.StartServer(wpr_archive_file)
154 wpr_server.StartServer(os.path.abspath(__file__))
172 wpr_server.StartServer(os.path.abspath(__file__))
190 wpr_server.StartServer(os.path.abspath(__file__))
204 wpr_server.StartServer(os.path.abspath(__file__))
/external/angle/build/android/pylib/utils/
Dchrome_proxy_utils.py31 def StartServer(self, wpr_archive_path): member in WPRServer
53 ports = self._server.StartServer()
145 self._wpr_server.StartServer(wpr_archive_path)
146 self._ts_proxy_server.StartServer()
Dchrome_proxy_utils_test.py139 wpr_server.StartServer(wpr_archive_file)
154 wpr_server.StartServer(os.path.abspath(__file__))
172 wpr_server.StartServer(os.path.abspath(__file__))
190 wpr_server.StartServer(os.path.abspath(__file__))
204 wpr_server.StartServer(os.path.abspath(__file__))
/external/cronet/net/quic/
Ddedicated_web_transport_http3_client_test.cc153 void StartServer(std::unique_ptr<quic::ProofSource> proof_source = nullptr) { in StartServer() function in net::test::__anon8b0cc62a0111::DedicatedWebTransportHttp3Test
192 StartServer(); in TEST_F()
214 StartServer(); in TEST_F()
240 StartServer(); in TEST_F()
Dquic_end_to_end_unittest.cc133 StartServer(); in SetUp()
154 void StartServer() { in StartServer() function in net::test::QuicEndToEndTest
/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::__anon63a376180111::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::__anon212c044d0111::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/chromium-trace/catapult/common/py_utils/py_utils/
Dts_proxy_server.py79 def StartServer(self, timeout=10, retries=None): member in TsProxyServer
220 self.StartServer()
Dwebpagereplay_go_server.py297 def StartServer(self): member in ReplayServer
402 self.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/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_recovery.py82 adb_wrapper.AdbWrapper.StartServer(keys=possible_keys)
207 adb_wrapper.AdbWrapper.StartServer()
/external/cronet/net/socket/
Dssl_client_socket_unittest.cc1237 bool StartServer() { in StartServer() function in net::__anon93a63ca90111::SSLClientSocketZeroRTTTest
4365 ASSERT_TRUE(StartServer()); in TEST_F()
4391 ASSERT_TRUE(StartServer()); in TEST_F()
4425 ASSERT_TRUE(StartServer()); in TEST_F()
4455 ASSERT_TRUE(StartServer()); in TEST_F()
4522 ASSERT_TRUE(StartServer()); in TEST_F()
4590 ASSERT_TRUE(StartServer()); in TEST_F()
4627 ASSERT_TRUE(StartServer()); in TEST_F()
4665 ASSERT_TRUE(StartServer()); in TEST_F()
4699 ASSERT_TRUE(StartServer()); in TEST_F()
[all …]
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_compatibility_devicetest.py80 adb_wrapper.AdbWrapper.StartServer()
Dadb_wrapper.py151 AdbWrapper.StartServer()
427 def StartServer(cls, member in AdbWrapper
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc320 metrics_server = metrics_service.StartServer(FLAGS_metrics_port); in main()
/external/tensorflow/tensorflow/distribute/experimental/rpc/kernels/
Drpc_ops.cc336 void StartServer() { in StartServer() function in tensorflow::rpc::RpcServer
616 server->StartServer(); in Compute()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dend_to_end_test.cc441 StartServer(); in Initialize()
470 StartServer(); in Initialize()
531 void StartServer() { in StartServer() function in quic::test::__anonb84a445c0111::EndToEndTest
1828 StartServer(); in TEST_P()
1936 StartServer(); in TEST_P()
2023 StartServer(); in TEST_P()
2080 StartServer(); in TEST_P()
2221 StartServer(); in TEST_P()
4138 StartServer(); in TEST_P()
4815 StartServer(); in TEST_P()

12