HomeSort by relevance Sort by last modified time
    Searched refs:CppLintProcessor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/
PRESUBMIT.py 42 from presubmit import CppLintProcessor
46 if not CppLintProcessor().Run(input_api.PresubmitLocalPath()):
  /external/chromium_org/v8/tools/
presubmit.py 219 class CppLintProcessor(SourceFileProcessor):
228 return (super(CppLintProcessor, self).IgnoreDir(name)
234 return (super(CppLintProcessor, self).IgnoreFile(name)
235 or (name in CppLintProcessor.IGNORE_LINT))
440 success = CppLintProcessor().Run(workspace) and success

Completed in 193 milliseconds