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

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Lib/idlelib/idle_test/
test_iomenu.py 51 self.assertTrue(f.isatty())
141 self.assertTrue(f.isatty())
  /external/python/cpython3/Lib/
_pyio.py 102 * "Interactive" text files (files for which isatty() returns True)
214 if buffering == 1 or buffering < 0 and raw.isatty():
472 def isatty(self): member in class:IOBase
828 def isatty(self): member in class:_BufferedIOMixin
829 return self.raw.isatty()
1308 def isatty(self): member in class:BufferedRWPair
1697 def isatty(self): member in class:FileIO
2047 def isatty(self): member in class:TextIOWrapper
    [all...]
tempfile.py 711 def isatty(self): member in class:SpooledTemporaryFile
712 return self._file.isatty()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 553 def isatty(self): member in class:SpooledTemporaryFile
554 return self._file.isatty()
  /external/curl/src/
tool_cb_dbg.c 146 if(!config->isatty || ((output != stderr) && (output != stdout))) {
  /external/libgsm/add-test/
add_test.c 202 interactive = isatty(fileno(in));
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 384 if (isatty(fileno(stdin)))
  /external/python/cpython2/Lib/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 582 def isatty(self): member in class:SpooledTemporaryFile
583 return self._file.isatty()
  /external/python/cpython3/Lib/test/
test_fileio.py 181 self.assertFalse(f.isatty())
194 methods = ['fileno', 'isatty', 'seekable', 'readable', 'writable',
309 self.assertEqual(f.isatty(), False)
365 self.assertEqual(f.isatty(), False)
384 self.assertEqual(f.isatty(), True)
  /external/toybox/toys/pending/
sh.c 317 if (isatty(0)) toys.optflags |= FLAG_i;
  /external/wayland/tests/
test-runner.c 357 if (isatty(fileno(stderr)))
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 80 if not out.isatty():
118 if sys.stdout.isatty():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 8 flag = f.isatty() # always false
88 def isatty(self): member in class:StringIO
  /development/tools/
monkey 15 if sys.stdout.isatty():
  /external/iputils/
clockdiff.c 596 if (isatty(fileno(stdin)) && isatty(fileno(stdout)))
  /external/perfetto/tools/trace_to_text/
main.cc 97 if (!isatty(STDOUT_FILENO))
196 if (written_events++ % 100 == 0 && !isatty(STDOUT_FILENO)) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 374 milliseconds

1 2 3 4 56 7 8 91011>>