Searched refs:gtest_color (Results 1 - 10 of 10) 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/chromium/testing/gtest/src/
H A Dgtest.cc2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2588 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 String::CStringEquals(gtest_color, "1");
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2492 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2494 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2513 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2514 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2515 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2516 String::CStringEquals(gtest_color, "1");
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2588 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 String::CStringEquals(gtest_color, "1");
/external/gtest/src/
H A Dgtest.cc2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2588 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 String::CStringEquals(gtest_color, "1");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2588 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 String::CStringEquals(gtest_color, "1");
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2558 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2560 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2579 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2580 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2581 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2582 String::CStringEquals(gtest_color, "1");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2588 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 String::CStringEquals(gtest_color, "1");
/external/open-vcdiff/gtest/src/
H A Dgtest.cc2587 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
2589 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
2607 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2608 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2610 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 167 milliseconds