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

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
sanitizer_deadlock_detector1.cc 56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) {
sanitizer_deadlock_detector2.cc 100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) {
  /external/rmi4utils/rmidevice/
hiddevice.h 76 int GetReport(int *reportId, struct timeval * timeout = NULL);
hiddevice.cpp 276 rc = GetReport(&reportId);
380 rc = GetReport(&reportId, timeout);
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout)
  /external/toolchain-utils/crosperf/
experiment_runner.py 38 report_text = json_report.GetReport()
213 self.l.LogOutput(TextResultsReport.FromExperiment(experiment).GetReport())
231 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
235 html_report = HTMLResultsReport.FromExperiment(experiment).GetReport()
257 report = HTMLResultsReport.FromExperiment(experiment).GetReport()
267 text_report = TextResultsReport.FromExperiment(experiment, True).GetReport()
results_report_unittest.py 157 .GetReport()
205 HTMLResultsReport.FromExperiment(experiment).GetReport()
207 HTMLResultsReport(benchmark_results).GetReport()
346 result_str = reporter.GetReport()
generate_report.py 206 get_contents = lambda: report_ctor(benchmark_results).GetReport()
results_report.py 312 def GetReport(self):
393 def GetReport(self):
567 json_args is the dict of arguments we pass to json.dumps in GetReport().
686 def GetReport(self):
688 # This exists for consistency with the other GetReport methods.
  /external/webrtc/talk/app/webrtc/
statscollector.h 134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
statscollector.cc     [all...]
  /external/toolchain-utils/deprecated/
report_generator.py 30 def GetReport(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locationapi.h 631 virtual HRESULT STDMETHODCALLTYPE GetReport(
661 HRESULT (STDMETHODCALLTYPE *GetReport)(
680 #define IDefaultLocation_GetReport(This,reportType,ppLocationReport) (This)->lpVtbl->GetReport(This,reportType,ppLocationReport)
697 return This->lpVtbl->GetReport(This,reportType,ppLocationReport);
853 virtual HRESULT STDMETHODCALLTYPE GetReport(
914 HRESULT (STDMETHODCALLTYPE *GetReport)(
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 185 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
227 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
263 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
295 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
342 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
tsan_rtl_report.cc 368 const ReportDesc *ScopedReport::GetReport() const {
499 const ReportDesc *rep = srep.GetReport();
514 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
tsan_rtl.h 573 const ReportDesc *GetReport() const;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 461 return ToString(GetReport());
464 public virtual ProfileStats GetReport() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 507 return ToString(GetReport());
510 public virtual ProfileStats GetReport()

Completed in 1309 milliseconds