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

  /external/clang/utils/analyzer/
SATestBuild.py 491 SummaryLog = open(SummaryPath, "w+")
493 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
495 SummaryLog.write("See the first %d below.\n"
505 SummaryLog.write("\n-- Error #%d -----------\n" % (Idx,));
508 shutil.copyfileobj(FailLogI, SummaryLog);
512 SummaryLog.close()
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_summary.py 114 self.slog = firmware_log.SummaryLog(log_dir,
firmware_log.py 17 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:
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 104 milliseconds