/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 1231 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/ |
D | gtest.cc | 1231 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/ |
D | gtest.cc | 1232 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/ |
D | gtest.cc | 1558 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/ |
D | gtest.cc | 1557 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/ |
D | gtest.cc | 1557 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/ |
D | gtest.cc | 1602 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/ |
D | gtest.cc | 1577 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/ |
D | gtest-all.cc | 3005 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()
|