/external/grpc-grpc/test/cpp/util/ |
D | subprocess.h | 30 class SubProcess { 32 SubProcess(const std::vector<std::string>& args); 33 ~SubProcess(); 39 SubProcess(const SubProcess& other); 40 SubProcess& operator=(const SubProcess& other);
|
D | subprocess.cc | 35 SubProcess::SubProcess(const std::vector<std::string>& args) in SubProcess() function in grpc::SubProcess 38 SubProcess::~SubProcess() { gpr_subprocess_destroy(subprocess_); } in ~SubProcess() 40 int SubProcess::Join() { return gpr_subprocess_join(subprocess_); } in Join() 42 void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); } in Interrupt()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | subprocess.cc | 69 SubProcess::SubProcess(int nfds) in SubProcess() function in tensorflow::SubProcess 80 SubProcess::~SubProcess() { in ~SubProcess() 89 void SubProcess::FreeArgs() { in FreeArgs() 102 void SubProcess::ClosePipes() { in ClosePipes() 115 void SubProcess::SetProgram(const string& file, in SetProgram() 143 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction() 158 bool SubProcess::Start() { in Start() 283 bool SubProcess::Wait() { in Wait() 288 bool SubProcess::WaitInternal(int* status) { in WaitInternal() 321 bool SubProcess::Kill(int signal) { in Kill() [all …]
|
D | subprocess.h | 31 class SubProcess { 35 explicit SubProcess(int nfds = 3); 39 virtual ~SubProcess(); 126 TF_DISALLOW_COPY_AND_ASSIGN(SubProcess);
|
/external/tensorflow/tensorflow/core/platform/ |
D | subprocess_test.cc | 27 tensorflow::SubProcess proc; in TEST_F() 34 tensorflow::SubProcess proc; in TEST_F() 49 tensorflow::SubProcess proc; in TEST_F() 64 tensorflow::SubProcess proc; in TEST_F() 76 tensorflow::SubProcess proc; in TEST_F() 91 tensorflow::SubProcess proc; in TEST_F() 103 tensorflow::SubProcess proc; in TEST_F() 115 tensorflow::SubProcess proc; in TEST_F() 131 tensorflow::SubProcess proc; in TEST_F() 150 tensorflow::SubProcess proc; in TEST_F() [all …]
|
D | subprocess.h | 47 class SubProcess; variable 53 std::unique_ptr<SubProcess> CreateSubProcess(const std::vector<string>& argv);
|
/external/grpc-grpc/test/cpp/qps/ |
D | json_run_localhost.cc | 33 using grpc::SubProcess; 37 static SubProcess* g_driver; 38 static SubProcess* g_workers[kNumWorkers]; 90 g_workers[i] = new SubProcess(args); in main() 102 g_driver = new SubProcess(args); in main()
|
/external/grpc-grpc/test/cpp/naming/ |
D | resolver_component_tests_runner_invoker.cc | 54 using grpc::SubProcess; 72 void RunSigHandlingThread(SubProcess* test_driver, gpr_mu* test_driver_mu, in RunSigHandlingThread() 110 SubProcess* test_driver = new SubProcess( in InvokeResolverComponentTestsRunner()
|
D | resolver_component_test.cc | 70 using grpc::SubProcess;
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.h | 27 class SubProcess {}; 29 std::unique_ptr<SubProcess> CreateSubProcess(const std::vector<string>& argv) { in CreateSubProcess()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | client_crash_test.cc | 57 server_.reset(new SubProcess({ in CreateServerAndStub() 69 std::unique_ptr<SubProcess> server_;
|
D | server_crash_test.cc | 101 client_.reset(new SubProcess({g_root + "/server_crash_test_client", in CreateServerAndClient() 118 std::unique_ptr<SubProcess> client_;
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_testlib.h | 64 std::vector<std::unique_ptr<SubProcess>> subprocesses_;
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | filecheck.cc | 49 tensorflow::SubProcess file_check_process; in RunFileCheck()
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | grpc_client_test.cc | 73 tensorflow::SubProcess subprocess_;
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | parse_flags_from_env_test.cc | 131 tensorflow::SubProcess child; in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.cc | 440 tensorflow::SubProcess ptxas; in WarnIfBadPtxasVersion() 579 tensorflow::SubProcess ptxas_info_dumper; in CompilePtx()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generated_examples_zip_test.cc | 150 tensorflow::SubProcess proc; in UnArchive()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 402 tensorflow::SubProcess p; in OpenUrl()
|