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

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream.py 59 self._isatty = self._stream.isatty()
60 self._erasing = self._isatty and not verbose
65 if self._isatty and number_of_columns:
103 elif self._isatty:
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty
  /external/libvpx/libvpx/
tools_common.h 43 #define isatty _isatty
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 43 #define isatty _isatty
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 37 # define isatty _isatty
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 37 # define isatty _isatty
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 38 #define isatty _isatty
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 119 int _isatty(int fd) { function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 260 return _isatty(fd);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 52 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 853 inline int IsATTY(int fd) { return _isatty(fd); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 191 _CRTIMP int __cdecl _isatty(int _FileHandle);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 58 #define isatty(h) _isatty(h)
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 38 #define MY_isatty_fileno(x) _isatty(_fileno(x))
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/sqlite/dist/orig/
shell.c 68 #define isatty(h) _isatty(h)
    [all...]
  /external/sqlite/dist/
shell.c 73 #define isatty(h) _isatty(h)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 1343 milliseconds

1 2