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

  /external/toolchain-utils/deprecated/
report_generator.py 30 def GetReport(self):
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) {
sanitizer_deadlock_detector_interface.h 88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
sanitizer_deadlock_detector2.cc 100 DDReport *GetReport(DDCallback *cb);
420 DDReport *DD::GetReport(DDCallback *cb) {
  /external/toolchain-utils/crosperf/
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/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()
  /external/compiler-rt/lib/tsan/rtl/
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};
  /external/rmi4utils/rmidevice/
hiddevice.cpp 276 rc = GetReport(&reportId);
380 rc = GetReport(&reportId, timeout);
412 int HIDDevice::GetReport(int *reportId, struct timeval * timeout)
  /external/webrtc/talk/app/webrtc/
statscollector.cc     [all...]

Completed in 603 milliseconds