Searched refs:COLOR_DEFAULT (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest.cc2551 COLOR_DEFAULT, enumerator in enum:testing::internal::GTestColor
2571 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2629 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
4671 GTestColor color = COLOR_DEFAULT; // The current color.
4691 color = COLOR_DEFAULT;
/external/gtest/src/
H A Dgtest.cc2551 COLOR_DEFAULT, enumerator in enum:testing::internal::GTestColor
2571 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2629 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
4671 GTestColor color = COLOR_DEFAULT; // The current color.
4691 color = COLOR_DEFAULT;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2523 COLOR_DEFAULT, enumerator in enum:testing::internal::GTestColor
2543 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2601 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
4639 GTestColor color = COLOR_DEFAULT; // The current color.
4659 color = COLOR_DEFAULT;
/external/protobuf/gtest/src/
H A Dgtest.cc2522 COLOR_DEFAULT, enumerator in enum:testing::internal::GTestColor
2542 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2599 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
4428 GTestColor color = COLOR_DEFAULT; // The current color.
4448 color = COLOR_DEFAULT;

Completed in 96 milliseconds