/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | profiler_client_test.cc | 35 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()
|
D | remote_profiler_session_manager_test.cc | 37 using ::tensorflow::profiler::test::StartServer; 71 auto server = StartServer(duration, &service_address); in TEST() 103 auto server = StartServer(duration, &service_address); in TEST() 136 auto server = StartServer(duration, &service_address); in TEST()
|
D | profiler_client_test_util.h | 39 inline std::unique_ptr<ProfilerServer> StartServer(
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_builder_plugin_test.cc | 175 void StartServer() { in StartServer() function in grpc::testing::ServerBuilderPluginTest 242 StartServer(); in TEST_P() 247 StartServer(); in TEST_P()
|
D | client_lb_end2end_test.cc | 144 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer() function in grpc::testing::__anon6844b3ba0111::ClientLbEnd2endTest 150 StartServer(i); in StartServers() 658 StartServer(1); in TEST_F() 991 StartServer(0); in TEST_F()
|
D | end2end_test.cc | 239 void StartServer(const std::shared_ptr<AuthMetadataProcessor>& processor) { in StartServer() function in grpc::testing::__anon60fb6f6f0111::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/ |
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()
|
/external/grpc-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()
|
/external/grpc-grpc/test/cpp/util/ |
D | metrics_server.h | 86 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
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | ts_proxy_server.py | 79 def StartServer(self, timeout=10, retries=None): member in TsProxyServer 220 self.StartServer()
|
D | webpagereplay_go_server.py | 297 def StartServer(self): member in ReplayServer 402 self.StartServer()
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_recovery.py | 82 adb_wrapper.AdbWrapper.StartServer(keys=possible_keys) 207 adb_wrapper.AdbWrapper.StartServer()
|
/external/cros/system_api/dbus/seneschal/ |
D | seneschal_service.proto | 61 // 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/sdk/ |
D | adb_compatibility_devicetest.py | 80 adb_wrapper.AdbWrapper.StartServer()
|
D | adb_wrapper.py | 151 AdbWrapper.StartServer() 427 def StartServer(cls, member in AdbWrapper
|
/external/grpc-grpc/test/cpp/interop/ |
D | stress_test.cc | 320 metrics_server = metrics_service.StartServer(FLAGS_metrics_port); in main()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 164 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.StartServer(),
|