Home
last modified time | relevance | path

Searched refs:Communicate (Results 1 – 13 of 13) 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/core/platform/posix/
Dsubprocess.h100 virtual int Communicate(const string* stdin_input, string* stdout_output,
Dsubprocess.cc334 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc62 int exit_status = file_check_process.Communicate( in RunFileCheck()
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc142 int child_status = child.Communicate(nullptr, &stdout_str, nullptr); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc449 int exit_code = ptxas.Communicate(/*stdin_input=*/nullptr, &out, in WarnIfBadPtxasVersion()
596 int exit_status = ptxas_info_dumper.Communicate( in CompilePtx()
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc171 int status = proc.Communicate(nullptr, &out, &err); in UnArchive()
/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).
/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst1366 # Communicate with the client with