Home
last modified time | relevance | path

Searched defs:subprocess (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/pkg/symbolizer/
Dsymbolizer.go31 type subprocess struct { struct
32 cmd *exec.Cmd
33 stdin io.Closer
34 stdout io.Closer
35 input *bufio.Writer
36 scanner *bufio.Scanner
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dbisect-skip-count11 import subprocess32 as subprocess namespace
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.cc86 for (auto& subprocess : subprocesses_) { in ~TestCluster() local
/external/ppp/pppd/
Dmain.c218 struct subprocess { struct
224 struct subprocess *next; argument
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py74 def subprocess(self, *args, **kw): member in EINTRBaseTest
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1991 subprocess section in Improved Modules
D3.5.rst1837 subprocess section in Improved Modules
D3.7.rst1375 subprocess section in Improved Modules
D3.4.rst1516 subprocess section in Improved Modules
D3.6.rst1491 subprocess section in Improved Modules
/external/openssh/
Dauth2-pubkey.c395 subprocess(const char *tag, struct passwd *pw, const char *command, in subprocess() function
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1562 Subprocess subprocess; in GeneratePluginOutput() local