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

/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py118 test.match_re("actual 1\nactual 2\n", regex_string)
119 test.match_re(["actual 1\n", "actual 2\n"], list_of_regexes)
169 test = TestCmd.TestCmd(match = TestCmd.match_re)
178 test = TestCmd.TestCmd(match = TestCmd.match_re,
241 'match_re',
423 def match_re(lines = None, res = None): function
871 self.match_function = match_re
1070 def match_re(self, lines, res): member in class:TestCmd
1073 return match_re(lines, res)

Completed in 735 milliseconds