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

/external/chromium_org/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")) {
2608 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2610 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2611 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")) {
2608 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
2609 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
2610 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
2611 String::CStringEquals(gtest_color, "1");
/external/llvm/utils/unittest/googletest/src/
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/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");
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
4072 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
4092 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
4093 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
4094 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
4095 String::CStringEquals(gtest_color, "1");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
4072 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) {
4092 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") ||
4093 String::CaseInsensitiveCStringEquals(gtest_color, "true") ||
4094 String::CaseInsensitiveCStringEquals(gtest_color, "t") ||
4095 String::CStringEquals(gtest_color, "1");

Completed in 1551 milliseconds