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

<<1112131415

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
platform.py 373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe.close()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 108 child = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
109 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
platform.py 373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe.close()
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 489 # This gets serialized and sent back to the main process via a pipe.
887 stdout=subprocess.PIPE,
888 stderr=subprocess.PIPE,
889 stdin=subprocess.PIPE,
    [all...]
xcode_emulation.py 275 job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE)
    [all...]
  /external/bison/src/
parse-gram.c 265 PIPE = 306,
324 #define PIPE 306
    [all...]
scan-gram.c     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
base.py     [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 265 logging.error("Failed to create pulseaudio pipe: " + str(e))
278 ("load-module module-pipe-sink sink_name=%s file=\"%s\" " +
430 args.append("--audio-pipe-name=%s" % self.pulseaudio_pipe)
447 stdin=subprocess.PIPE)
565 This class creates a pipe to allow logging from the daemon process to be
567 directs logging output to the pipe. The parent process reads from this pipe
568 until and writes the content to stderr. When the pipe is no longer needed
570 daemon removes the log-handler and closes the pipe, causing the the parent
571 process to reach end-of-file while reading the pipe and exit
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 92 PIPE =((UChar)0x007C), /*|*/
557 append((UChar)PIPE).
    [all...]
  /external/chromium_org/tools/valgrind/
valgrind_test.py     [all...]
  /external/icu4c/test/intltest/
transtst.cpp 93 PIPE =((UChar)0x007C), /*|*/
558 append((UChar)PIPE).
    [all...]
  /external/v8/tools/
ll_prof.py 713 shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
714 pipe = process.stdout
720 for line in pipe:
753 pipe.close()
  /external/chromium_org/chrome/test/functional/
perf.py 251 p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
252 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True)
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 738 shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
739 pipe = process.stdout
745 for line in pipe:
778 pipe.close()
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py 305 proc = subprocess.Popen(command, shell=shell, stdout=subprocess.PIPE, cwd=cwd)
    [all...]
  /external/openssh/
session.c 459 if (pipe(pin) < 0) {
460 error("%s: pipe in: %.100s", __func__, strerror(errno));
463 if (pipe(pout) < 0) {
464 error("%s: pipe out: %.100s", __func__, strerror(errno));
469 if (pipe(perr) < 0) {
470 error("%s: pipe err: %.100s", __func__,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 154 stdout=subprocess.PIPE)
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 478 milliseconds

<<1112131415