/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/ |
H A D | communicate.h | 10 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/ |
D | subprocess.cc | 158 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 D | subprocess.cc | 175 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 D | subprocess.cc | 175 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 D | MmCommunication2.h | 64 EFI_MM_COMMUNICATE2 Communicate; member
|
H A D | MmCommunication.h | 81 EFI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | MmCommunication2.h | 63 EFI_MM_COMMUNICATE2 Communicate; member
|
H A D | MmCommunication.h | 81 EFI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
H A D | MmCommunication.h | 66 EFI_PEI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | MmCommunication2.h | 63 EFI_MM_COMMUNICATE2 Communicate; member
|
H A D | MmCommunication.h | 81 EFI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
H A D | MmCommunication.h | 67 EFI_PEI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/pigweed/targets/host_device_simulator/ |
H A D | target_docs.rst | 116 Communicate chapter
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | MmCommunication.h | 87 EFI_MM_COMMUNICATE Communicate; member
|
/aosp_15_r20/external/angle/doc/ |
H A D | ContributingCode.md | 3 ## Communicate section in Contributing Code
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | subprocess.cc | 520 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 D | subprocess.cc | 350 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 D | util.cc | 256 absl::StatusOr<int> Communicate(const std::vector<std::string>& argv, in Communicate() function
|