Home
last modified time | relevance | path

Searched refs:gtest_color (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2560 const char* const gtest_color = GTEST_FLAG(color).c_str(); in ShouldUseColor() local
2562 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2582 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2583 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2584 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
2585 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()