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

/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py114 test.match_exact("actual 1\nactual 2\n", "expected 1\nexpected 2\n")
115 test.match_exact(["actual 1\n", "actual 2\n"],
167 test = TestCmd.TestCmd(match = TestCmd.match_exact)
240 'match_exact',
409 def match_exact(lines = None, matches = None): function
1065 def match_exact(self, lines, matches): member in class:TestCmd
1068 return match_exact(lines, matches)

Completed in 308 milliseconds