Home
last modified time | relevance | path

Searched defs:Communicate (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/targets/host_device_simulator/
Dtarget_docs.rst95 Communicate chapter
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dsubprocess.cc158 bool Subprocess::Communicate(const std::string& input_data, in Communicate() function in upbc::Subprocess
353 bool Subprocess::Communicate(const std::string& input_data, in Communicate() function in upbc::Subprocess
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc161 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate() function in google::protobuf::compiler::Subprocess
362 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate() function in google::protobuf::compiler::Subprocess
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc175 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate() function in google::protobuf::compiler::Subprocess
380 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate() function in google::protobuf::compiler::Subprocess
/external/angle/doc/
DContributingCode.md3 ## Communicate section in Contributing Code
/external/tensorflow/tensorflow/tsl/platform/default/
Dsubprocess.cc520 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/external/tensorflow/tensorflow/tsl/platform/windows/
Dsubprocess.cc350 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/external/sandboxed-api/sandboxed_api/sandbox2/
Dutil.cc256 absl::StatusOr<int> Communicate(const std::vector<std::string>& argv, in Communicate() function