Searched defs:match_re_dotall (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py121 test.match_re_dotall("actual 1\nactual 2\n", regex_string)
122 test.match_re_dotall(["actual 1\n", "actual 2\n"], list_of_regexes)
171 test = TestCmd.TestCmd(match = TestCmd.match_re_dotall)
242 'match_re_dotall',
443 def match_re_dotall(lines = None, res = None): function
1075 def match_re_dotall(self, lines, res): member in class:TestCmd
1078 return match_re_dotall(lines, res)

Completed in 618 milliseconds