Home
last modified time | relevance | path

Searched refs:Popen4 (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Dpopen2.py116 class Popen4(Popen3): class
139 del Popen3, Popen4
198 inst = Popen4(cmd, bufsize)
/external/python/cpython2/Doc/library/
Dpopen2.rst34 :class:`Popen4` classes; these are only available on Unix. This information is
79 .. class:: Popen4(cmd[, bufsize])
90 Popen3 and Popen4 Objects
93 Instances of the :class:`Popen3` and :class:`Popen4` classes have the following
116 A file object that provides output from the child process. For :class:`Popen4`
130 always be ``None`` for :class:`Popen4` instances.
Dsubprocess.rst891 :class:`popen2.Popen3` and :class:`popen2.Popen4` basically work as
/external/googletest/googletest/test/
Dgtest_test_utils.py275 p = popen2.Popen4(command)
/external/v8/testing/gtest/test/
Dgtest_test_utils.py275 p = popen2.Popen4(command)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_test_utils.py275 p = popen2.Popen4(command)
/external/google-breakpad/src/testing/gtest/test/
Dgtest_test_utils.py260 p = popen2.Popen4(command)
/external/protobuf/gtest/test/
Dgtest_test_utils.py264 p = popen2.Popen4(command)