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

  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 21 enum ReportType {
98 ReportType typ;
tsan_suppressions.cc 78 SuppressionType conv(ReportType typ) {
97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
117 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_report.cc 47 static const char *ReportTypeString(ReportType typ) {
tsan_rtl.h 516 ReportType type;
559 explicit ScopedReport(ReportType typ);
tsan_rtl_report.cc 135 ScopedReport::ScopedReport(ReportType typ) {
655 ReportType typ = ReportTypeRace;
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 20 enum ReportType {
48 virtual void SendPluginUMA(ReportType report_type,
plugin_uma.cc 57 PluginUMAReporter::ReportType report_type,
61 void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type,
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 35 static __thread ReportType expect_report_type;
210 ReportType report_type;
222 void ExpectReport(ReportType type) {

Completed in 182 milliseconds