/external/toybox/toys/other/ |
mkpasswd.c | 63 if (isatty(0)) {
|
/external/toybox/toys/pending/ |
sulogin.c | 92 if (!isatty(0)) error_exit("%s: it is not a tty", toys.optargs[0]);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pty.py | 54 # isatty() and close() can hang on some platforms. Set an alarm 65 self.fail("isatty hung") 80 self.assertTrue(os.isatty(slave_fd), 'slave_fd is not a tty') 119 if not os.isatty(1):
|
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/test/ |
test_pty.py | 54 # isatty() and close() can hang on some platforms. Set an alarm 65 self.fail("isatty hung") 80 self.assertTrue(os.isatty(slave_fd), 'slave_fd is not a tty') 119 if not os.isatty(1):
|
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/test/ |
test_pty.py | 54 # isatty() and close() can hang on some platforms. Set an alarm 65 self.fail("isatty hung") 80 self.assertTrue(os.isatty(slave_fd), 'slave_fd is not a tty') 119 if not os.isatty(1):
|
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/test/ |
test_pty.py | 54 # isatty() and close() can hang on some platforms. Set an alarm 65 self.fail("isatty hung") 80 self.assertTrue(os.isatty(slave_fd), 'slave_fd is not a tty') 119 if not os.isatty(1):
|
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/avahi/avahi-ui/ |
bssh.c | 220 if (isatty(0) || !getenv("DISPLAY")) 230 if (isatty(0) || !getenv("DISPLAY"))
|
/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
|
/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
|
/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
|
/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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
cStringIO.so | |
/art/tools/checker/common/ |
logger.py | 29 if not out.isatty():
|
/bionic/libc/kernel/tools/ |
update_all.py | 106 if sys.stdout.isatty():
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
makebuf.c | 71 if (couldbetty && isatty(fp->_file))
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/ |
demonstrate_parser_differences.py | 71 if sys.stdin.isatty():
|
/external/harfbuzz_ng/win32/ |
config.h.win32.in | 56 /* Define to 1 if you have the `isatty' function. */
|