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

12 3 4

  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /external/chromium/build/util/
lastchange.py 34 stdout=subprocess.PIPE,
35 stderr=subprocess.PIPE,
80 stdout=subprocess.PIPE,
81 stderr=subprocess.PIPE,
183 proc.stdout.close() # Cut pipe for fast exit.
  /external/chromium-trace/
update.py 49 p = subprocess.Popen(yuic_args, stdin=subprocess.PIPE)
  /external/clang/tools/scan-view/
Reporter.py 181 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
214 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /external/llvm/utils/git/
find-rev 25 stdout=subprocess.PIPE)
  /external/v8/tools/
disasm.py 76 stdout=subprocess.PIPE,
presubmit.py 46 from subprocess import PIPE
110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
276 stdout=PIPE, cwd=path, shell=True)
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 89 p1 = subprocess.Popen(['flex', '-t', flexInput], stdout=subprocess.PIPE)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /frameworks/compile/libbcc/tests/
test.py 51 proc = subprocess.Popen(["../libbcc_driver"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
56 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
106 proc = subprocess.Popen(["adb", "shell", "/system/bin/bcc"] + args, stdout=subprocess.PIPE)
  /external/llvm/utils/lit/lit/
Util.py 46 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 7 from subprocess import Popen, PIPE
52 p = Popen(command, 1, stdout=PIPE, shell=False)
  /external/protobuf/gtest/test/
gtest_test_utils.py 223 stderr = subprocess.PIPE
226 stdout=subprocess.PIPE, stderr=stderr,
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 131 p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /development/scripts/
add-accounts 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
add-accounts-sdk 35 proc = subprocess.Popen(args, stdout=subprocess.PIPE)
  /development/testrunner/
android_build.py 64 config = subprocess.Popen(command, stdout=subprocess.PIPE,
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 260 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
262 while (<PIPE>) {
265 close(PIPE) or die "Program failed: \"$cmd\"";
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE,
76 stdout=subprocess.PIPE,
77 stderr=subprocess.PIPE,
  /build/tools/releasetools/
check_target_files_signatures 97 stdin=subprocess.PIPE,
98 stdout=subprocess.PIPE)
171 stdin=subprocess.PIPE,
172 stdout=subprocess.PIPE)
219 stdout=subprocess.PIPE)
  /external/clang/utils/
token-delta.py 111 stdin=subprocess.PIPE,
112 stdout=subprocess.PIPE,
113 stderr=subprocess.PIPE)
  /docs/source.android.com/scripts/
build.py 28 p = subprocess.Popen(command, stdout = subprocess.PIPE, shell = True)
  /system/core/toolbox/
kill.c 21 _SIG(PIPE),
  /external/chromium/build/mac/
strip_save_dsym 52 stdout=subprocess.PIPE)
98 stdout=subprocess.PIPE)

Completed in 1831 milliseconds

12 3 4