Searched defs:IsATTY (Results 1 - 11 of 11) 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/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.h2355 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2362 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2364 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2390 inline int IsATTY(int fd) { return isatty(fd); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2319 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2326 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2328 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2354 inline int IsATTY(int fd) { return isatty(fd); }
/external/mesa3d/src/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/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/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 754 milliseconds