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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /external/python/cpython2/Lib/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 697 if not _exists("popen4"):
698 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
706 msg = "os.popen4 is deprecated. Use the subprocess module."
715 __all__.append("popen4")
  /external/python/cpython2/Lib/test/
test_popen2.py 114 w, r = os.popen4([self.cmd])
117 w, r = os.popen4(["echo", self.teststr])
121 w, r = os.popen4(self.cmd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 15 __all__ = ["popen2", "popen3", "popen4"]
116 class Popen4(Popen3):
139 del Popen3, Popen4
161 def popen4(cmd, bufsize=-1, mode='t'): function
168 w, r = os.popen4(cmd, mode, bufsize)
191 def popen4(cmd, bufsize=-1, mode='t'): function
198 inst = Popen4(cmd, bufsize)
201 __all__.extend(["Popen3", "Popen4"])
os.py 695 if not _exists("popen4"):
696 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
704 msg = "os.popen4 is deprecated. Use the subprocess module."
713 __all__.append("popen4")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 115 w, r = os.popen4([self.cmd])
118 w, r = os.popen4(["echo", self.teststr])
122 w, r = os.popen4(self.cmd)
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_linux.py 21 si, so = os.popen4(' '.join(argv))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 709 if not _exists("popen4"):
710 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
718 msg = "os.popen4 is deprecated. Use the subprocess module."
727 __all__.append("popen4")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 724 if not _exists("popen4"):
725 def popen4(cmd, mode="t", bufsize=-1): function in function:.spawnlpe
733 msg = "os.popen4 is deprecated. Use the subprocess module."
742 __all__.append("popen4")
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 620 inf, outf = os.popen4("%s -S \"%s\"" %
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 620 inf, outf = os.popen4("%s -S \"%s\"" %
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 620 inf, outf = os.popen4("%s -S \"%s\"" %
    [all...]

Completed in 721 milliseconds