HomeSort by relevance Sort by last modified time
    Searched refs:subprocess (Results 1 - 25 of 58) sorted by null

1 2 3

  /system/core/libacc/tests/
accarm 6 import subprocess namespace
11 proc = subprocess.Popen(["acc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
16 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
58 proc = subprocess.Popen(remoteCmdLine, stdout=subprocess.PIPE)
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 14 import subprocess namespace
40 adb_output = subprocess.Popen(shell_cmd_str,
41 shell=True, stdout=subprocess.PIPE,
42 stderr=subprocess.PIPE).communicate()[0]
48 subprocess.Popen(shell_cmd_str,
49 shell=True, stdout=subprocess.PIPE,
50 stderr=subprocess.PIPE).communicate()
154 proc = subprocess.Popen(test_cmd, shell=True,
155 stdout=subprocess.PIPE,
156 stderr=subprocess.PIPE
    [all...]
run_layout_tests.py 35 import subprocess namespace
62 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
167 adb_output = subprocess.Popen(generate_test_list_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
205 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0
    [all...]
run_page_cycler.py 15 import subprocess namespace
69 (adb_output, adb_error) = subprocess.Popen(run_load_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
99 (adb_output, err) = subprocess.Popen(
101 stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_win.py 35 import subprocess namespace
109 subprocess.call(('taskkill.exe', '/f', '/pid', str(pid)),
110 stdout=subprocess.PIPE,
111 stderr=subprocess.PIPE)
150 subprocess.Popen(('taskkill.exe', '/f', '/im', 'LightTPD.exe'),
151 stdout=subprocess.PIPE,
152 stderr=subprocess.PIPE).wait()
153 subprocess.Popen(('taskkill.exe', '/f', '/im', 'httpd.exe'),
154 stdout=subprocess.PIPE,
155 stderr=subprocess.PIPE).wait(
    [all...]
chromium.py 36 import subprocess namespace
59 proc = subprocess.Popen([test_shell_binary_path,
104 subprocess.Popen([self._path_to_driver(),
115 self._helper = subprocess.Popen([helper_path],
116 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None)
182 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE,
183 stdout=subprocess.PIPE,
184 stderr=subprocess.STDOUT
    [all...]
chromium_mac.py 35 import subprocess namespace
58 return int(subprocess.Popen(['sysctl','-n','hw.ncpu'],
59 stdout=subprocess.PIPE).stdout.read())
105 subprocess.call(['killall', '-TERM', '-u', os.getenv('USER'),
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 26 import optparse, os, shutil, subprocess, sys
63 return subprocess.call(["ditto", "-c", "-k", "--keepParent", "--sequesterRsrc", configurationBuildDirectory, archiveFile])
73 if subprocess.call(["cp", "-R", binDirectory, thinBinDirectory]):
76 if subprocess.call("rm -f %s" % os.path.join(thinBinDirectory, "*.ilk"), shell=True):
79 if subprocess.call(["zip", "-r", archiveFile, "bin"], cwd=thinDirectory):
95 if subprocess.call(["ditto", "-x", "-k", archiveFile, buildDirectory]):
106 safariPath = subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari',
107 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
109 if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (safariPath, safariPath, binDirectory), shell=True):
112 if subprocess.call(["unzip", "-o", archiveFile], cwd=buildDirectory)
    [all...]
test-result-archive 26 import optparse, os, shutil, subprocess, sys
67 if subprocess.call(["ditto", "-c", "-k", "--sequesterRsrc", layoutTestResultsDir, archiveFile]):
70 if subprocess.call(["zip", "-r", archiveFile, "."], cwd=layoutTestResultsDir):
  /external/v8/tools/
run-valgrind.py 33 import subprocess namespace
48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
linux-tick-processor.py 33 import subprocess, re, sys, tickprocessor namespace
41 process = subprocess.Popen(command, shell=True,
42 stdout=subprocess.PIPE,
43 stderr=subprocess.STDOUT)
  /development/testrunner/
run_command.py 21 import subprocess namespace
39 """Spawn and retry a subprocess to run the given shell command.
66 """Spawns a subprocess to run the given shell command.
90 output_dest = subprocess.PIPE
95 stdin_dest = subprocess.PIPE
98 pipe = subprocess.Popen(
103 stderr=subprocess.STDOUT,
167 subproc = subprocess.Popen(binary, stdout=subprocess.PIPE,
168 stderr=subprocess.STDOUT
    [all...]
android_build.py 23 import subprocess namespace
64 config = subprocess.Popen(command, stdout=subprocess.PIPE,
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 46 import subprocess namespace
89 p1 = subprocess.Popen(['flex', '-t', flexInput], stdout=subprocess.PIPE)
90 p2 = subprocess.Popen(['perl', maketokenizer], stdin=p1.stdout, stdout=outfile)
action_useragentstylesheets.py 49 import subprocess namespace
95 returnCode = subprocess.call(command)
rule_gperf.py 44 import subprocess namespace
81 returnCode = subprocess.call(command, stdout=ofile.fileno())
rule_bison.py 42 import subprocess namespace
72 returnCode = subprocess.call(['bison', '-d', '-p', prefix, inputFile, '-o', outputCpp])
  /external/webkit/WebKitTools/Scripts/webkitpy/
user.py 31 import subprocess namespace
46 subprocess.call(args + files)
51 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
executive.py 32 import subprocess namespace
83 child_process = subprocess.Popen(args,
84 stdout=subprocess.PIPE,
85 stderr=subprocess.STDOUT)
149 stdin = subprocess.PIPE if input else None
152 stderr = subprocess.STDOUT
156 process = subprocess.Popen(args,
158 stdout=subprocess.PIPE,
  /development/scripts/
add-accounts 28 import subprocess namespace
35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
add-accounts-sdk 28 import subprocess namespace
35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
  /external/gtest/test/
gtest_test_utils.py 41 import subprocess namespace
126 class Subprocess:
144 # The subprocess module is the preferrable way of running programs
152 p = subprocess.Popen(command,
153 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
171 # subprocess.Popen.returncode.
  /external/webkit/WebKitTools/Scripts/
test-webkit-scripts 41 import subprocess namespace
62 subprocess.call(call_args)
  /external/webkit/WebKitTools/wx/build/
waf_extensions.py 27 import subprocess namespace
56 proc = subprocess.Popen(s, **kw)
  /external/protobuf/gtest/test/
gtest_test_utils.py 47 import subprocess namespace
192 class Subprocess:
212 # The subprocess module is the preferrable way of running programs
221 stderr = subprocess.STDOUT
223 stderr = subprocess.PIPE
225 p = subprocess.Popen(command,
226 stdout=subprocess.PIPE, stderr=stderr,
247 # subprocess.Popen.returncode.

Completed in 458 milliseconds

1 2 3