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

  /external/v8/
PRESUBMIT.py 68 from presubmit import CppLintProcessor
74 if not CppLintProcessor().Run(input_api.PresubmitLocalPath()):
  /external/v8/tools/
presubmit.py 186 class CppLintProcessor(SourceFileProcessor):
195 return (super(CppLintProcessor, self).IgnoreDir(name)
201 return (super(CppLintProcessor, self).IgnoreFile(name)
202 or (name in CppLintProcessor.IGNORE_LINT))
495 success &= CppLintProcessor().Run(workspace)

Completed in 102 milliseconds