Home
last modified time | relevance | path

Searched defs:Subprocess (Results 1 – 8 of 8) sorted by relevance

/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dsubprocess.go15 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/
Dsubprocess.h43 struct Subprocess { struct
77 friend struct SubprocessSet; argument
87 Subprocess* Add(const string& command, bool use_console = false); argument
Dsubprocess-win32.cc24 Subprocess::Subprocess(bool use_console) : child_(NULL) , overlapped_(), in Subprocess() function in Subprocess
Dsubprocess-posix.cc37 Subprocess::Subprocess(bool use_console) : fd_(-1), pid_(-1), in Subprocess() function in Subprocess
/third_party/googletest/googlemock/test/
Dgmock_test_utils.py96 Subprocess = gtest_test_utils.Subprocess variable
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc74 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/
Dgtest_test_utils.py201 class Subprocess: class
/third_party/boringssl/src/third_party/googletest/test/
Dgtest_test_utils.py202 class Subprocess: class