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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 26 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
27 stdin=subprocess.PIPE,
358 stdout=subprocess.PIPE,
359 stdin=subprocess.PIPE,
test_quopri.py 180 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
191 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
script_helper.py 33 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
34 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
74 return subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
75 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 26 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
27 stdin=subprocess.PIPE,
358 stdout=subprocess.PIPE,
359 stdin=subprocess.PIPE,
test_quopri.py 180 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
191 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/clang/tools/clang-format/
git-clang-format 234 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
261 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
340 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
362 clang_format = subprocess.Popen(clang_format_cmd, stdin=subprocess.PIPE,
363 stdout=subprocess.PIPE)
372 stdout=subprocess.PIPE)
457 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
    [all...]
  /external/chromium_org/build/android/
provision_devices.py 24 ps = subprocess.Popen(['ps', 'aux'], stdout = subprocess.PIPE)
63 p = subprocess.Popen(['adb', '-s', device, 'shell'], stdin=subprocess.PIPE)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_systrace_profiler.py 41 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/skia/tools/
merge_static_libs.py 32 proc = subprocess.Popen([ar, '-t', in_lib], stdout=subprocess.PIPE)
36 proc = subprocess.Popen([ar, '-x', in_lib], stdout=subprocess.PIPE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 43 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 43 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /development/scripts/
symbol.py 37 stream = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True).stdout
201 child = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
294 stream = subprocess.Popen(cmd, stdout=subprocess.PIPE).stdout
333 process = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 668 PIPE = subprocess.PIPE
670 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
688 PIPE = subprocess.PIPE
690 bufsize=bufsize, stdin=PIPE, stdout=PIPE,
691 stderr=PIPE, close_fds=True)
708 PIPE = subprocess.PIP
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 87 PIPE = subprocess.PIPE
100 stdout=self.PIPE,
276 ps_process = self.popen(['ps', '-eo', 'pid,comm'], stdout=self.PIPE, stderr=self.PIPE)
376 return (self.PIPE, input)
410 stdout=self.PIPE,
507 proc = subprocess.Popen(cmd_line, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Completed in 721 milliseconds

1 23 4 5 6 7 8 91011>>