Home
last modified time | relevance | path

Searched refs:RunLinter (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/tools/
H A Dlint.py228 def RunLinter(files, jobs=1, progress_prefix='', cached=True): function
247 retcode = RunLinter(files, jobs=args.jobs, cached=cached)
H A Dtest.py259 def RunLinter(jobs): function
260 return lint.RunLinter([join(dir_root, x) for x in util.get_source_files()],
371 rc.Combine(RunLinter(args.jobs))

Completed in 1 milliseconds