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

  /external/chromium_org/v8/
PRESUBMIT.py 39 from presubmit import CppLintProcessor
43 if not CppLintProcessor().Run(input_api.PresubmitLocalPath()):
  /external/v8/tools/
presubmit.py 207 class CppLintProcessor(SourceFileProcessor):
216 return (super(CppLintProcessor, self).IgnoreDir(name)
222 return (super(CppLintProcessor, self).IgnoreFile(name)
223 or (name in CppLintProcessor.IGNORE_LINT))
374 success = CppLintProcessor().Run(workspace) and success
  /external/chromium_org/v8/tools/
presubmit.py 211 class CppLintProcessor(SourceFileProcessor):
220 return (super(CppLintProcessor, self).IgnoreDir(name)
226 return (super(CppLintProcessor, self).IgnoreFile(name)
227 or (name in CppLintProcessor.IGNORE_LINT))
424 success = CppLintProcessor().Run(workspace) and success

Completed in 478 milliseconds