Lines Matching refs:use_cache
285 def __init__(self, use_cache, cache_file_path, file_type):
286 self.use_cache = use_cache
311 if self.use_cache:
324 if self.use_cache:
360 def __init__(self, use_cache=True):
362 use_cache=use_cache, cache_file_path='.cpplint-cache', file_type='C/C++')
404 def __init__(self, use_cache=True):
406 use_cache=use_cache, cache_file_path='.torquelint-cache',
433 def __init__(self, use_cache=True):
435 use_cache=use_cache, cache_file_path='.jslint-cache',
780 success &= CppLintProcessor(use_cache=use_linter_cache).RunOnPath(workspace)
783 success &= TorqueLintProcessor(use_cache=use_linter_cache).RunOnPath(
786 success &= JSLintProcessor(use_cache=use_linter_cache).RunOnPath(