HomeSort by relevance Sort by last modified time
    Searched full:isatty (Results 326 - 350 of 669) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 319 int __cdecl isatty(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 285 if not sys.__stdout__.isatty():
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 78 int (*isatty) (host_callback *, int);
77 int (*isatty) (host_callback *, int); member in struct:host_callback_struct
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
mocha.js 737 exports.isatty = function(){
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryrequest.py 43 if debugger_flag and sys.stdout.isatty() and sys.stdin.isatty():
  /external/iputils/
clockdiff.c 596 if (isatty(fileno(stdin)) && isatty(fileno(stdout)))
  /external/lz4/programs/
lz4io.c 77 # include <unistd.h> /* isatty */
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/gdb/linux-x86/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
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/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
tempfile.py 560 def isatty(self): member in class:SpooledTemporaryFile
561 return self._file.isatty()
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 672 return sys.stdout.isatty() and sys.stderr.isatty() and sys.stdin.isatty()
    [all...]
  /external/libedit/src/
tty.c 49 #include <unistd.h> /* for isatty */
500 if (!isatty(el->el_outfd)) {
502 (void) fprintf(el->el_errfile, "%s: isatty: %s\n", __func__,
    [all...]

Completed in 889 milliseconds

<<11121314151617181920>>