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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
isatty.c 12 int isatty(int fd) { function
  /bionic/libc/bionic/
isatty.c 34 isatty (int fd) function
pty.cpp 85 if (!isatty(fd)) {
  /frameworks/base/tools/aidl/
aidl_language.cpp 7 int isatty(int fd) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
setup.c 11 if (use_browser < 2 && (!isatty(1) || dump_trace))
  /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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pager.c 49 if (!isatty(1))
80 if (isatty(2))
  /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/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/third_party/ots/test/
ot-sanitise.cc 39 if (::isatty(1)) return Usage(argv[0]);
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 71 if (Libcore.os.isatty(this)) {
Console.java 44 if (!Libcore.os.isatty(FileDescriptor.in) || !Libcore.os.isatty(FileDescriptor.out)) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 72 if (couldbetty && isatty(fp->_file))
  /external/chromium_org/build/linux/
install-arm-sysroot.py 68 if os.isatty(sys.stdout.fileno()):
  /external/lldb/tools/debugserver/source/
TTYState.cpp 34 if (fd >= 0 && ::isatty (fd))
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 38 #define isatty _isatty macro
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 121 extern int isatty(int fildes);
  /external/e2fsprogs/e2fsck/
iscan.c 27 extern int isatty(int);
  /external/e2fsprogs/lib/et/
com_err.c 47 if (!isatty(fd))
  /external/libvpx/libvpx/
tools_common.h 43 #define isatty _isatty macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 43 #define isatty _isatty macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
__init__.py 36 def isatty(self): member in class:_GdbFile

Completed in 1034 milliseconds

1 2 3 4 5 6 7 8 91011