Home
last modified time | relevance | path

Searched refs:PrintReport (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Dapi_call_statistics.h29 void PrintReport() const;
Dapi_call_statistics.cc28 void ApiCallStatistics::PrintReport() const { in PrintReport() function in webrtc::test::ApiCallStatistics
Daudioproc_float_impl.cc690 processor->GetApiCallStatistics().PrintReport(); in RunSimulation()
/external/rmi4utils/rmidevice/
Dhiddevice.h77 void PrintReport(const unsigned char *report);
Dhiddevice.cpp472 void HIDDevice::PrintReport(const unsigned char *report) in PrintReport() function in HIDDevice
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h125 void PrintReport(const ReportDesc *rep);
Dtsan_report.cc289 void PrintReport(const ReportDesc *rep) { in PrintReport() function
428 void PrintReport(const ReportDesc *rep) { in PrintReport() function
Dtsan_rtl_report.cc527 PrintReport(rep); in OutputReport()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.h130 void PrintReport(const ReportDesc *rep);
Dtsan_report.cpp317 void PrintReport(const ReportDesc *rep) { in PrintReport() function
459 void PrintReport(const ReportDesc *rep) { in PrintReport() function
Dtsan_rtl_report.cpp531 PrintReport(rep); in OutputReport()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.h91 void PrintReport(const std::string& filename);
Drdtsc_buckets.cpp156 void BucketManager::PrintReport(const std::string& filename) in PrintReport() function in BucketManager
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h183 pBucketMgr->PrintReport("rdtsc.txt"); in rdtscEndFrame()