Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py409 def match_exact(lines = None, matches = None): function
1065 def match_exact(self, lines, matches): member in TestCmd
1068 return match_exact(lines, matches)
DTestGyp.py44 return TestCommon.match_exact(contents_a, contents_b)
102 kw.setdefault('match', TestCommon.match_exact)