HomeSort by relevance Sort by last modified time
    Searched refs:Popen3 (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t'): function
    [all...]
  /external/python/cpython2/Lib/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t') function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t') function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t') function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t') function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 6 and popen3(cmd) which return two or three pipes to the spawned command.
15 __all__ = ["popen2", "popen3", "popen4"]
34 class Popen3:
36 internally by the functions popen2() and popen3()."""
116 class Popen4(Popen3):
139 del Popen3, Popen4
151 def popen3(cmd, bufsize=-1, mode='t'): function
158 w, r, e = os.popen3(cmd, mode, bufsize)
178 inst = Popen3(cmd, False, bufsize)
181 def popen3(cmd, bufsize=-1, mode='t') function
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 262 p = popen2.Popen3(command)
  /external/googletest/googletest/test/
gtest_test_utils.py 277 p = popen2.Popen3(command)
  /external/protobuf/gtest/test/
gtest_test_utils.py 266 p = popen2.Popen3(command)
  /external/v8/testing/gtest/test/
gtest_test_utils.py 277 p = popen2.Popen3(command)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py 277 p = popen2.Popen3(command)
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 262 p = popen2.Popen3(command)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_test_utils.py 277 p = popen2.Popen3(command)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 213 proc = _popen2.Popen3(argv, False)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 213 proc = _popen2.Popen3(argv, False)

Completed in 662 milliseconds