Home
last modified time | relevance | path

Searched refs:match_re (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/test/errors/
Dgyptest-errors.py23 match=TestCmd.match_re)
32 match=TestCmd.match_re)
45 match=TestCmd.match_re)
/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py423 def match_re(lines = None, res = None): function
871 self.match_function = match_re
1070 def match_re(self, lines, res): member in TestCmd
1073 return match_re(lines, res)