/ndk/ |
ndk-gdb.py | 31 import sys, os, argparse, subprocess, types namespace 276 text = subprocess.check_output([GNUMAKE_CMD, 291 text = subprocess.check_output([GNUMAKE_CMD, 334 used_stderr = subprocess.PIPE 336 used_stderr = subprocess.STDOUT 338 used_stdin = subprocess.PIPE 341 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=used_stderr, stdin=used_stdin, 381 text = subprocess.check_output(fullargs, 382 stderr=subprocess.STDOUT [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 21 import subprocess namespace 108 child = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE, 109 stdout=subprocess.PIPE, stderr=subprocess.STDOUT) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 1046 import subprocess namespace [all...] |
imaplib.py | 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 7 import subprocess namespace 622 executed as part of a python subprocess fed data_to_write. 646 reader_process = subprocess.Popen( 648 stdin=subprocess.PIPE, stdout=subprocess.PIPE, 649 stderr=subprocess.PIPE) 667 # Give the subprocess time to handle it before we loop around and 669 # immediately after the first was causing the subprocess to crash 783 import subprocess namespace 789 process = subprocess.Popen([sys.executable, "-c", code] [all...] |
test_os.py | 11 import subprocess namespace 557 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE, 558 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 712 # Needs to accept -1. We run this in a subprocess to avoid 714 subprocess.check_call([ 726 # Needs to accept -1. We run this in a subprocess to avoid 728 subprocess.check_call([ 738 # Start sys.executable as a subprocess and communicate from th [all...] |
test_sys.py | 171 import subprocess namespace 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 183 stderr=subprocess.PIPE, env=env) 451 import subprocess namespace 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 459 stdout = subprocess.PIPE, env=env) 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 465 stdout = subprocess.PIPE, env=env 480 import subprocess namespace [all...] |
test_subprocess.py | 3 import subprocess namespace 48 for inst in subprocess._active: 50 subprocess._cleanup() 51 self.assertFalse(subprocess._active, "subprocess._active not empty") 65 class PopenExecuteChildRaises(subprocess.Popen): 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when 77 rc = subprocess.call([sys.executable, "-c", 83 rc = subprocess.check_call([sys.executable, "-c", 89 with self.assertRaises(subprocess.CalledProcessError) as c [all...] |
test_support.py | 1356 import subprocess namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 1046 import subprocess namespace [all...] |
imaplib.py | 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 7 import subprocess namespace 622 executed as part of a python subprocess fed data_to_write. 646 reader_process = subprocess.Popen( 648 stdin=subprocess.PIPE, stdout=subprocess.PIPE, 649 stderr=subprocess.PIPE) 667 # Give the subprocess time to handle it before we loop around and 669 # immediately after the first was causing the subprocess to crash 783 import subprocess namespace 789 process = subprocess.Popen([sys.executable, "-c", code] [all...] |
test_os.py | 11 import subprocess namespace 557 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE, 558 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 712 # Needs to accept -1. We run this in a subprocess to avoid 714 subprocess.check_call([ 726 # Needs to accept -1. We run this in a subprocess to avoid 728 subprocess.check_call([ 738 # Start sys.executable as a subprocess and communicate from th [all...] |
test_sys.py | 171 import subprocess namespace 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 183 stderr=subprocess.PIPE, env=env) 451 import subprocess namespace 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 459 stdout = subprocess.PIPE, env=env) 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 465 stdout = subprocess.PIPE, env=env 480 import subprocess namespace [all...] |
test_subprocess.py | 3 import subprocess namespace 48 for inst in subprocess._active: 50 subprocess._cleanup() 51 self.assertFalse(subprocess._active, "subprocess._active not empty") 65 class PopenExecuteChildRaises(subprocess.Popen): 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when 77 rc = subprocess.call([sys.executable, "-c", 83 rc = subprocess.check_call([sys.executable, "-c", 89 with self.assertRaises(subprocess.CalledProcessError) as c [all...] |
test_support.py | 1356 import subprocess namespace [all...] |
/external/chromium_org/build/android/pylib/ |
android_commands.py | 16 import subprocess namespace [all...] |
/external/chromium_org/chrome/test/webdriver/test/ |
chromedriver_tests.py | 18 import subprocess namespace [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
update_nacl_manifest_test.py | 12 import subprocess namespace 214 raise subprocess.CalledProcessError(1, 'gsutil cat %s' % (url,)) 225 raise subprocess.CalledProcessError(1, 'gsutil cp %s %s' % (src, dest))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android.py | 34 import subprocess namespace [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 57 #include <google/protobuf/compiler/subprocess.h> 1246 Subprocess subprocess; local [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs.py | 10 import subprocess namespace 102 call = subprocess.Popen(['net', 'config', 'Workstation'], 103 stdout=subprocess.PIPE) [all...] |
/external/chromium_org/chrome/test/functional/ |
perf.py | 37 import subprocess namespace 171 pstree_out = subprocess.check_output(['pstree', '-p', '%s' % pid]) 197 subprocess.call(['sudo', 'pkill', '-STOP', 'session_manager']) 200 subprocess.call(['sudo', 'pkill', '-CONT', 'session_manager']) 251 p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE, 252 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_unittest.py | 40 import subprocess namespace 90 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=cwd) 241 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null) 249 input_process = subprocess.Popen(command_returns_non_zero, stdout=subprocess.PIPE, stderr=self.dev_null) 254 input_process = subprocess.Popen(['echo', 'foo\nbar'], stdout=subprocess.PIPE, stderr=self.dev_null) # grep shows usage and calls exit(2) when called w/o arguments [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 57 import subprocess namespace 907 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32") 2667 import subprocess namespace [all...] |