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

/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1568 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1575 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1577 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1603 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/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1278 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1285 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1287 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1313 inline int IsATTY(int fd) { return isatty(fd); }
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1560 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1567 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1569 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1595 inline int IsATTY(int fd) { return isatty(fd); }
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1611 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1618 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1620 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
1646 inline int IsATTY(int fd) { return isatty(fd); }
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2306 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2313 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2315 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2341 inline int IsATTY(int fd) { return isatty(fd); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2306 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2313 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2315 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2341 inline int IsATTY(int fd) { return isatty(fd); }
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2310 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2317 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2319 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2345 inline int IsATTY(int fd) { return isatty(fd); }
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1982 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1989 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1991 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2017 inline int IsATTY(int fd) { return isatty(fd); }
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2340 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:std::tr1::posix
2347 inline int IsATTY(int /* fd */) { return 0; } function in namespace:std::tr1::posix
2349 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:std::tr1::posix
2375 inline int IsATTY(int fd) { return isatty(fd); }
/external/fmtlib/test/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 2084 milliseconds