Home
last modified time | relevance | path

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

/external/vixl/tools/
Dlint.py229 def RunLinter(files, jobs=1, progress_prefix='', cached=True): function
248 retcode = RunLinter(files, jobs=args.jobs, cached=cached)
Dtest.py258 def RunLinter(jobs): function
259 return lint.RunLinter(map(lambda x: join(dir_root, x),
364 rc.Combine(RunLinter(args.jobs))