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

1 2 3 45 6 7 8 91011>>

  /external/toybox/toys/other/
login.c 54 for (tty=0; tty<3; tty++) if (isatty(tty)) break;
vmstat.c 100 if (isatty(1)) terminal_size(0, &rows);
  /external/vixl/tools/
clang_format.py 44 is_output_redirected = not sys.stdout.isatty()
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbrecio.py 9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
_pyio.py 101 * "Interactive" text files (files for which isatty() returns True)
196 if buffering == 1 or buffering < 0 and raw.isatty():
443 def isatty(self): member in class:IOBase
781 def isatty(self): member in class:_BufferedIOMixin
782 return self.raw.isatty()
1215 def isatty(self): member in class:BufferedRWPair
1589 def isatty(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fileio.py 116 self.assertTrue(not f.isatty())
129 methods = ['fileno', 'isatty', 'read', 'readinto',
237 self.assertEqual(f.isatty(), False)
284 self.assertEqual(f.isatty(), False)
303 self.assertEqual(f.isatty(), True)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbrecio.py 9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
_pyio.py 101 * "Interactive" text files (files for which isatty() returns True)
196 if buffering == 1 or buffering < 0 and raw.isatty():
443 def isatty(self): member in class:IOBase
781 def isatty(self): member in class:_BufferedIOMixin
782 return self.raw.isatty()
1215 def isatty(self): member in class:BufferedRWPair
1589 def isatty(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fileio.py 116 self.assertTrue(not f.isatty())
129 methods = ['fileno', 'isatty', 'read', 'readinto',
237 self.assertEqual(f.isatty(), False)
284 self.assertEqual(f.isatty(), False)
303 self.assertEqual(f.isatty(), True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
_pyio.py 101 * "Interactive" text files (files for which isatty() returns True)
196 if buffering == 1 or buffering < 0 and raw.isatty():
443 def isatty(self): member in class:IOBase
781 def isatty(self): member in class:_BufferedIOMixin
782 return self.raw.isatty()
1215 def isatty(self): member in class:BufferedRWPair
1589 def isatty(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 116 self.assertTrue(not f.isatty())
129 methods = ['fileno', 'isatty', 'read', 'readinto',
237 self.assertEqual(f.isatty(), False)
284 self.assertEqual(f.isatty(), False)
303 self.assertEqual(f.isatty(), True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
_pyio.py 101 * "Interactive" text files (files for which isatty() returns True)
196 if buffering == 1 or buffering < 0 and raw.isatty():
443 def isatty(self): member in class:IOBase
781 def isatty(self): member in class:_BufferedIOMixin
782 return self.raw.isatty()
1215 def isatty(self): member in class:BufferedRWPair
1589 def isatty(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 116 self.assertTrue(not f.isatty())
129 methods = ['fileno', 'isatty', 'read', 'readinto',
237 self.assertEqual(f.isatty(), False)
284 self.assertEqual(f.isatty(), False)
303 self.assertEqual(f.isatty(), True)
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 258 if (isatty(STDIN_FILENO)) {
310 if (isatty(STDIN_FILENO)) {
  /external/python/cpython3/Python/
pylifecycle.c 1071 int buffering, isatty; local
1073 _Py_IDENTIFIER(isatty);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 100 * "Interactive" text files (files for which isatty() returns True)
195 if buffering == 1 or buffering < 0 and raw.isatty():
440 def isatty(self): member in class:IOBase
775 def isatty(self): member in class:_BufferedIOMixin
776 return self.raw.isatty()
1208 def isatty(self): member in class:BufferedRWPair
1578 def isatty(self): member in class:TextIOWrapper
    [all...]
  /external/python/cpython2/Lib/
_pyio.py 102 * "Interactive" text files (files for which isatty() returns True)
199 if buffering == 1 or buffering < 0 and raw.isatty():
452 def isatty(self): member in class:IOBase
788 def isatty(self): member in class:_BufferedIOMixin
789 return self.raw.isatty()
1224 def isatty(self): member in class:BufferedRWPair
1603 def isatty(self): member in class:TextIOWrapper
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 119 /** The isatty() function tests whether fd, an open file descriptor,
129 isatty (int fd) function
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 60 self.assertTrue(f.isatty())
171 self.assertTrue(f.isatty())

Completed in 732 milliseconds

1 2 3 45 6 7 8 91011>>