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

1 2 3 4 5 6 78 91011>>

  /development/testrunner/
android_build.py 84 config = subprocess.Popen(command, stdout=subprocess.PIPE,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 477 # message is confusing. Following pipe disposes warning messages.
478 self.server_stderr = subprocess.PIPE
486 self.server_stderr = subprocess.PIPE
512 client = self._run_python_command(args, stdout=subprocess.PIPE)
527 client = self._run_python_command(args, stdout=subprocess.PIPE)
  /external/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py 32 process = subprocess.Popen(['launchctl', 'list'], stdout=subprocess.PIPE)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-app.py 20 stdout=subprocess.PIPE).communicate()[0].rstrip('\n')
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 52 stdout=subprocess.PIPE).communicate()[0].strip().split("\n")
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_platform_backend.py 62 ['lsmod'], stdout=subprocess.PIPE).communicate()[0]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
vtune_profiler.py 96 stdout=subprocess.PIPE).wait()
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 148 stdout=subprocess.PIPE)
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 25 p = subprocess.Popen([filename], shell=True, stdout=subprocess.PIPE,
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 58 self.pipe = self.open_llvm_symbolizer()
70 return subprocess.Popen(cmd, stdin=subprocess.PIPE,
71 stdout=subprocess.PIPE)
75 if not self.pipe:
82 print >> self.pipe.stdin, symbolizer_input
84 function_name = self.pipe.stdout.readline().rstrip()
87 file_name = self.pipe.stdout.readline().rstrip()
113 self.pipe = self.open_addr2line()
123 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macos.py 49 stdout=subprocess.PIPE).communicate()[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macos.py 49 stdout=subprocess.PIPE).communicate()[0]
  /system/core/toolbox/
kill.c 21 _SIG(PIPE),
  /build/tools/releasetools/
common.py 72 """ Gmake in MAC OS has file descriptor (PIPE) leak. We close those fds
281 p1 = Run(cmd, stdout=subprocess.PIPE)
314 p = Run(cmd, stdout=subprocess.PIPE)
364 p = Run(cmd, stdout=subprocess.PIPE)
410 stderr=subprocess.PIPE)
462 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
879 p = Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium/build/mac/
strip_save_dsym 52 stdout=subprocess.PIPE)
98 stdout=subprocess.PIPE)
  /external/chromium/chrome/common/extensions/docs/build/
build.py 15 from subprocess import Popen, PIPE
78 stdout=PIPE)
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
  /external/chromium_org/build/android/pylib/utils/
findbugs.py 134 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/build/mac/
strip_save_dsym 52 stdout=subprocess.PIPE)
98 stdout=subprocess.PIPE)
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 143 p = subprocess.Popen(['file', chrome_filename], stdout=subprocess.PIPE)
155 shell=True, stdout=subprocess.PIPE)
  /external/chromium_org/chrome/tools/
history-viz.py 141 stdin=subprocess.PIPE,
142 stdout=subprocess.PIPE)
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control.py 350 p = subprocess.Popen(cmd_list, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 105 stdout=subprocess.PIPE,
106 stderr=subprocess.PIPE)
  /external/chromium_org/ppapi/
PRESUBMIT.py 14 stdout=subprocess.PIPE,
15 stderr=subprocess.PIPE)
  /external/chromium_org/testing/gtest/test/
gtest_test_utils.py 228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,

Completed in 799 milliseconds

1 2 3 4 5 6 78 91011>>