Searched defs:isatty (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbrecio.py9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dchunk.py41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
H A DStringIO.py8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
H A Dtempfile.py560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
H A D_pyio.py101 * "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
1216 return self.reader.isatty() or self.writer.isatty()
1589 def isatty(self): member in class:TextIOWrapper
1590 return self.buffer.isatty()
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbrecio.py9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dchunk.py41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
H A DStringIO.py8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
H A Dtempfile.py560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
H A D_pyio.py101 * "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
1216 return self.reader.isatty() or self.writer.isatty()
1589 def isatty(self): member in class:TextIOWrapper
1590 return self.buffer.isatty()
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
H A D__init__.py36 def isatty(self): member in class:_GdbFile
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
H A D__init__.py36 def isatty(self): member in class:_GdbFile
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
H A DXw32defs.h48 #define isatty _isatty macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
H A DXw32defs.h39 #define isatty _isatty macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
H A DXw32defs.h48 #define isatty _isatty macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
H A DXw32defs.h39 #define isatty _isatty macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
H A DXw32defs.h48 #define isatty _isatty macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
H A DXw32defs.h39 #define isatty _isatty macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py1413 def __init__(self, isatty):
1415 self._isatty = isatty
1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
1421 self.assertFalse(pair.isatty())
1424 self.assertTrue(pair.isatty())
1427 self.assertTrue(pair.isatty())
1430 self.assertTrue(pair.isatty())
2704 self.assertRaises(ValueError, f.isatty)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py1413 def __init__(self, isatty):
1415 self._isatty = isatty
1417 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
1421 self.assertFalse(pair.isatty())
1424 self.assertTrue(pair.isatty())
1427 self.assertTrue(pair.isatty())
1430 self.assertTrue(pair.isatty())
2704 self.assertRaises(ValueError, f.isatty)
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 405 milliseconds

12