Searched refs:expected_to_be_substring (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 1259 bool expected_to_be_substring, in IsSubstringImpl() argument 1262 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1270 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1585 bool expected_to_be_substring, in IsSubstringImpl() argument 1588 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1596 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1584 bool expected_to_be_substring, in IsSubstringImpl() argument 1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1595 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1584 bool expected_to_be_substring, in IsSubstringImpl() argument 1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1595 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 1629 bool expected_to_be_substring, in IsSubstringImpl() argument 1632 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1640 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 1602 bool expected_to_be_substring, in IsSubstringImpl() argument 1605 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1613 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 3032 bool expected_to_be_substring, in IsSubstringImpl() argument 3035 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 3043 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|