Searched refs:EndsWithCaseInsensitive (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-string.h144 static bool EndsWithCaseInsensitive(
/external/gtest/include/gtest/internal/
H A Dgtest-string.h144 static bool EndsWithCaseInsensitive(
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc126 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
H A Dgtest.cc1910 bool String::EndsWithCaseInsensitive( function in class:testing::internal::String
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
H A Dgtest.cc1679 bool String::EndsWithCaseInsensitive(const char* suffix) const { function in class:testing::internal::String
/external/gtest/src/
H A Dgtest-filepath.cc121 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
H A Dgtest.cc1626 bool String::EndsWithCaseInsensitive( function in class:testing::internal::String
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc118 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
H A Dgtest.cc1679 bool String::EndsWithCaseInsensitive(const char* suffix) const { function in class:testing::internal::String
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
H A Dgtest.cc1679 bool String::EndsWithCaseInsensitive(const char* suffix) const { function in class:testing::internal::String
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc105 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
H A Dgtest.cc1666 bool String::EndsWithCaseInsensitive(const char* suffix) const { function in class:testing::internal::String
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1000 // Tests String::EndsWithCaseInsensitive().
1001 TEST(StringTest, EndsWithCaseInsensitive) {
1002 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR"));
1003 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar"));
1004 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", ""));
1005 EXPECT_TRUE(String::EndsWithCaseInsensitive("", ""));
1007 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo"));
1008 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo"));
1009 EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo"));
/external/gtest/test/
H A Dgtest_unittest.cc1007 // Tests String::EndsWithCaseInsensitive().
1008 TEST(StringTest, EndsWithCaseInsensitive) {
1009 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR"));
1010 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar"));
1011 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", ""));
1012 EXPECT_TRUE(String::EndsWithCaseInsensitive("", ""));
1014 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo"));
1015 EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo"));
1016 EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo"));
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1314 // Tests String::EndsWithCaseInsensitive().
1315 TEST(StringTest, EndsWithCaseInsensitive) {
1316 EXPECT_TRUE(String("foobar").EndsWithCaseInsensitive("BAR"));
1317 EXPECT_TRUE(String("foobaR").EndsWithCaseInsensitive("bar"));
1318 EXPECT_TRUE(String("foobar").EndsWithCaseInsensitive(""));
1319 EXPECT_TRUE(String("").EndsWithCaseInsensitive(""));
1321 EXPECT_FALSE(String("Foobar").EndsWithCaseInsensitive("foo"));
1322 EXPECT_FALSE(String("foobar").EndsWithCaseInsensitive("Foo"));
1323 EXPECT_FALSE(String("").EndsWithCaseInsensitive("foo"));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3110 bool String::EndsWithCaseInsensitive( function in class:testing::internal::String
7953 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3110 bool String::EndsWithCaseInsensitive( function in class:testing::internal::String
7955 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3465 static bool EndsWithCaseInsensitive(
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3465 static bool EndsWithCaseInsensitive(

Completed in 934 milliseconds