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

/external/chromium_org/components/rappor/
H A Drappor_metric.cc37 ByteVector RapporMetric::GetReport(const std::string& secret) const { function in class:rappor::RapporMetric
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_impl.cc51 void TestTrackedRequestServiceImpl::GetReport( function in class:mojo::test::TestTrackedRequestServiceImpl
/external/chromium_org/tools/usb_gadget/
H A Dhid_gadget.py168 print ('GetReport(type={}, id={}, length={})'
170 return self.GetReport(report_type, report_id, length)
204 def GetReport(self, report_type, report_id, length): member in class:HidGadget
/external/chromium_org/mojo/shell/
H A Dshell_test_base_unittest.cc59 void GetReport(std::vector<ServiceReport>* report) { function in class:mojo::shell::test::__anon8840::ShellTestBaseTest
62 request_tracking_->GetReport(base::Bind(&GetReportCallback,
260 GetReport(&reports);
298 GetReport(&reports);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return 0; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc55 DDReport *GetReport(DDCallback *cb);
181 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/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc159 std::string GetReport() { function in class:__anon4608::FakeSafeBrowsingUIManager
505 return factory_.most_recent_service()->fake_ui_manager()->GetReport();
/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.cc386 const ReportDesc *ScopedReport::GetReport() const { function in class:__tsan::ScopedReport
511 const ReportDesc *rep = srep.GetReport();
523 FiredSuppression s = {srep.GetReport()->typ, suppress_pc, supp};
545 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ)
563 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ)
695 if (flags()->suppress_java && IsJavaNonsense(rep.GetReport()))
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc975 StatsReport* StatsCollector::GetReport(const std::string& type, function in class:webrtc::StatsCollector
988 StatsReport* report = GetReport(type, id, direction);
1006 StatsReport* report = GetReport(StatsReport::kStatsReportTypeSsrc,

Completed in 1619 milliseconds