Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1247 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1247 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1232 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1239 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1248 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1262 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1558 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1565 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1574 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1588 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/mesa3d/src/gtest/src/
Dgtest.cc1557 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1573 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1557 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1573 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1602 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1609 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1618 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1632 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/googletest/googletest/src/
Dgtest.cc1577 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
1583 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
1591 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
1605 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3005 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function
3012 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function
3021 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function
3035 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()