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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/jemalloc/chromium/
build-crt.py 4 from subprocess import Popen, STDOUT, PIPE
8 proc = Popen(['nmake', 'dll_', 'mt'], stdout=PIPE, stderr=STDOUT,
  /external/chromium_org/third_party/jemalloc/vendor/
build-crt.py 4 from subprocess import Popen, STDOUT, PIPE
8 proc = Popen(['nmake', 'dll_', 'mt'], stdout=PIPE, stderr=STDOUT,
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 29 '--testing'], stdout=subprocess.PIPE, stderr=subprocess.PIPE))
  /external/chromium_org/build/
compiler_version.py 21 pipe = subprocess.Popen(compiler, shell=True,
22 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
23 gcc_output, gcc_error = pipe.communicate()
24 if pipe.returncode:
25 raise subprocess.CalledProcessError(pipe.returncode, compiler)
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 76 returncode = subprocess.call(cmd, stdout=subprocess.PIPE,
77 stderr=subprocess.PIPE)
103 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
141 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
165 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 30 proc = subprocess.Popen(['otool', '-L', path], stdout=subprocess.PIPE)
32 proc = subprocess.Popen(['ldd', path], stdout=subprocess.PIPE)
  /external/chromium_org/tools/symsrc/
source_index.py 70 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
83 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
104 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
122 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/chrome/common/extensions/api/
PRESUBMIT.py 14 stdin=input_api.subprocess.PIPE,
15 stdout=input_api.subprocess.PIPE,
31 stdout=input_api.subprocess.PIPE,
32 stderr=input_api.subprocess.PIPE,
  /external/chromium_org/tools/
diagnose-me.py 25 proc = subprocess.Popen(['/usr/bin/ld', '-v'], stdout=subprocess.PIPE)
36 proc = subprocess.Popen(['which', '-a', 'ld'], stdout=subprocess.PIPE)
72 proc = subprocess.Popen(['which', 'ninja'], stdout=subprocess.PIPE)
88 stdout=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 9 stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
  /external/clang/tools/clang-format/
clang-format-sublime.py 41 p = subprocess.Popen(command, stdout=subprocess.PIPE,
42 stderr=subprocess.PIPE, stdin=subprocess.PIPE)
clang-format.py 51 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
52 stdin=subprocess.PIPE, startupinfo=startupinfo)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
163 code = ('import sys; from subprocess import Popen, PIPE;'
165 ' stdin=PIPE, stderr=PIPE);'
168 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
178 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 66 """Popen subclass for testing cleanup of subprocess.PIPE filehandles when
146 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
163 code = ('import sys; from subprocess import Popen, PIPE;'
165 ' stdin=PIPE, stderr=PIPE);'
168 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
178 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 21 proc = subprocess.Popen(['lipo', '-info', file], stdout=subprocess.PIPE)
32 '-v'], stdout=subprocess.PIPE)
36 proc = subprocess.Popen(['codesign', '-v', file], stdout=subprocess.PIPE)
46 temp.name, file], stdout=subprocess.PIPE)
68 job = subprocess.Popen(args, stdout=subprocess.PIPE)
89 stdout=subprocess.PIPE)
gyptest-archs.py 21 proc = subprocess.Popen(['lipo', '-info', file], stdout=subprocess.PIPE)
37 proc = subprocess.Popen(cmdlist, stdout=subprocess.PIPE)
  /external/libvpx/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
120 stdin=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xctest.py 21 stdout=subprocess.PIPE,
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 37 stdout=subprocess.PIPE,
38 stderr=subprocess.PIPE,
47 stdout=subprocess.PIPE,
48 stderr=subprocess.PIPE,
  /external/chromium_org/tools/compile_test/
compile_test.py 51 stdout=subprocess.PIPE,
52 stderr=subprocess.PIPE)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_screen_recorder_profiler.py 22 self._output_path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/chromium_org/webkit/tools/layout_tests/
PRESUBMIT.py 33 stdin=input_api.subprocess.PIPE,
34 stdout=input_api.subprocess.PIPE,
  /frameworks/webview/chromium/tools/
run_webview_cts.py 71 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 81 PIPE = self.server.tool.executive.PIPE
82 process = self.server.tool.executive.popen([self.server.tool.path()] + command, cwd=self.server.tool.scm().checkout_root, stdin=PIPE, stdout=PIPE, stderr=PIPE)
  /external/chromium_org/tools/linux/
dump-static-initializers.py 39 ['git', 'rev-parse'], stderr=subprocess.PIPE).wait() == 0)
45 stdin=subprocess.PIPE,
46 stdout=subprocess.PIPE)
67 stdout=subprocess.PIPE)
94 stdout=subprocess.PIPE)
132 nm = subprocess.Popen(['nm', '-S', binary], stdout=subprocess.PIPE)
146 objdump = subprocess.Popen(cmd, stdout=subprocess.PIPE)

Completed in 8281 milliseconds

1 2 3 4 5 6 7 8 91011>>