/external/chromium_org/third_party/re2/re2/testing/ |
regexp_benchmark.cc | 106 Prog::Anchor anchor, bool expect_match); 798 // Expect_match says whether the regexp should be found. 802 Prog::Anchor anchor, bool expect_match) { 811 expect_match); 819 Prog::Anchor anchor, bool expect_match) { 826 expect_match); 867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 879 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local 881 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local 953 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 955 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 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/ |
regexp_benchmark.cc | 106 Prog::Anchor anchor, bool expect_match); 798 // Expect_match says whether the regexp should be found. 802 Prog::Anchor anchor, bool expect_match) { 811 expect_match); 819 Prog::Anchor anchor, bool expect_match) { 826 expect_match); 867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 879 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local 881 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local 953 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 955 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 965 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local 967 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local [all...] |
/external/chromium_org/chrome_frame/test/ |
util_unittests.cc | 541 bool expect_match = (all_versions[version_index] <= test.max_version); local 543 ASSERT_EQ(expect_match, 547 << (expect_match ? "match" : "not match") << " IE major version "
|
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 3267 const bool expect_match; member in struct:__anon4027::__anon4028 [all...] |