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

/external/clang/utils/analyzer/
H A 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/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_log.py17 SummaryLog: derived from multiple RoundLogs
32 (3) To construct a SummaryLog, it reads RoundLogs from all pickle logs
38 SummaryLog, and queries all statistics using get_result() which returns
540 class SummaryLog: class in inherits:
H A Dfirmware_summary.py114 self.slog = firmware_log.SummaryLog(log_dir,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1751 const SummaryLogTy &SummaryLog; member in class:__anon2029::CFRefReportVisitor
1756 : Sym(sym), SummaryLog(log), GCEnabled(gcEnabled) {}
2013 if (const RetainSummary *Summ = SummaryLog.lookup(OrigNode)) {
2491 mutable SummaryLogTy SummaryLog; member in class:__anon2031::RetainCountChecker
2536 SummaryLog.clear();
2538 ShouldResetSummaryLog = !SummaryLog.empty();
3120 SummaryLog.clear();
3123 SummaryLog[NewNode] = &Summ;
3336 SummaryLog, N, Sym));
3569 SummaryLog,
[all...]

Completed in 366 milliseconds