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

1 2 34 5 6 7 8 91011>>

  /external/toolchain-utils/automation/common/
command_executer_test.py 177 return sys.stdout.isatty()
180 return sys.stderr.isatty()
  /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):
  /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):
  /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):
  /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):
  /external/toybox/kconfig/
conf.c 506 valid_stdin = isatty(0) && isatty(1) && isatty(2);
  /system/core/adb/
sysdeps.h 161 // Standard Windows isatty() returns 1 for both console FDs and character
170 #define isatty ___xxx_isatty macro
493 return isatty(fd);
495 #define isatty ___xxx_isatty
  /art/tools/checker/common/
logger.py 29 if not out.isatty():
  /bionic/libc/bionic/
pty.cpp 94 if (!isatty(fd)) {
  /device/generic/goldfish/wifi/execns/
execns.cpp 222 isTerminal = isatty(STDOUT_FILENO) != 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
markov.py 72 if f.isatty():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
91 def isatty(self): member in class:Chunk
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fileio.py 94 self.assertTrue(not f.isatty())
107 methods = ['fileno', 'isatty', 'read', 'readinto',
207 self.assertEqual(f.isatty(), False)
254 self.assertEqual(f.isatty(), False)
273 self.assertEqual(f.isatty(), True)
  /external/brotli/python/
bro.py 128 if sys.stdin.isatty():
  /external/curl/src/
tool_cfgable.h 264 bool isatty; /* Updated internally if output is a tty */ member in struct:GlobalConfig
  /external/elfutils/lib/
color.c 122 = isatty (STDOUT_FILENO) ? color_always : color_never;
  /external/libpcap/lbl/
os-sunos4.h 111 int isatty(int);
  /external/python/cpython2/Demo/scripts/
markov.py 72 if f.isatty():
  /external/python/cpython2/Lib/bsddb/
dbrecio.py 9 flag = f.isatty() # always false
49 def isatty(self): member in class:DBRecIO
  /external/python/cpython2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
93 def isatty(self): member in class:Chunk
  /external/python/cpython2/Lib/test/
test_fileio.py 115 self.assertFalse(f.isatty())
128 methods = ['fileno', 'isatty', 'seekable', 'readable', 'writable',
245 self.assertEqual(f.isatty(), False)
292 self.assertEqual(f.isatty(), False)
314 self.assertEqual(f.isatty(), True)
  /external/python/cpython3/Lib/
chunk.py 41 read, close, seek, tell, isatty.
93 def isatty(self): member in class:Chunk
  /external/python/cpython3/Tools/demo/
markov.py 76 if f.isatty():
  /external/tcpdump/lbl/
os-sunos4.h 112 int isatty(int);
  /external/toybox/lib/
interestingtimes.c 12 for (i = 0; i<3; i++) if (isatty(j = (i+1)%3)) return j;

Completed in 957 milliseconds

1 2 34 5 6 7 8 91011>>