Home
last modified time | relevance | path

Searched refs:Communicate (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dsubprocess_test.cc41 int status = proc.Communicate(nullptr, &out, &err); in TEST_F()
56 int status = proc.Communicate(nullptr, &out, &err); in TEST_F()
70 int status = proc.Communicate(nullptr, nullptr, nullptr); in TEST_F()
83 int status = proc.Communicate(nullptr, &out, &err); in TEST_F()
97 int status = proc.Communicate(nullptr, nullptr, nullptr); in TEST_F()
109 int status = proc.Communicate(&in, nullptr, nullptr); in TEST_F()
123 int status = proc.Communicate(&in, &out, nullptr); in TEST_F()
144 int status = proc.Communicate(&in, nullptr, nullptr); in TEST_F()
165 int status = proc.Communicate(&in, &out, nullptr); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.h75 bool Communicate(const Message& input, Message* output, string* error);
Dsubprocess.cc148 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate() function in google::protobuf::compiler::Subprocess
349 bool Subprocess::Communicate(const Message& input, Message* output,
Dcommand_line_interface.cc1571 if (!subprocess.Communicate(request, &response, &communicate_error)) { in GeneratePluginOutput()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc61 int exit_status = file_check_process.Communicate( in RunFileCheck()
/external/tensorflow/tensorflow/core/platform/posix/
Dsubprocess.h100 virtual int Communicate(const string* stdin_input, string* stdout_output,
Dsubprocess.cc332 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
Dparse_flags_from_env_test.cc155 int child_status = child.Communicate(nullptr, &stdout_str, nullptr); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc325 int exit_code = ptxas.Communicate(/*stdin_input=*/nullptr, &out, in WarnIfBadPtxasVersion()
447 int exit_status = ptxas_info_dumper.Communicate( in CompilePtx()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dgenerated_examples_zip_test.cc128 int status = proc.Communicate(nullptr, &out, &err); in UnZip()
/external/python/cpython2/Lib/idlelib/
DREADME.txt60 RemoteObjectBrowser.py # Communicate objects between processes with rpc (nim).
/external/python/cpython3/Lib/idlelib/
DREADME.txt46 debugobj_r.py # Communicate objects between processes with rpc (nim).