Home
last modified time | relevance | path

Searched refs:MatchRepetitionAndRegexAtHead (Results 1 – 25 of 28) sorted by relevance

12

/external/protobuf/gtest/test/
Dgtest-port_test.cc541 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
543 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
546 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
548 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
549 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
553 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); in TEST()
556 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
558 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
560 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
564 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc734 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
736 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
739 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
741 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
742 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
746 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); in TEST()
749 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
751 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
753 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
757 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); in TEST()
[all …]
/external/googletest/googletest/test/
Dgtest-port_test.cc766 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
768 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
771 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
773 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
774 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
778 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); in TEST()
781 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
783 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
785 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
789 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); in TEST()
[all …]
/external/v8/testing/gtest/test/
Dgtest-port_test.cc766 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
768 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
771 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
773 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
774 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
778 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); in TEST()
781 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
783 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
785 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
789 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); in TEST()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc771 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
773 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
776 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
778 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
779 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
783 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); in TEST()
786 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
788 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
790 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
794 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); in TEST()
[all …]
/external/protobuf/gtest/src/
Dgtest-port.cc293 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
337 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h967 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc295 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
339 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h926 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc295 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
339 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc320 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
364 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h941 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/mesa3d/src/gtest/src/
Dgtest-port.cc320 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
364 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h954 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc703 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
747 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-port.cc.orig320 bool MatchRepetitionAndRegexAtHead(
361 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
364 return MatchRepetitionAndRegexAtHead(
Dgtest-internal-inl.h954 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/v8/testing/gtest/src/
Dgtest-port.cc726 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
770 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h945 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc744 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
788 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h945 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/googletest/googletest/src/
Dgtest-port.cc744 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
788 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
Dgtest-internal-inl.h945 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h923 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc1361 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
7876 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
7920 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()

12