Home
last modified time | relevance | path

Searched refs:Popen3 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py591 popen2.Popen3
593 class Popen3: class
621 class Popen4(popen2.Popen3):
651 class Popen3(popen2.Popen3, popen2.Popen4): class
657 apply(popen2.Popen3.__init__, (self, command, 1))
662 resultcode = apply(popen2.Popen3.wait, (self,)+args, kw)
670 subprocess.Popen = Popen3
/external/protobuf/gtest/test/
Dgtest_test_utils.py240 p = popen2.Popen3(command)
/external/gtest/test/
Dgtest_test_utils.py262 p = popen2.Popen3(command)
/external/chromium_org/testing/gtest/test/
Dgtest_test_utils.py262 p = popen2.Popen3(command)
/external/chromium/testing/gtest/test/
Dgtest_test_utils.py262 p = popen2.Popen3(command)