HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 676 - 700 of 1835) sorted by null

<<21222324252627282930>>

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 315 // If argument is '0', report a warning.
518 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N);
519 report->addRange(CE->getArg(2)->getSourceRange());
520 C.emitReport(std::move(report));
607 auto report = llvm::make_unique<BugReport>(*BT, description, N);
608 report->addRange(Arg->getSourceRange());
609 bugreporter::trackNullOrUndefValue(N, Arg, *report);
610 C.emitReport(std::move(report));
667 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N);
668 report->addRange(msg.getSourceRange())
    [all...]
CStringChecker.cpp 259 // Generate a report for this bug.
261 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N); local
263 report->addRange(S->getSourceRange());
264 bugreporter::trackNullOrUndefValue(N, S, *report);
265 C.emitReport(std::move(report));
319 // Generate a report for this bug.
320 std::unique_ptr<BugReport> report; local
322 report = llvm::make_unique<BugReport>(*BT, warningMsg, N);
332 report = llvm::make_unique<BugReport>(*BT, os.str(), N);
339 report->addRange(S->getSourceRange())
550 auto report = llvm::make_unique<BugReport>( local
736 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); local
800 auto report = llvm::make_unique<BugReport>(*BT_NotCString, os.str(), N); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 9 package com.vladium.emma.report.html;
40 import com.vladium.emma.report.AbstractReportGenerator;
41 import com.vladium.emma.report.AllItem;
42 import com.vladium.emma.report.ClassItem;
43 import com.vladium.emma.report.IItem;
44 import com.vladium.emma.report.IItemAttribute;
45 import com.vladium.emma.report.IItemMetadata;
46 import com.vladium.emma.report.ItemComparator;
47 import com.vladium.emma.report.MethodItem;
48 import com.vladium.emma.report.PackageItem
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.cpp 49 LOG_E << "populate feature from feature report failed" << LOG_ENDL;
310 LOG_E << "All 3 axis should be in the same report" << LOG_ENDL;
363 // coordinate system. If a user is facing a device, report values should increase as
583 const HidParser::ReportItem &report, const std::vector<uint8_t> &buffer, std::string *d) {
584 if (!report.isByteAligned() || report.bitSize != 16 || report.count < 1) {
588 size_t offset = report.bitOffset / 8;
589 if (offset + report.count * 2 > buffer.size()) {
593 std::vector<uint16_t> data(report.count)
    [all...]
  /external/autotest/utils/
check_patch.py 11 or incorrect indentation, report problems.
12 * If any of the files have problems during pylint validation, report failures.
14 and report any failures.
242 only on problems. If problems are found, a report will be generated.
255 unittest and report on any failures. This is important to keep our
284 def report(self): member in class:FileChecker
384 file_checker.report()
424 file_checker.report()
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 388 static void ErrorReportCallbackOneToZ(const char *report) {
389 int report_len = strlen(report);
391 ASSERT_EQ(report_len, write(2, report, report_len));
  /external/pcre/dist2/
Makefile.am 694 # coverage: Create a coverage report from 'make check'
697 # coverage-report: This creates the coverage report only
698 # coverage-clean-report: This removes the generated coverage report
703 # coverage report.
727 coverage-report:
747 --title "$(PACKAGE) $(VERSION) Code Coverage Report" \
751 @echo "Code coverage report written to file://$(abs_builddir)/$(COVERAGE_OUTPUT_DIR)/index.html"
756 coverage-clean-report
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.c 121 report (const char * format, va_list args)
136 report (format, args);
148 report (format, args);
119 report (const char * format, va_list args) function
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java 52 * to convert the execution data into a human readable report and log it.
79 + "coverage report into a single archive file.")
131 /** Returns the compression strategy that should be used to archive the coverage report. */
149 /** Returns the list of output formats to use when generating the coverage report. */
197 // Generate the coverage report(s) and log it
199 File report = generateCoverageReport(coverageListener.getCoverageFiles(), format); local
201 doLogReport("coverage", format.getLogDataType(), report, listener);
203 FileUtil.recursiveDelete(report);
218 * Generates a human-readable coverage report from the given execution data. This method is
222 * @param format The output format of the generated coverage report
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
JackCodeCoverageTestTest.java 148 assertTrue(commandLine.contains("--report-dir"));
161 case "--report-dir":
164 case "--report-type":
186 File report = null; local
188 // Generate a coverage report
189 report = coverageTest.generateCoverageReport(coverageFiles, HTML);
197 FileUtil.recursiveDelete(report);
214 doReturn(new File("/copy/of/report.csv")).when(coverageTest).copyFile(any(File.class));
216 // Generate a coverage report
238 doReturn(new File("/copy/of/report.xml")).when(coverageTest).copyFile(any(File.class))
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /art/runtime/interpreter/mterp/arm/
footer.S 127 * If profiling active, do hotness countdown and report if we hit zero.
153 beq .L_add_batch @ counted down to zero - report
283 bgt MterpProfileActive @ if > 0, we may have some counts to report.
288 /* Report cached hotness counts */
  /art/runtime/interpreter/mterp/mips/
footer.S 124 * If profiling active, do hotness countdown and report if we hit zero.
148 beqz rPROFILE, .L_add_batch # counted down to zero - report
272 blez rPROFILE, .L_pop_and_return # if > 0, we may have some counts to report.
276 /* Report cached hotness counts */
  /art/runtime/interpreter/mterp/mips64/
footer.S 83 * If profiling active, do hotness countdown and report if we hit zero.
105 beqzc rPROFILE, .L_add_batch # counted down to zero - report
235 blez rPROFILE, .L_pop_and_return # if > 0, we may have some counts to report.
239 /* Report cached hotness counts */
  /art/runtime/interpreter/mterp/x86_64/
footer.S 127 * If profiling active, do hotness countdown and report if we hit zero.
151 je .L_add_batch # counted down to zero - report
272 jle MRestoreFrame # if > 0, we may have some counts to report.
275 /* Report cached hotness counts */
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 107 @Option(name = "disable-result-posting", description = "Disable result posting into report server.")
110 @Option(name = "include-test-log-tags", description = "Include test log tags in report.")
322 ReportLog report = null; local
325 report = ReportLog.parse(perfResult);
331 report = MetricsStore.removeResult(mBuildHelper.getBuildInfo(),
337 mCurrentResult.passed(report);
400 // report from a retry to contain all test results.
429 // but the value added to the report will be that of the master ResultReporter.
441 // Shard ResultReporters report
482 // Include a record in the report of all expected modules ids, even if they weren'
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 79 # Some processors report 0 logical processors. Effectively 0 = 1.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 96 Please report problems to <Maintainer name(s)> (<contact address>)
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 13 Validates the contents of a kernel crash report.
48 """Test that crash_reporter has properly stored the kcrash report."""
82 raise error.TestFail('Crash report %s gone' % kcrash_report)
86 raise error.TestFail('Crash report has unexpected contents')
90 """Test that crash_sender properly sends the crash report."""
95 raise error.TestFail('Crash report %s gone' % kcrash_report)
97 report=os.path.basename(kcrash_report))
102 raise error.TestFail('kcrash exec name or report kind wrong ' \
106 raise error.TestFail('Sent the wrong kcrash report')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_backend.py 374 '--show-all-report-info'])
380 # Report values are grouped together by the same indentation level.
387 # Decrease in indentation level indicates a new report is being printed.
398 logging.warning('Crashpad report expected valid keys'
405 # Include the last report.
412 logging.warning('Crashpad report expected valid keys'
552 for report in reports_list:
553 self._minidump_path_crashpad_retrieval[report[1]] = True
554 return [report[1] for report in reports_list
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 97 DiagnosticBuilder report(SourceLocation loc, unsigned diagId,

Completed in 557 milliseconds

<<21222324252627282930>>