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 498 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/
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 602 milliseconds