HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 151 - 175 of 356) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /bionic/libc/include/
unistd.h 202 int isatty(int __fd);
  /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
  /external/python/cpython2/Modules/
main.c 574 isatty(fileno(stdin))) {
  /external/python/cpython2/Python/
pythonrun.c 143 PyObject *sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
145 int isatty = PyObject_IsTrue(sys_isatty); local
147 if (isatty >= 0)
148 return isatty;
    [all...]
  /external/python/cpython3/Objects/
fileobject.c 443 res = isatty(self->fd);
453 {"isatty", (PyCFunction)stdprinter_isatty, METH_NOARGS, ""},
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 98 if not term_stream.isatty(): return
  /external/toybox/toys/pending/
getty.c 136 if (!isatty(0)) perror_exit("/dev/%s: not a tty", TT.tty_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
  /system/tools/aidl/
aidl_language.cpp 16 int isatty(int fd) function
  /external/brotli/c/tools/
brotli.c 42 #define isatty _isatty macro
693 !context->force_overwrite && isatty(STDIN_FILENO)) {
763 !context->force_overwrite && isatty(STDOUT_FILENO)) {
  /external/mesa3d/src/intel/tools/
aubinator.c     [all...]
  /external/python/cpython2/Lib/test/
test_file2k.py 116 self.assertTrue(not f.isatty())
124 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
240 if not sys.stdin.isatty():
595 self.f.isatty()

Completed in 1401 milliseconds

1 2 3 4 5 67 8 91011>>