/external/gtest/test/ |
gtest_test_utils.py | 44 import popen2 namespace 147 # In earlier python versions, we revert to the popen2 module, which is 164 p = popen2.Popen4(command)
|
gtest_env_var_test.py | 80 stdin, stdout = os.popen2(cmd, 'b')
|
gtest_output_test.py | 160 stdin_file, stdout_file = os.popen2(env_cmd[1], 'b')
|
/external/chromium/testing/gtest/test/ |
gtest_test_utils.py | 50 import popen2 namespace 220 # In earlier python versions, we revert to the popen2 module, which is 260 p = popen2.Popen4(command) 262 p = popen2.Popen3(command)
|
/external/protobuf/gtest/test/ |
gtest_test_utils.py | 50 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/libvpx/examples/includes/geshi/geshi/ |
python.php | 119 'pkgutil', 'platform', 'popen2', 'poplib', 'posix', 'posixfile', 'pprint', 'profile',
|
/external/webkit/Tools/ |
ChangeLog-2010-05-24 | [all...] |