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 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 22 enum ReportType {
106 ReportType typ;
tsan_suppressions.cc 68 static const char *conv(ReportType typ) {
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_debugging.cc 20 static const char *ReportTypeDescription(ReportType typ) {
tsan_rtl_report.cc 142 ScopedReport::ScopedReport(ReportType typ) {
536 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
553 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
614 ReportType typ = ReportTypeRace;
tsan_rtl.h 500 ReportType type;
558 explicit ScopedReport(ReportType typ);
632 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_report.cc 84 static const char *ReportTypeString(ReportType typ) {
tsan_rtl_mutex.cc 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
Hid.c 368 Interface, ReportId, and ReportType, and set the report descriptor using the
376 @param ReportType The type of report to retrieve.
391 IN UINT8 ReportType,
408 Request.Value = (UINT16) ((ReportType << 8) | ReportId);
430 Interface, ReportId, and ReportType, and return the report in the buffer
438 @param ReportType The type of report to retrieve.
456 IN UINT8 ReportType,
473 Request.Value = (UINT16) ((ReportType << 8) | ReportId);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 530 # @param ReportType The kind of report items in the final report file
532 def __init__(self, M, ReportType):
560 if "PCD" in ReportType:
569 if "LIBRARY" in ReportType:
573 if "DEPEX" in ReportType:
576 if "BUILD_FLAGS" in ReportType:
591 # @param ReportType The kind of report items in the final report file
593 def GenerateReport(self, File, GlobalPcdReport, GlobalPredictionReport, GlobalDepexParser, ReportType):
610 if "HASH" in ReportType:
667 if "PCD" in ReportType:
    [all...]
build.py 763 self.BuildReport = BuildReport(BuildOptions.ReportFile, BuildOptions.ReportType)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiUsbLib.h 186 Interface, ReportId, and ReportType, and set the report descriptor using the
194 @param ReportType The type of report to retrieve.
209 IN UINT8 ReportType,
218 Interface, ReportId, and ReportType, and return the report in the buffer
226 @param ReportType The type of report to retrieve.
244 IN UINT8 ReportType,
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 34 static __thread ReportType expect_report_type;
262 ReportType report_type;
274 void ExpectReport(ReportType type) {

Completed in 347 milliseconds