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

<<1112131415

  /external/python/cpython3/Lib/test/
test_io.py 1916 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 332 self.assertEqual(memio.isatty(), False)
338 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py 1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py 1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /external/e2fsprogs/misc/
mke2fs.c 76 extern int isatty(int);
    [all...]
  /external/minijail/
libminijail.c     [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 141 if(isatty(STDOUT_FILENO))
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 883 if sys.stdout.isatty():
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 788 if (getenv("E2FSCK_FORCE_INTERACTIVE") || (isatty(0) && isatty(1))) {
    [all...]
  /external/python/cpython2/Lib/idlelib/
PyShell.py 1098 def isatty(self): member in class:PyShell
1334 def isatty(self): member in class:PseudoFile
    [all...]
  /external/python/cpython3/Python/
bltinmodule.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 1178 #undef isatty macro
    [all...]
  /art/test/testrunner/
testrunner.py 257 if not sys.stdout.isatty():
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 943 res = isatty(self->fd);
1019 "isatty() -> bool. True if the file is connected to a TTY device.");
1045 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 578 if hasattr(os, "isatty"):
579 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)

Completed in 1792 milliseconds

<<1112131415