Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A 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 …]
/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A 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
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A 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
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DMmCommunication2.h64 EFI_MM_COMMUNICATE2 Communicate; member
H A DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DMmCommunication2.h63 EFI_MM_COMMUNICATE2 Communicate; member
H A DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
H A DMmCommunication.h66 EFI_PEI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DMmCommunication2.h63 EFI_MM_COMMUNICATE2 Communicate; member
H A DMmCommunication.h81 EFI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
H A DMmCommunication.h67 EFI_PEI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/pigweed/targets/host_device_simulator/
H A Dtarget_docs.rst116 Communicate chapter
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DMmCommunication.h87 EFI_MM_COMMUNICATE Communicate; member
/aosp_15_r20/external/angle/doc/
H A DContributingCode.md3 ## Communicate section in Contributing Code
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dsubprocess.cc520 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dsubprocess.cc350 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() function in tensorflow::SubProcess
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dutil.cc256 absl::StatusOr<int> Communicate(const std::vector<std::string>& argv, in Communicate() function