Searched defs:IsATTY (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h844 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
851 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
853 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
879 inline int IsATTY(int fd) { return isatty(fd); }
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1555 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1562 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1564 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1590 inline int IsATTY(int fd) { return isatty(fd); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1565 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1572 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1574 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1600 inline int IsATTY(int fd) { return isatty(fd); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1555 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1562 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1564 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1590 inline int IsATTY(int fd) { return isatty(fd); }
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2197 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2204 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2206 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2232 inline int IsATTY(int fd) { return isatty(fd); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1707 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1714 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1716 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1742 inline int IsATTY(int fd) { return isatty(fd); }
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2814 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:std::tr1::posix
2821 inline int IsATTY(int /* fd */) { return 0; } function in namespace:std::tr1::posix
2823 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:std::tr1::posix
2849 inline int IsATTY(int fd) { return isatty(fd); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2814 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:std::tr1::posix
2821 inline int IsATTY(int /* fd */) { return 0; } function in namespace:std::tr1::posix
2823 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:std::tr1::posix
2849 inline int IsATTY(int fd) { return isatty(fd); }

Completed in 6324 milliseconds