Searched defs:GetReport (Results 1 - 10 of 10) sorted by relevance

/external/toolchain-utils/deprecated/
H A Dreport_generator.py30 def GetReport(self): member in class:ResultsReport
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
/external/toolchain-utils/crosperf/
H A Dresults_report.py312 def GetReport(self): member in class:TextResultsReport
393 def GetReport(self): member in class:HTMLResultsReport
567 json_args is the dict of arguments we pass to json.dumps in GetReport().
686 def GetReport(self): member in class:JSONResultsReport
688 # This exists for consistency with the other GetReport methods.
/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp276 rc = GetReport(&reportId);
380 rc = GetReport(&reportId, timeout);
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout) function in class:HIDDevice
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, function in class:webrtc::StatsCollector
876 GetReport(StatsReport::kStatsReportTypeSsrc,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs461 return ToString(GetReport());
464 public virtual ProfileStats GetReport() { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs507 return ToString(GetReport());
510 public virtual ProfileStats GetReport() method in class:Antlr.Runtime.Debug.Profiler
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc368 const ReportDesc *ScopedReport::GetReport() const { function in class:__tsan::ScopedReport
499 const ReportDesc *rep = srep.GetReport();
514 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};

Completed in 166 milliseconds