Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/unwind/
Dcommunicate.h10 struct Communicate { struct
11 Communicate(const char* command, const char** args) { in Communicate() function
43 ~Communicate() { in ~Communicate() argument
48 std::ostream& out() { in out()
51 std::ostream& err() { in err()
54 std::istream& in() { in in()
60 int outpipe_[2];
61 int errpipe_[2];
62 std::unique_ptr<__gnu_cxx::stdio_filebuf<char>> outbuf_, inbuf_, errbuf_;
63 std::unique_ptr<std::istream> in_;
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DMmCommunication2.h63 EFI_MM_COMMUNICATE2 Communicate; member
DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DMmCommunication2.h64 EFI_MM_COMMUNICATE2 Communicate; member
DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
DMmCommunication.h67 EFI_PEI_MM_COMMUNICATE Communicate; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DMmCommunication2.h63 EFI_MM_COMMUNICATE2 Communicate; member
DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
DMmCommunication.h66 EFI_PEI_MM_COMMUNICATE Communicate; member
/external/pigweed/targets/host_device_simulator/
Dtarget_docs.rst116 Communicate chapter
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DMmCommunication.h87 EFI_MM_COMMUNICATE Communicate; member
/external/rust/android-crates-io/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/stable/third_party/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/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/cronet/tot/third_party/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.cc277 absl::StatusOr<int> Communicate(const std::vector<std::string>& argv, in Communicate() function