HomeSort by relevance Sort by last modified time
    Searched refs:Popen (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium/chrome/common/extensions/docs/build/
build.py 15 from subprocess import Popen, PIPE
75 p = Popen(
  /external/clang/tools/scan-view/
Reporter.py 180 p = subprocess.Popen(['osascript',path],
214 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
startfile.py 57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
  /external/v8/tools/
test-wrapper-gypbuild.py 234 child = subprocess.Popen(' '.join(args_for_children +
248 child = subprocess.Popen(' '.join(args_for_children +
presubmit.py 110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
275 output = subprocess.Popen('git ls-files --full-name',
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 28 from subprocess import Popen, PIPE, STDOUT
125 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=PIPE, stderr=None)
127 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=None, stderr=STDOUT)
267 Popen(self._options.browser + " " + self._options.output_file, stdout=None, stderr=None, shell=True)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 149 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
180 process = subprocess.Popen(never_ending_command(), stdout=subprocess.PIPE)
user.py 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
executive.py 116 args = map(unicode, args) # Popen will throw an exception if args are non-strings (like int())
119 child_process = subprocess.Popen(args,
124 # Use our own custom wait loop because Popen ignores a tee'd
327 # Popen in Python 2.5 and before does not automatically encode unicode objects.
357 """Popen wrapper for convenience and to work around python bugs."""
360 args = map(unicode, args) # Popen will throw an exception if args are non-strings (like int())
366 process = subprocess.Popen(args,
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 70 return subprocess.Popen(cmd, stdin=subprocess.PIPE,
122 return subprocess.Popen(cmd,
159 self.pipe = subprocess.Popen(cmdline,
  /build/tools/releasetools/
build_image.py 37 p = subprocess.Popen(cmd)
  /external/chromium/build/
gyp_chromium 113 p = subprocess.Popen(
  /external/llvm/utils/lit/lit/
Util.py 46 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
  /external/protobuf/gtest/test/
gtest_test_utils.py 225 p = subprocess.Popen(command,
247 # subprocess.Popen.returncode.
  /external/skia/tools/
submit_try 51 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
68 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
87 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
232 proc = subprocess.Popen(try_args, stdout=subprocess.PIPE,
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 131 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /pdk/build/
prepare_pdk_tree.py 118 p = subprocess.Popen("mount", stdout = subprocess.PIPE)
  /external/chromium-trace/
systrace.py 43 adb = subprocess.Popen(getprop_args, stdout=subprocess.PIPE,
146 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
  /external/clang/utils/
token-delta.py 110 p = subprocess.Popen(['clang','-dump-raw-tokens',path],
190 p = subprocess.Popen([self.testProgram] + self.tempFiles)
CmpDriver 111 p = subprocess.Popen([cmd,'-###'] + args,
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 128 safariPath = subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari',
  /device/ti/panda/audio/test/
TestFlinger.py 121 self._proc = subprocess.Popen(args=command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 230 p = subprocess.Popen(command,
250 # current 'os.environ' for compatibility with the subprocess.Popen
275 # subprocess.Popen.returncode.
  /external/gtest/test/
gtest_test_utils.py 230 p = subprocess.Popen(command,
250 # current 'os.environ' for compatibility with the subprocess.Popen
275 # subprocess.Popen.returncode.
  /external/icu4c/test/depstest/
depstest.py 51 nm_result = subprocess.Popen(["nm", "--demangle", "--format=sysv",

Completed in 5744 milliseconds

12 3 4