Searched defs:popen2 (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_test_utils.py50 import popen2 namespace
215 # In earlier python versions, we revert to the popen2 module, which is
238 p = popen2.Popen4(command)
240 p = popen2.Popen3(command)
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py50 import popen2 namespace
235 # In earlier python versions, we revert to the popen2 module, which is
275 p = popen2.Popen4(command)
277 p = popen2.Popen3(command)
/external/gtest/test/
H A Dgtest_test_utils.py50 import popen2 namespace
235 # In earlier python versions, we revert to the popen2 module, which is
275 p = popen2.Popen4(command)
277 p = popen2.Popen3(command)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py590 import popen2 namespace
591 popen2.Popen3
616 popen2.Popen4
621 class Popen4(popen2.Popen3):
633 for i in range(3, popen2.MAXFD):
647 popen2._active.append(self)
649 popen2.Popen4 = Popen4
651 class Popen3(popen2.Popen3, popen2.Popen4):
655 apply(popen2
[all...]

Completed in 124 milliseconds