Searched refs:expect_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc106 Prog::Anchor anchor, bool expect_match);
802 Prog::Anchor anchor, bool expect_match) {
811 expect_match);
819 Prog::Anchor anchor, bool expect_match) {
826 expect_match);
833 Prog::Anchor anchor, bool expect_match) {
841 expect_match);
848 Prog::Anchor anchor, bool expect_match) {
855 expect_match);
862 Prog::Anchor anchor, bool expect_match) {
801 SearchDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
818 SearchNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
832 SearchOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
847 SearchBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
861 SearchPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local
869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local
873 SearchRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
879 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local
881 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local
889 SearchCachedDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
906 SearchCachedNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
920 SearchCachedOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
934 SearchCachedBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
947 SearchCachedPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
953 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local
955 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local
959 SearchCachedRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
965 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local
967 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local
[all...]
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc106 Prog::Anchor anchor, bool expect_match);
802 Prog::Anchor anchor, bool expect_match) {
811 expect_match);
819 Prog::Anchor anchor, bool expect_match) {
826 expect_match);
833 Prog::Anchor anchor, bool expect_match) {
841 expect_match);
848 Prog::Anchor anchor, bool expect_match) {
855 expect_match);
862 Prog::Anchor anchor, bool expect_match) {
801 SearchDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
818 SearchNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
832 SearchOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
847 SearchBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
861 SearchPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local
869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local
873 SearchRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
879 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local
881 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local
889 SearchCachedDFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
906 SearchCachedNFA(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
920 SearchCachedOnePass(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
934 SearchCachedBitState(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
947 SearchCachedPCRE(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
953 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local
955 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local
959 SearchCachedRE2(int iters, const char* regexp, const StringPiece& text, Prog::Anchor anchor, bool expect_match) argument
965 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local
967 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local
[all...]

Completed in 689 milliseconds