HomeSort by relevance Sort by last modified time
    Searched refs:ReportType (Results 1 - 13 of 13) 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 {
106 ReportType typ;
tsan_suppressions.cc 95 SuppressionType conv(ReportType typ) {
124 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
145 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl.h 444 ReportType type;
498 explicit ScopedReport(ReportType typ);
tsan_report.cc 66 static const char *ReportTypeString(ReportType typ) {
tsan_rtl_report.cc 150 ScopedReport::ScopedReport(ReportType typ) {
665 ReportType typ = ReportTypeRace;
tsan_rtl_mutex.cc 53 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 20 enum ReportType {
48 virtual void SendPluginUMA(ReportType report_type,
plugin_uma.cc 40 PluginUMAReporter::ReportType report_type,
44 void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type,
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.h 88 HIDP_REPORT_TYPE ReportType, PHIDP_BUTTON_CAPS ButtonCaps,
91 HIDP_REPORT_TYPE ReportType, PHIDP_VALUE_CAPS ValueCaps,
94 HIDP_REPORT_TYPE ReportType,
102 HIDP_REPORT_TYPE ReportType, USAGE UsagePage, USHORT LinkCollection,
106 HIDP_REPORT_TYPE ReportType, USAGE UsagePage, USHORT LinkCollection,
  /external/chromium_org/tools/usb_gadget/
hid_gadget.py 223 if report_type == hid_constants.ReportType.INPUT:
225 elif report_type == hid_constants.ReportType.OUTPUT:
227 elif report_type == hid_constants.ReportType.FEATURE:
248 if report_type == hid_constants.ReportType.INPUT:
250 elif report_type == hid_constants.ReportType.OUTPUT:
252 elif report_type == hid_constants.ReportType.FEATURE:
hid_constants.py 62 class ReportType(object):
  /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 694 milliseconds