HomeSort by relevance Sort by last modified time
    Searched refs:PIPE (Results 51 - 75 of 98) sorted by null

1 23 4

  /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-trace/
systrace.py 119 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
120 stderr=subprocess.PIPE)
  /external/clang/utils/
CmpDriver 113 stdout=subprocess.PIPE,
114 stderr=subprocess.PIPE)
  /external/gtest/test/
gtest_test_utils.py 228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,
  /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)
executive.py 120 stdout=subprocess.PIPE,
334 return (subprocess.PIPE, input)
368 stdout=subprocess.PIPE,
user.py 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
  /build/tools/releasetools/
common.py 66 """ Gmake in MAC OS has file descriptor (PIPE) leak. We close those fds
216 p1 = Run(cmd, stdout=subprocess.PIPE)
245 p = Run(cmd, stdout=subprocess.PIPE)
293 p = Run(cmd, stdout=subprocess.PIPE)
371 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
770 p = Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
sign_target_files_apks 247 stdout=subprocess.PIPE)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 230 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None)
392 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE,
393 stdout=subprocess.PIPE,
apache_http_server.py 201 stderr=subprocess.PIPE,
http_server.py 217 self._process = subprocess.Popen(start_cmd, env=env, stdin=subprocess.PIPE)
  /pdk/build/
prepare_pdk_tree.py 111 p = subprocess.Popen("mount", stdout = subprocess.PIPE)
  /development/scripts/
stack 160 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
  /external/llvm/utils/Misc/
zkill 72 p = subprocess.Popen(['ps', 'aux'], stdout=subprocess.PIPE,
73 stderr=subprocess.PIPE)
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 129 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
  /device/ti/panda/audio/test/
TestFlinger.py 121 self._proc = subprocess.Popen(args=command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /external/oprofile/
oprofile_android 60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /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)
validate-committer-lists 160 process = subprocess.Popen(git_log_args, stdout=subprocess.PIPE)
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 594 report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match for a pipe character '|' which needs escaping as '<PIPE>' instead at \$language_data['REGEXPS'][$rk]!");
    [all...]
  /external/bison/src/
parse-gram.y 162 %token PIPE "|"
  /external/llvm/utils/
llvm-compilers-check 293 stdout=subprocess.PIPE,
314 stdout=subprocess.PIPE,

Completed in 1885 milliseconds

1 23 4