HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 226 - 250 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /external/mksh/src/
main.c 241 if (!isatty(i))
547 if (isatty(0) && isatty(2)) {
549 /* The following only if isatty(0) */
1201 if (isatty(3)) {
1220 if (isatty((fd = 0)) || isatty((fd = 2)))
    [all...]
  /external/openssh/
clientloop.c     [all...]
  /development/tools/
monkey 15 if sys.stdout.isatty():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 553 def isatty(self): member in class:SpooledTemporaryFile
554 return self._file.isatty()
  /external/iproute2/ip/
iprule.c 222 if (isatty(STDOUT_FILENO)) {
287 if (isatty(STDIN_FILENO)) {
  /external/iputils/
clockdiff.c 596 if (isatty(fileno(stdin)) && isatty(fileno(stdout)))
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/python/cpython2/Lib/
tempfile.py 582 def isatty(self): member in class:SpooledTemporaryFile
583 return self._file.isatty()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 548 isatty(fileno(stdin))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 571 isatty(fileno(stdin))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 280 if not sys.__stdout__.isatty():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c 533 isatty(fileno(stdin))) {
  /external/bzip2/
bzip2.c     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 141 return isatty(fd) != 0;
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 94 if sys.stdout.isatty():
  /external/e2fsprogs/debugfs/
util.c 87 if (!isatty(1))
  /external/llvm/utils/lit/lit/
ProgressBar.py 102 if not term_stream.isatty(): return

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011>>