Home
last modified time | relevance | path

Searched refs:SummaryLog (Results 1 – 4 of 4) sorted by relevance

/external/clang/utils/analyzer/
DSATestBuild.py498 SummaryLog = open(SummaryPath, "w+")
500 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
502 SummaryLog.write("See the first %d below.\n"
512 SummaryLog.write("\n-- Error #%d -----------\n" % (Idx,));
515 shutil.copyfileobj(FailLogI, SummaryLog);
519 SummaryLog.close()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1751 const SummaryLogTy &SummaryLog; member in __anonf8e0d6ba0611::CFRefReportVisitor
1756 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {} in CFRefReportVisitor()
2013 if (const RetainSummary *Summ = SummaryLog.lookup(OrigNode)) { in VisitNode()
2491 mutable SummaryLogTy SummaryLog; member in __anonf8e0d6ba0811::RetainCountChecker
2536 SummaryLog.clear(); in checkEndAnalysis()
2538 ShouldResetSummaryLog = !SummaryLog.empty(); in checkEndAnalysis()
3120 SummaryLog.clear(); in checkSummary()
3123 SummaryLog[NewNode] = &Summ; in checkSummary()
3336 SummaryLog, N, Sym)); in processNonLeakError()
3569 SummaryLog, N, Sym, C, IncludeAllocationLine))); in checkReturnWithRetEffect()
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_summary.py114 self.slog = firmware_log.SummaryLog(log_dir,
Dfirmware_log.py540 class SummaryLog: class