Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests_unittest.py72 hashes = deduplicate_tests.parse_git_output(git_output, '*')
80 hashes = deduplicate_tests.parse_git_output(git_output, '*.png')
Ddeduplicate_tests.py72 def parse_git_output(git_output, glob_pattern): function
118 return parse_git_output(git_output, glob_pattern)