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

/external/vixl/tools/
H A Dlint.py238 def RunLinter(files, jobs=1, progress_prefix='', cached=True): function
261 retcode = RunLinter(files, jobs=args.jobs, cached=cached)
H A Dtest.py337 def RunLinter(): function
341 return lint.RunLinter(map(lambda x: join(dir_root, x), default_tracked_files),
446 rc |= RunLinter()

Completed in 718 milliseconds