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

/external/protobuf/gtest/test/
H A Dgtest-port_test.cc528 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba"));
530 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab"));
533 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba"));
535 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab"));
536 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##"));
540 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab"));
543 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc"));
545 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc"));
547 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g"));
551 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(fals
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc771 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba"));
773 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab"));
776 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba"));
778 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab"));
779 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##"));
783 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab"));
786 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc"));
788 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc"));
790 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g"));
794 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(fals
[all...]
/external/gtest/test/
H A Dgtest-port_test.cc771 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba"));
773 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab"));
776 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba"));
778 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab"));
779 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##"));
783 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab"));
786 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc"));
788 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc"));
790 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g"));
794 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(fals
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc295 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
339 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h923 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc295 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
339 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h922 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc295 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
339 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h923 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/protobuf/gtest/src/
H A Dgtest-port.cc284 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
325 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
328 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h1143 bool MatchRepetitionAndRegexAtHead(
/external/gtest/src/
H A Dgtest-port.cc321 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
362 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
365 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h954 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc704 bool MatchRepetitionAndRegexAtHead( function in namespace:testing::internal
745 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
748 return MatchRepetitionAndRegexAtHead(
H A Dgtest-internal-inl.h954 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1355 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
8528 bool MatchRepetitionAndRegexAtHead(
8569 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
8572 return MatchRepetitionAndRegexAtHead(
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1355 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
8530 bool MatchRepetitionAndRegexAtHead(
8571 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
8574 return MatchRepetitionAndRegexAtHead(

Completed in 1161 milliseconds