Home
last modified time | relevance | path

Searched defs:isatty (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dchunk.py91 def isatty(self): member in Chunk
DStringIO.py88 def isatty(self): member in StringIO
D_pyio.py440 def isatty(self): member in IOBase
775 def isatty(self): member in _BufferedIOMixin
1208 def isatty(self): member in BufferedRWPair
1578 def isatty(self): member in TextIOWrapper
Dtempfile.py553 def isatty(self): member in SpooledTemporaryFile
/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/Tools/framer/
Dexample.py63 def isatty(self): member in cStringIO.InputType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c303 int line_buffering, isatty; in io_open() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c304 long isatty; in io_open() local
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c129 isatty (int fd) in isatty() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_io.py1299 def __init__(self, isatty): argument
1303 def isatty(self): member in BufferedRWPairTest.test_isatty.SelectableIsAtty