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

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1518 // IsSubstring() and IsNotSubstring() are intended to be used as the
1532 GTEST_API_ AssertionResult IsNotSubstring(
1535 GTEST_API_ AssertionResult IsNotSubstring(
1541 GTEST_API_ AssertionResult IsNotSubstring(
1549 GTEST_API_ AssertionResult IsNotSubstring(
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1512 // IsSubstring() and IsNotSubstring() are intended to be used as the
1526 GTEST_API_ AssertionResult IsNotSubstring(
1529 GTEST_API_ AssertionResult IsNotSubstring(
1535 GTEST_API_ AssertionResult IsNotSubstring(
1543 GTEST_API_ AssertionResult IsNotSubstring(
/external/mesa3d/src/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/protobuf/gtest/include/gtest/
H A Dgtest.h1442 // IsSubstring() and IsNotSubstring() are intended to be used as the
1456 GTEST_API_ AssertionResult IsNotSubstring(
1459 GTEST_API_ AssertionResult IsNotSubstring(
1465 GTEST_API_ AssertionResult IsNotSubstring(
1473 GTEST_API_ AssertionResult IsNotSubstring(
/external/gtest/include/gtest/
H A Dgtest.h1640 // IsSubstring() and IsNotSubstring() are intended to be used as the
1654 GTEST_API_ AssertionResult IsNotSubstring(
1657 GTEST_API_ AssertionResult IsNotSubstring(
1663 GTEST_API_ AssertionResult IsNotSubstring(
1671 GTEST_API_ AssertionResult IsNotSubstring(
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc129 using testing::IsNotSubstring;
2570 // Tests for ::testing::IsNotSubstring().
2572 // Tests that IsNotSubstring() returns the correct result when the input
2575 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2576 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2579 // Tests that IsNotSubstring() returns the correct result when the input
2582 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2583 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2586 // Tests that IsNotSubstring() generates the correct message when the input
2593 IsNotSubstring(
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc133 using testing::IsNotSubstring;
2745 // Tests for ::testing::IsNotSubstring().
2747 // Tests that IsNotSubstring() returns the correct result when the input
2750 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2751 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2754 // Tests that IsNotSubstring() returns the correct result when the input
2757 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2758 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2761 // Tests that IsNotSubstring() generates the correct message when the input
2768 IsNotSubstring(
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc221 using testing::IsNotSubstring;
2600 // Tests for ::testing::IsNotSubstring().
2602 // Tests that IsNotSubstring() returns the correct result when the input
2605 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2606 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2609 // Tests that IsNotSubstring() returns the correct result when the input
2612 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2613 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2616 // Tests that IsNotSubstring() generates the correct message when the input
2623 IsNotSubstring(
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1226 // Helper functions for implementing IsSubString() and IsNotSubstring().
1253 // This function implements either IsSubstring() or IsNotSubstring(),
1277 // IsSubstring() and IsNotSubstring() check whether needle is a
1293 AssertionResult IsNotSubstring( function in namespace:testing
1299 AssertionResult IsNotSubstring( function in namespace:testing
1311 AssertionResult IsNotSubstring( function in namespace:testing
1324 AssertionResult IsNotSubstring( function in namespace:testing
/external/gtest/src/
H A Dgtest.cc1228 // Helper functions for implementing IsSubString() and IsNotSubstring().
1255 // This function implements either IsSubstring() or IsNotSubstring(),
1279 // IsSubstring() and IsNotSubstring() check whether needle is a
1295 AssertionResult IsNotSubstring( function in namespace:testing
1301 AssertionResult IsNotSubstring( function in namespace:testing
1313 AssertionResult IsNotSubstring( function in namespace:testing
1326 AssertionResult IsNotSubstring( function in namespace:testing
/external/llvm/utils/unittest/googletest/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/mesa3d/src/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/protobuf/gtest/src/
H A Dgtest.cc1247 // Helper functions for implementing IsSubString() and IsNotSubstring().
1274 // This function implements either IsSubstring() or IsNotSubstring(),
1299 // IsSubstring() and IsNotSubstring() check whether needle is a
1315 AssertionResult IsNotSubstring( function in namespace:testing
1321 AssertionResult IsNotSubstring( function in namespace:testing
1333 AssertionResult IsNotSubstring( function in namespace:testing
1346 AssertionResult IsNotSubstring( function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2712 // Helper functions for implementing IsSubString() and IsNotSubstring().
2739 // This function implements either IsSubstring() or IsNotSubstring(),
2763 // IsSubstring() and IsNotSubstring() check whether needle is a
2779 AssertionResult IsNotSubstring( function in namespace:testing
2785 AssertionResult IsNotSubstring( function in namespace:testing
2797 AssertionResult IsNotSubstring( function in namespace:testing
2810 AssertionResult IsNotSubstring( function in namespace:testing
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2587 // Helper functions for implementing IsSubString() and IsNotSubstring().
2614 // This function implements either IsSubstring() or IsNotSubstring(),
2639 // IsSubstring() and IsNotSubstring() check whether needle is a
2655 AssertionResult IsNotSubstring( function in namespace:testing
2661 AssertionResult IsNotSubstring( function in namespace:testing
2673 AssertionResult IsNotSubstring( function in namespace:testing
2686 AssertionResult IsNotSubstring( function in namespace:testing
H A Dgtest.h17030 // IsSubstring() and IsNotSubstring() are intended to be used as the
17044 GTEST_API_ AssertionResult IsNotSubstring(
17047 GTEST_API_ AssertionResult IsNotSubstring(
17053 GTEST_API_ AssertionResult IsNotSubstring(
17061 GTEST_API_ AssertionResult IsNotSubstring(
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19053 // IsSubstring() and IsNotSubstring() are intended to be used as the
19067 GTEST_API_ AssertionResult IsNotSubstring(
19070 GTEST_API_ AssertionResult IsNotSubstring(
19076 GTEST_API_ AssertionResult IsNotSubstring(
19084 GTEST_API_ AssertionResult IsNotSubstring(

Completed in 388 milliseconds