Home | History | Annotate | Download | only in tools

Lines Matching refs:success

266     success = True
271 success = self.ProcessContents(file, contents) and success
274 return success
288 success = True
290 success = CppLintProcessor().Run(workspace) and success
291 success = SourceProcessor().Run(workspace) and success
292 if success: