OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subprocess_
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/test/cpp/util/
subprocess.h
42
gpr_subprocess* const
subprocess_
;
member in class:grpc::SubProcess
/external/tensorflow/tensorflow/compiler/xla/rpc/
grpc_client_test.cc
47
subprocess_
.SetProgram(
50
subprocess_
.SetChannelAction(tensorflow::CHAN_STDOUT,
52
subprocess_
.SetChannelAction(tensorflow::CHAN_STDERR,
54
CHECK(
subprocess_
.Start());
70
subprocess_
.Kill(SIGKILL);
73
tensorflow::SubProcess
subprocess_
;
member in class:xla::__anon44284::GRPCClientTestBase
Completed in 169 milliseconds