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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2210 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2212 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2228 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2229 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2230 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2231 String::CStringEquals(gtest_color, "1");
/external/gtest/src/
H A Dgtest.cc2513 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2515 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2531 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2532 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2533 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2534 String::CStringEquals(gtest_color, "1");
/external/protobuf/gtest/src/
H A Dgtest.cc2557 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2559 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2577 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2578 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2579 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2580 String::CStringEquals(gtest_color, "1");

Completed in 35 milliseconds