Home
last modified time | relevance | path

Searched refs:report_type (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/renderer/plugins/
Dplugin_uma.cc40 PluginUMAReporter::ReportType report_type,
44 void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type, in SendPluginUMA() argument
48 switch (report_type) { in SendPluginUMA()
Dplugin_uma.h48 virtual void SendPluginUMA(ReportType report_type,
/external/chromium_org/tools/valgrind/
Dsuppressions.py395 def __init__(self, name, report_type, instr, stack, defined_at): argument
401 if report_type == 'LEAK':
404 regex += report_type
431 return super(DrMemorySuppression, self).__init__(name, report_type, stack,
492 report_type = line
530 DrMemorySuppression(name, report_type, instr, stack, defined_at))
535 def ParseSuppressionOfType(lines, supp_descriptor, def_line_no, report_type): argument
/external/chromium_org/third_party/libjingle/source/talk/base/
Dunittest_main.cc38 int TestCrtReportHandler(int report_type, char* msg, int* retval) { in TestCrtReportHandler() argument
41 if (report_type == _CRT_ASSERT) { in TestCrtReportHandler()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc210 ReportType report_type; member
219 , report_type() { in Event()
224 report_type = type; in ExpectReport()
243 expect_report_type = ev->report_type; in HandleEvent()
313 printf("Missed expected report of type %d\n", (int)ev->report_type); in HandleEvent()
/external/kernel-headers/original/linux/
Dhid.h388 unsigned report_type; /* (input,output,feature) */ member
563 .report_type = (rep)
570 __u32 report_type; member
/external/chromium_org/chrome/browser/safe_browsing/
Dclient_side_detection_service.cc56 void UpdateEnumUMAHistogram(MalwareReportTypes report_type) { in UpdateEnumUMAHistogram() argument
57 DCHECK(report_type >= 0 && report_type < REPORT_RESULT_MAX); in UpdateEnumUMAHistogram()
59 report_type, REPORT_RESULT_MAX); in UpdateEnumUMAHistogram()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.c3437 int report_type) in _hid_get_report() argument
3452 switch (report_type) { in _hid_get_report()
3460 usbi_dbg("unknown HID report type %d", report_type); in _hid_get_report()
3518 int report_type) in _hid_set_report() argument
3532 switch (report_type) { in _hid_set_report()
3540 usbi_dbg("unknown HID report type %d", report_type); in _hid_set_report()
3592 int report_type = (value >> 8) & 0xFF; in _hid_class_request() local
3600 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request()
3603 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type); in _hid_class_request()
/external/chromium_org/content/browser/media/
Dwebrtc_internals_browsertest.cc382 const string& report_type, in VerifyStatsDump() argument