/external/chromium_org/chrome/renderer/plugins/ |
D | plugin_uma.cc | 40 PluginUMAReporter::ReportType report_type, 44 void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type, in SendPluginUMA() argument 48 switch (report_type) { in SendPluginUMA()
|
D | plugin_uma.h | 48 virtual void SendPluginUMA(ReportType report_type,
|
/external/chromium_org/tools/valgrind/ |
D | suppressions.py | 395 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/ |
D | unittest_main.cc | 38 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/ |
D | tsan_test_util_linux.cc | 210 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/ |
D | hid.h | 388 unsigned report_type; /* (input,output,feature) */ member 563 .report_type = (rep) 570 __u32 report_type; member
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | client_side_detection_service.cc | 56 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/ |
D | windows_usb.c | 3437 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/ |
D | webrtc_internals_browsertest.cc | 382 const string& report_type, in VerifyStatsDump() argument
|