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

  /external/chromium-trace/catapult/dashboard/dashboard/
bisect_report.py 70 def GetReport(try_job_entity):
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 56 DDReport *GetReport(DDCallback *cb) override;
182 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/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 363 const ReportDesc *ScopedReport::GetReport() const {
494 const ReportDesc *rep = srep.GetReport();
507 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 1112 milliseconds