HomeSort by relevance Sort by last modified time
    Searched defs:report (Results 51 - 75 of 979) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
DiagnosticEngine.cpp 68 MsgHandler DiagnosticEngine::report(uint16_t pID, function in class:mcld::DiagnosticEngine
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LogProblemReporter.java 32 public void report(final Exception e) { method in class:LogProblemReporter
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 47 * Name of the report log to store test metrics.
104 * The workload is repeated several times and the report is populated with the result.
139 // Get the report for this test and add the results to record.
141 MetricsReportLog report = new MetricsReportLog( local
145 report.addValues("times", result, ResultType.LOWER_BETTER, ResultUnit.MS);
146 report.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
147 report.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
149 report.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS);
150 // Send the report to Tradefed.
151 report.submit()
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 208 REPORTER.report(message, allocationSite);
215 public void report (String message, Throwable allocationSite); method in interface:CloseGuard.Reporter
222 @Override public void report (String message, Throwable allocationSite) { method in class:CloseGuard.DefaultReporter
  /art/test/028-array-write/src/
Main.java 21 /** whether to report times */
27 static public void report(long start, long end) { method in class:Main
52 report(start, end); method
70 report(start, end); method
  /cts/suite/audio_quality/lib/src/
Report.cpp 20 #include "Report.h"
24 Report* Report::mInstance = NULL;
26 Report* Report::Instance(const char* dirName)
29 mInstance = new Report();
34 void Report::Finalize()
41 Report::Report()
46 Report::~Report(
58 android::String8 report; local
    [all...]
  /external/autotest/client/profilers/blktrace/
blktrace.py 62 def report(self, test): member in class:blktrace
  /external/autotest/client/profilers/iostat/
iostat.py 43 def report(self, test): member in class:iostat
  /external/autotest/client/profilers/kvm_modload/
kvm_modload.py 48 def report(self, test): member in class:kvm_modload
  /external/autotest/client/profilers/kvm_stat/
kvm_stat.py 77 def report(self, test): member in class:kvm_stat
79 Report function. Does nothing as there's no postprocesing needed.
  /external/autotest/client/profilers/perf/
perf.py 23 perf_help = utils.run('%s report help' % self.perf_bin,
55 def report(self, test): member in class:perf
58 cmd = ("%s report -i %s --sort %s,dso" % (self.perf_bin,
  /external/autotest/client/profilers/powertop/
powertop.py 39 def report(self, test): member in class:powertop
  /external/autotest/client/profilers/readprofile/
readprofile.py 52 def report(self, test): member in class:readprofile
  /external/autotest/client/profilers/sar/
sar.py 73 def report(self, test): member in class:sar
75 Report function. Convert the binary sar data to text.
  /external/autotest/server/
profiler.py 71 def report(self, test, host=None, wait_on_client=True): member in class:profiler_proxy
72 raise NotImplementedError('report not implemented')
  /external/boringssl/src/util/bot/
update_clang.py 37 def report(a, b, c): function in function:DownloadFile
42 urllib.urlretrieve(url, path, reporthook=report)
  /external/chromium-trace/catapult/third_party/coverage/coverage/
annotate.py 12 from coverage.report import Reporter
46 def report(self, morfs, directory=None): member in class:AnnotateReporter
47 """Run the report.
49 See `coverage.report()` for arguments.
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 40 std::unique_ptr<BugReport> report = local
42 report->addRange(Callee->getSourceRange());
43 C.emitReport(std::move(report));
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 78 // Generate a report for this bug.
79 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N); local
81 report->addRange(LoadS->getSourceRange());
82 C.emitReport(std::move(report));
MacOSXAPIChecker.cpp 95 auto report = llvm::make_unique<BugReport>(*BT_dispatchOnce, os.str(), N); local
96 report->addRange(CE->getArg(0)->getSourceRange());
97 C.emitReport(std::move(report));
ReturnPointerRangeChecker.cpp 82 // Generate a report for this bug.
83 auto report = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N); local
85 report->addRange(RetE->getSourceRange());
86 C.emitReport(std::move(report));
  /external/emma/ant/ant14/com/vladium/emma/report/
IReportEnums.java 9 package com.vladium.emma.report;
11 import com.vladium.emma.report.IReportProperties;
  /external/emma/core/java12/com/vladium/emma/report/
AllItem.java 9 package com.vladium.emma.report;
PackageItem.java 9 package com.vladium.emma.report;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ElementList.java 9 package com.vladium.emma.report.html.doc;

Completed in 728 milliseconds

1 23 4 5 6 7 8 91011>>