/external/tensorflow/tensorflow/core/platform/ |
D | subprocess_test.cc | 41 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/ |
D | subprocess.h | 75 bool Communicate(const Message& input, Message* output, string* error);
|
D | subprocess.cc | 148 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,
|
D | command_line_interface.cc | 1571 if (!subprocess.Communicate(request, &response, &communicate_error)) { in GeneratePluginOutput()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | subprocess.h | 100 virtual int Communicate(const string* stdin_input, string* stdout_output,
|
D | subprocess.cc | 334 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | filecheck.cc | 62 int exit_status = file_check_process.Communicate( in RunFileCheck()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | parse_flags_from_env_test.cc | 142 int child_status = child.Communicate(nullptr, &stdout_str, nullptr); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.cc | 449 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/ |
D | generated_examples_zip_test.cc | 171 int status = proc.Communicate(nullptr, &out, &err); in UnArchive()
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 60 RemoteObjectBrowser.py # Communicate objects between processes with rpc (nim).
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 46 debugobj_r.py # Communicate objects between processes with rpc (nim).
|
/external/python/cpython3/Doc/library/ |
D | asyncio-eventloop.rst | 1366 # Communicate with the client with
|