Home
last modified time | relevance | path

Searched refs:expected_to_be_substring (Results 1 – 8 of 8) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc1118 bool expected_to_be_substring, in IsSubstringImpl() argument
1121 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
1130 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
/external/protobuf/gtest/src/
Dgtest.cc1242 bool expected_to_be_substring, in IsSubstringImpl() argument
1245 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
1254 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
/external/chromium/testing/gtest/src/
Dgtest.cc1258 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/gtest/src/
Dgtest.cc1258 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/open-vcdiff/gtest/src/
Dgtest.cc1272 bool expected_to_be_substring, in IsSubstringImpl() argument
1275 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
1284 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1258 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/
Dgtest.cc1258 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/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc2562 bool expected_to_be_substring, in IsSubstringImpl() argument
2565 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()
2573 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()