Searched refs:ShouldUseColor (Results 1 - 19 of 19) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_color_test_.cc42 bool ShouldUseColor(bool stdout_is_tty);
46 using testing::internal::ShouldUseColor;
49 // created before main() is entered, and thus that ShouldUseColor()
58 if (ShouldUseColor(true)) {
H A Dgtest_unittest.cc84 bool ShouldUseColor(bool stdout_is_tty);
170 using testing::internal::ShouldUseColor;
6302 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6303 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6306 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6307 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6314 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6317 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6320 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6327 EXPECT_FALSE(ShouldUseColor(tru
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_color_test_.cc49 using testing::internal::ShouldUseColor;
52 // created before main() is entered, and thus that ShouldUseColor()
61 if (ShouldUseColor(true)) {
H A Dgtest_unittest.cc275 using testing::internal::ShouldUseColor;
6576 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6577 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6580 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6581 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6588 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6591 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6594 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6601 EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY.
6602 EXPECT_FALSE(ShouldUseColor(fals
[all...]
/external/gtest/test/
H A Dgtest_color_test_.cc49 using testing::internal::ShouldUseColor;
52 // created before main() is entered, and thus that ShouldUseColor()
61 if (ShouldUseColor(true)) {
H A Dgtest_unittest.cc274 using testing::internal::ShouldUseColor;
6467 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6468 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6471 EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY.
6472 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6479 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6482 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6485 EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY.
6492 EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY.
6493 EXPECT_FALSE(ShouldUseColor(fals
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h115 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
H A Dgtest.cc2870 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2915 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2628 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/gtest/src/
H A Dgtest-internal-inl.h115 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2629 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
H A Dgtest.cc2557 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2600 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2628 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc516 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4069 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
4113 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc516 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4069 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
4113 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/protobuf/gtest/src/
H A Dgtest.cc2556 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2598 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 944 milliseconds