Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/build/
Dpresubmit_checks.py129 results += _Check(input_api, html_license_re, html_sources)
130 results += _Check(input_api, non_html_license_re, non_html_sources)
134 def _Check(input_api, license_re, sources): function