Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-child-process-spawn-event.js6 const subprocess = spawn('echo', ['ok']); constant
Dtest-child-process-spawn-args.js39 const subprocess = spawn(command, testCase, options); constant
/third_party/python/Lib/
D_aix_support.py11 import _bootsubprocess as subprocess namespace
/third_party/ninja/src/
Dsubprocess-win32.cc242 Subprocess *subprocess = new Subprocess(use_console); in Add() local
Dsubprocess-posix.cc242 Subprocess *subprocess = new Subprocess(use_console); in Add() local
/third_party/node/lib/internal/
Dchild_process.js310 function flushStdio(subprocess) { argument
1094 function maybeClose(subprocess) { argument
/third_party/python/Lib/test/
D_test_eintr.py74 def subprocess(self, *args, **kw): member in EINTRBaseTest
/third_party/python/Doc/whatsnew/
D3.3.rst1991 subprocess section in Improved Modules
D3.4.rst1516 subprocess section in Improved Modules
D3.7.rst1392 subprocess section in Improved Modules
D3.5.rst1837 subprocess section in Improved Modules
D3.6.rst1491 subprocess section in Improved Modules
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2200 Subprocess subprocess; in GeneratePluginOutput() local