Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/googletest/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h160 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h160 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-string.h160 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1181 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1211 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1596 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1687 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()
2559 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2578 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2579 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2580 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1181 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1211 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1596 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1687 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()
2560 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2579 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2580 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2581 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1182 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1212 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1597 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1688 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()
2589 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2608 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2609 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2610 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1508 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1538 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1906 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1955 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2920 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2944 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2945 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2946 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/mesa3d/src/gtest/src/
Dgtest.cc1507 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1537 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1905 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1954 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2919 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2943 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2944 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2945 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1507 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1537 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1905 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1954 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2919 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2943 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2944 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2945 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1552 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1582 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1950 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1999 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2987 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3011 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3012 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3013 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/googletest/googletest/src/
Dgtest.cc1527 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
1557 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1923 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1970 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2982 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
3006 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
3007 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
3008 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h900 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) { in CaseInsensitiveCStringEquals() function
901 return String::CaseInsensitiveCStringEquals(lhs, rhs); in CaseInsensitiveCStringEquals()
904 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs, in CaseInsensitiveCStringEquals() function
915 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) { in CaseInsensitiveStringEquals()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc2955 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()
2985 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
3353 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
3402 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
4371 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
4395 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
4396 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
4397 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
Dgtest.h4234 static bool CaseInsensitiveCStringEquals(const char* lhs,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h1090 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
1091 return String::CaseInsensitiveCStringEquals(lhs, rhs);
1094 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
1105 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h619 inline bool CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) {
620 return String::CaseInsensitiveCStringEquals(lhs, rhs);
623 inline bool CaseInsensitiveCStringEquals(const wchar_t* lhs,
634 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym21665 FUNC 394ae 1c 0 testing::internal::String::CaseInsensitiveCStringEquals
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym23164 FUNC 55e2c 30 0 testing::internal::String::CaseInsensitiveCStringEquals