Home
last modified time | relevance | path

Searched refs:get_matching_regexes (Results 1 – 3 of 3) sorted by relevance

/development/build_log_simplifier/
Dbuild_log_simplifier.py41 def get_matching_regexes(self, text, expect_match=True): member in regexes_matcher
63 results += child.get_matching_regexes(text, False)
176 matching_exemptions = fast_matcher.get_matching_regexes(stripped, expect_match=True)
453 for regex in existing_matcher.get_matching_regexes(line):
Dtest.py40 fast_matches = matcher.get_matching_regexes(query)
/development/
Dbuild_log_simplifier.py41 def get_matching_regexes(self, text, expect_match=True): member in regexes_matcher
63 results += child.get_matching_regexes(text, False)
176 matching_exemptions = fast_matcher.get_matching_regexes(stripped, expect_match=True)
453 for regex in existing_matcher.get_matching_regexes(line):