Searched defs:Subprocess (Results 1 – 8 of 8) sorted by relevance
| /third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | subprocess.go | 15 type Subprocess struct { struct 16 cmd *exec.Cmd 17 stdin io.WriteCloser 18 stdout io.ReadCloser 19 primitives map[string]primitive 65 func (m *Subprocess) Close() { 72 func (m *Subprocess) transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) { 136 func (m *Subprocess) Config() ([]byte, error) { 156 func (m *Subprocess) Process(algorithm string, vectorSet []byte) ([]byte, error) {
|
| /third_party/ninja/src/ |
| D | subprocess.h | 43 struct Subprocess { struct 77 friend struct SubprocessSet; argument 87 Subprocess* Add(const string& command, bool use_console = false); argument
|
| D | subprocess-win32.cc | 24 Subprocess::Subprocess(bool use_console) : child_(NULL) , overlapped_(), in Subprocess() function in Subprocess
|
| D | subprocess-posix.cc | 37 Subprocess::Subprocess(bool use_console) : fd_(-1), pid_(-1), in Subprocess() function in Subprocess
|
| /third_party/googletest/googlemock/test/ |
| D | gmock_test_utils.py | 96 Subprocess = gtest_test_utils.Subprocess variable
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | subprocess.cc | 74 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess 289 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
|
| /third_party/googletest/googletest/test/ |
| D | gtest_test_utils.py | 201 class Subprocess: class
|
| /third_party/boringssl/src/third_party/googletest/test/ |
| D | gtest_test_utils.py | 202 class Subprocess: class
|