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

/external/v8/tools/
H A Dpresubmit.py264 class SourceProcessor(SourceFileProcessor): class in inherits:SourceFileProcessor
287 return super(SourceProcessor, self).FindFilesIn(path)
290 for ext in SourceProcessor.RELEVANT_EXTENSIONS:
299 return (super(SourceProcessor, self).IgnoreDir(name)
318 if not base in SourceProcessor.IGNORE_TABS:
322 if not base in SourceProcessor.IGNORE_COPYRIGHTS:
376 success = SourceProcessor().Run(workspace) and success

Completed in 142 milliseconds