HomeSort by relevance Sort by last modified time
    Searched defs:ReportDesc (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 55 ReportDesc::ReportDesc()
70 ReportDesc::~ReportDesc() {
256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
289 void PrintReport(const ReportDesc *rep) {
428 void PrintReport(const ReportDesc *rep) {
tsan_report.h 104 class ReportDesc {
116 ReportDesc();
117 ~ReportDesc();
120 ReportDesc(const ReportDesc&);
121 void operator = (const ReportDesc&);
125 void PrintReport(const ReportDesc *rep);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 554 UINT8 *ReportDesc;
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
639 ASSERT (ReportDesc != NULL);
645 ReportDesc
650 FreePool (ReportDesc);
659 ReportDesc,
665 FreePool (ReportDesc);
703 FreePool (ReportDesc);
709 FreePool (ReportDesc);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 554 UINT8 *ReportDesc;
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
639 ASSERT (ReportDesc != NULL);
645 ReportDesc
650 FreePool (ReportDesc);
659 ReportDesc,
665 FreePool (ReportDesc);
701 FreePool (ReportDesc);
707 FreePool (ReportDesc);

Completed in 140 milliseconds