Searched refs:popen2 (Results 1 - 7 of 7) sorted by relevance

/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/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/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...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dwork_unit.py175 fin, fout = os.popen2( 'nm %s' % libname )
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py100 return int(os.popen2("sysctl -n hw.ncpu")[1].read())
/external/mesa3d/scons/
H A Dgallium.py100 return int(os.popen2("sysctl -n hw.ncpu")[1].read())

Completed in 2440 milliseconds