Searched refs:IsNotSubstring (Results 1 - 20 of 20) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h798 // IsSubstring() and IsNotSubstring() are intended to be used as the
812 AssertionResult IsNotSubstring(
815 AssertionResult IsNotSubstring(
822 AssertionResult IsNotSubstring(
831 AssertionResult IsNotSubstring(
H A Dgtest.cc1085 // Helper functions for implementing IsSubString() and IsNotSubstring().
1112 // This function implements either IsSubstring() or IsNotSubstring(),
1137 // IsSubstring() and IsNotSubstring() check whether needle is a
1153 AssertionResult IsNotSubstring( function in namespace:testing
1159 AssertionResult IsNotSubstring( function in namespace:testing
1172 AssertionResult IsNotSubstring( function in namespace:testing
1186 AssertionResult IsNotSubstring( function in namespace:testing
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1508 // IsSubstring() and IsNotSubstring() are intended to be used as the
1522 GTEST_API_ AssertionResult IsNotSubstring(
1525 GTEST_API_ AssertionResult IsNotSubstring(
1531 GTEST_API_ AssertionResult IsNotSubstring(
1539 GTEST_API_ AssertionResult IsNotSubstring(
/external/gtest/include/gtest/
H A Dgtest.h1508 // IsSubstring() and IsNotSubstring() are intended to be used as the
1522 GTEST_API_ AssertionResult IsNotSubstring(
1525 GTEST_API_ AssertionResult IsNotSubstring(
1531 GTEST_API_ AssertionResult IsNotSubstring(
1539 GTEST_API_ AssertionResult IsNotSubstring(
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1508 // IsSubstring() and IsNotSubstring() are intended to be used as the
1522 GTEST_API_ AssertionResult IsNotSubstring(
1525 GTEST_API_ AssertionResult IsNotSubstring(
1531 GTEST_API_ AssertionResult IsNotSubstring(
1539 GTEST_API_ AssertionResult IsNotSubstring(
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1510 // IsSubstring() and IsNotSubstring() are intended to be used as the
1524 GTEST_API_ AssertionResult IsNotSubstring(
1527 GTEST_API_ AssertionResult IsNotSubstring(
1533 GTEST_API_ AssertionResult IsNotSubstring(
1541 GTEST_API_ AssertionResult IsNotSubstring(
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h1447 // IsSubstring() and IsNotSubstring() are intended to be used as the
1461 AssertionResult IsNotSubstring(
1464 AssertionResult IsNotSubstring(
1471 AssertionResult IsNotSubstring(
1480 AssertionResult IsNotSubstring(
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1365 // IsSubstring() and IsNotSubstring() are intended to be used as the
1379 AssertionResult IsNotSubstring(
1382 AssertionResult IsNotSubstring(
1389 AssertionResult IsNotSubstring(
1398 AssertionResult IsNotSubstring(
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc132 using testing::IsNotSubstring;
2630 // Tests for ::testing::IsNotSubstring().
2632 // Tests that IsNotSubstring() returns the correct result when the input
2635 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2636 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2639 // Tests that IsNotSubstring() returns the correct result when the input
2642 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2643 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2646 // Tests that IsNotSubstring() generates the correct message when the input
2653 IsNotSubstring(
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc132 using testing::IsNotSubstring;
2630 // Tests for ::testing::IsNotSubstring().
2632 // Tests that IsNotSubstring() returns the correct result when the input
2635 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2636 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2639 // Tests that IsNotSubstring() returns the correct result when the input
2642 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2643 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2646 // Tests that IsNotSubstring() generates the correct message when the input
2653 IsNotSubstring(
[all...]
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_unittest.cc132 using testing::IsNotSubstring;
2630 // Tests for ::testing::IsNotSubstring().
2632 // Tests that IsNotSubstring() returns the correct result when the input
2635 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2636 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2639 // Tests that IsNotSubstring() returns the correct result when the input
2642 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2643 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2646 // Tests that IsNotSubstring() generates the correct message when the input
2653 IsNotSubstring(
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc138 using testing::IsNotSubstring;
2877 // Tests for ::testing::IsNotSubstring().
2879 // Tests that IsNotSubstring() returns the correct result when the input
2882 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2883 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2886 // Tests that IsNotSubstring() returns the correct result when the input
2889 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2890 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2893 // Tests that IsNotSubstring() generates the correct message when the input
2900 IsNotSubstring(
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest.cc1225 // Helper functions for implementing IsSubString() and IsNotSubstring().
1252 // This function implements either IsSubstring() or IsNotSubstring(),
1276 // IsSubstring() and IsNotSubstring() check whether needle is a
1292 AssertionResult IsNotSubstring( function in namespace:testing
1298 AssertionResult IsNotSubstring( function in namespace:testing
1310 AssertionResult IsNotSubstring( function in namespace:testing
1323 AssertionResult IsNotSubstring( function in namespace:testing
/external/gtest/src/
H A Dgtest.cc1225 // Helper functions for implementing IsSubString() and IsNotSubstring().
1252 // This function implements either IsSubstring() or IsNotSubstring(),
1276 // IsSubstring() and IsNotSubstring() check whether needle is a
1292 AssertionResult IsNotSubstring( function in namespace:testing
1298 AssertionResult IsNotSubstring( function in namespace:testing
1310 AssertionResult IsNotSubstring( function in namespace:testing
1323 AssertionResult IsNotSubstring( function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc1225 // Helper functions for implementing IsSubString() and IsNotSubstring().
1252 // This function implements either IsSubstring() or IsNotSubstring(),
1276 // IsSubstring() and IsNotSubstring() check whether needle is a
1292 AssertionResult IsNotSubstring( function in namespace:testing
1298 AssertionResult IsNotSubstring( function in namespace:testing
1310 AssertionResult IsNotSubstring( function in namespace:testing
1323 AssertionResult IsNotSubstring( function in namespace:testing
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1225 // Helper functions for implementing IsSubString() and IsNotSubstring().
1252 // This function implements either IsSubstring() or IsNotSubstring(),
1276 // IsSubstring() and IsNotSubstring() check whether needle is a
1292 AssertionResult IsNotSubstring( function in namespace:testing
1298 AssertionResult IsNotSubstring( function in namespace:testing
1310 AssertionResult IsNotSubstring( function in namespace:testing
1323 AssertionResult IsNotSubstring( function in namespace:testing
/external/open-vcdiff/gtest/src/
H A Dgtest.cc1239 // Helper functions for implementing IsSubString() and IsNotSubstring().
1266 // This function implements either IsSubstring() or IsNotSubstring(),
1291 // IsSubstring() and IsNotSubstring() check whether needle is a
1307 AssertionResult IsNotSubstring( function in namespace:testing
1313 AssertionResult IsNotSubstring( function in namespace:testing
1326 AssertionResult IsNotSubstring( function in namespace:testing
1340 AssertionResult IsNotSubstring( function in namespace:testing
/external/protobuf/gtest/src/
H A Dgtest.cc1209 // Helper functions for implementing IsSubString() and IsNotSubstring().
1236 // This function implements either IsSubstring() or IsNotSubstring(),
1261 // IsSubstring() and IsNotSubstring() check whether needle is a
1277 AssertionResult IsNotSubstring( function in namespace:testing
1283 AssertionResult IsNotSubstring( function in namespace:testing
1296 AssertionResult IsNotSubstring( function in namespace:testing
1310 AssertionResult IsNotSubstring( function in namespace:testing
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc2529 // Helper functions for implementing IsSubString() and IsNotSubstring().
2556 // This function implements either IsSubstring() or IsNotSubstring(),
2580 // IsSubstring() and IsNotSubstring() check whether needle is a
2596 AssertionResult IsNotSubstring( function in namespace:testing
2602 AssertionResult IsNotSubstring( function in namespace:testing
2614 AssertionResult IsNotSubstring( function in namespace:testing
2627 AssertionResult IsNotSubstring( function in namespace:testing
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h18533 // IsSubstring() and IsNotSubstring() are intended to be used as the
18547 GTEST_API_ AssertionResult IsNotSubstring(
18550 GTEST_API_ AssertionResult IsNotSubstring(
18556 GTEST_API_ AssertionResult IsNotSubstring(
18564 GTEST_API_ AssertionResult IsNotSubstring(

Completed in 613 milliseconds