HomeSort by relevance Sort by last modified time
    Searched defs:IsATTY (Results 1 - 5 of 5) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 844 inline int IsATTY(int fd) { return isatty(fd); }
851 inline int IsATTY(int /* fd */) { return 0; }
853 inline int IsATTY(int fd) { return _isatty(fd); }
879 inline int IsATTY(int fd) { return isatty(fd); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 243 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 247 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 251 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 343 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]

Completed in 106 milliseconds