/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_subprocess.py | 152 def test_stdout_none(self): member in class:ProcessTestCase 164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],' 173 self.assertEqual(out.rstrip(), 'test_stdout_none') 323 # test_stdout_none (see above). The parent subprocess calls the child [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_subprocess.py | 152 def test_stdout_none(self): member in class:ProcessTestCase 164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],' 173 self.assertEqual(out.rstrip(), 'test_stdout_none') 323 # test_stdout_none (see above). The parent subprocess calls the child [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 152 def test_stdout_none(self): member in class:ProcessTestCase 164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],' 173 self.assertEqual(out.rstrip(), 'test_stdout_none') 323 # test_stdout_none (see above). The parent subprocess calls the child [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 152 def test_stdout_none(self): member in class:ProcessTestCase 164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],' 173 self.assertEqual(out.rstrip(), 'test_stdout_none') 323 # test_stdout_none (see above). The parent subprocess calls the child [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_subprocess.py | 125 def test_stdout_none(self):
member in class:ProcessTestCase [all...] |