HomeSort by relevance Sort by last modified time
    Searched full:isatty (Results 1 - 25 of 574) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aidl/
aidl_language.cpp 7 int isatty(int fd) function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
isatty.c 12 int isatty(int fd) { function
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
setup.c 11 if (use_browser < 2 && (!isatty(1) || dump_trace))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
test_StringIO.py 86 self.assertRaises(TypeError, f.isatty, None)
87 self.assertEqual(f.isatty(), False)
89 self.assertRaises(ValueError, f.isatty)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
test_StringIO.py 86 self.assertRaises(TypeError, f.isatty, None)
87 self.assertEqual(f.isatty(), False)
89 self.assertRaises(ValueError, f.isatty)
  /external/lldb/test/
progress.py 92 if hasattr(self.stdout, 'isatty') and self.stdout.isatty():
124 isatty = hasattr(self.stdout, 'isatty') and self.stdout.isatty()
125 if isatty:
135 if isatty:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
real_node.h 37 virtual Error Isatty();
real_node.cc 92 Error RealNode::Isatty() {
94 // isatty is not yet hooked up to the IRT interface under glibc.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pager.c 49 if (!isatty(1))
80 if (isatty(2))
color.c 151 stdout_is_tty = isatty(1);
179 if (isatty(1) || pager_in_use())
204 if (isatty(fileno(fp)) || pager_in_use())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream_unittest.py 39 isatty = False variable in class:RegularTest
44 self.stream.isatty = lambda: self.isatty
112 isatty = True variable in class:TtyTest
128 isatty = False variable in class:VerboseTest
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 73 OP(dev_fdio, isatty); \
161 int WRAP(isatty)(int fd, int* result) {
297 CHECK_REAL(isatty);
298 // The real isatty function can be NULL (for example if we are running
300 if (REAL(isatty) == NULL) {
304 return REAL(isatty)(fd, result);
  /external/bison/lib/
binary-io.h 61 # include <unistd.h> /* declares isatty() */
65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0))
  /bionic/libc/bionic/
isatty.c 34 isatty (int fd) function
pty.cpp 85 if (!isatty(fd)) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.h 43 virtual Error Isatty() { return 0; }
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_node.h 38 MOCK_METHOD0(Isatty, Error());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 37 # define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 37 # define isatty _isatty macro
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 39 if (::isatty(1)) return Usage(argv[0]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 46 # define isatty _isatty macro
  /external/chromium_org/third_party/cython/src/Cython/Includes/posix/
unistd.pxd 86 int isatty(int)

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 91011>>