Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 25 of 49) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dbkfile.py20 self.isatty = self.__file.isatty
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_StringIO.py83 self.assertRaises(TypeError, f.isatty, None)
84 self.assertEqual(f.isatty(), False)
86 self.assertRaises(ValueError, f.isatty)
Dtest_openpty.py13 if not os.isatty(slave):
Dtest_pty.py78 self.assertTrue(os.isatty(slave_fd), 'slave_fd is not a tty')
117 if not os.isatty(1):
Dtest_fileio.py94 self.assertTrue(not f.isatty())
207 self.assertEqual(f.isatty(), False)
254 self.assertEqual(f.isatty(), False)
273 self.assertEqual(f.isatty(), True)
Dtest_file2k.py98 self.assertTrue(not f.isatty())
537 self.f.isatty()
Dtest_curses.py280 if not sys.__stdout__.isatty():
Dtest_file.py91 self.assertTrue(not f.isatty())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dmyreadline.c207 if (!isatty (fileno (sys_stdin)) || !isatty (fileno (sys_stdout))) in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c204 if (!isatty (fileno (sys_stdin)) || !isatty (fileno (sys_stdout))) in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c303 int line_buffering, isatty; in io_open() local
428 isatty = PyLong_AsLong(res); in io_open()
430 if (isatty == -1 && PyErr_Occurred()) in io_open()
434 if (buffering == 1 || (buffering < 0 && isatty)) { in io_open()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfrozenmain.c60 if (inspect && isatty((int)fileno(stdin))) in Py_FrozenMain()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
Dexample.py63 def isatty(self): member in cStringIO.InputType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c304 long isatty; in io_open() local
430 isatty = PyLong_AsLong(res); in io_open()
432 if (isatty == -1 && PyErr_Occurred()) in io_open()
436 if (buffering == 1 || (buffering < 0 && isatty)) { in io_open()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiSysCall.h205 int isatty (int fd);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dmakebuf.c95 if (couldbetty || isatty(fp->_file)) in __smakebuf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py195 if buffering == 1 or buffering < 0 and raw.isatty():
440 def isatty(self): member in IOBase
775 def isatty(self): member in _BufferedIOMixin
776 return self.raw.isatty()
1208 def isatty(self): member in BufferedRWPair
1209 return self.reader.isatty() or self.writer.isatty()
1578 def isatty(self): member in TextIOWrapper
1579 return self.buffer.isatty()
Dchunk.py91 def isatty(self): member in Chunk
Dtempfile.py553 def isatty(self): member in SpooledTemporaryFile
554 return self._file.isatty()
DStringIO.py88 def isatty(self): member in StringIO
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmarkov.py72 if f.isatty():
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c129 isatty (int fd) in isatty() function
1196 if(isatty(fildes) && (IIO != NULL)) { in read()
1261 if(isatty(fd) && (IIO != NULL)) { in write()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DStringIO.py88 def isatty(self): member in StringIO
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c533 isatty(fileno(stdin))) { in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c571 isatty(fileno(stdin))) { in Py_Main()

12