/external/protobuf/gtest/test/ |
D | gtest-port_test.cc | 541 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/ |
D | gtest-port_test.cc | 734 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/gtest/test/ |
D | gtest-port_test.cc | 771 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/ |
D | gtest-port.cc | 293 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 337 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 967 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 295 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 339 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 922 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 295 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 339 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 923 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 320 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 364 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 941 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
|
/external/gtest/src/ |
D | gtest-port.cc | 321 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 365 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 954 GTEST_API_ bool MatchRepetitionAndRegexAtHead(
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 1361 GTEST_API_ bool MatchRepetitionAndRegexAtHead( 7876 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 7920 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1355 GTEST_API_ bool MatchRepetitionAndRegexAtHead( 8528 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function 8572 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 27793 FUNC 43252 60 0 testing::internal::MatchRepetitionAndRegexAtHead
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 29364 FUNC 64388 c0 0 testing::internal::MatchRepetitionAndRegexAtHead
|