Home
last modified time | relevance | path

Searched refs:report (Results 1 – 6 of 6) sorted by relevance

/trusty/user/app/storage/test/common/
Derror_reporting_mock.c34 struct mock_storage_error_report* report; in mock_error_report_clear() local
36 report = list_remove_head_type(&error_reports, in mock_error_report_clear()
38 assert(report); in mock_error_report_clear()
39 free(report); in mock_error_report_clear()
58 struct mock_storage_error_report* report = malloc(sizeof(*report)); in do_error_report() local
59 assert(report); in do_error_report()
60 report->type = type; in do_error_report()
61 report->fs_name = fs_name; in do_error_report()
62 report->block_type = block_type; in do_error_report()
64 list_add_tail(&error_reports, &report->node); in do_error_report()
/trusty/user/base/lib/scudo/
Drules.mk59 $(SCUDO_DIR)/standalone/report.cpp \
/trusty/user/app/storage/scudo/
Drules.mk65 $(SCUDO_DIR)/standalone/report.cpp \
/trusty/vendor/google/aosp/
Dpylintrc60 # Enable the message, report, category or checker with the given id(s). You can
66 # Disable the message, report, category or checker with the given id(s). You
106 # Tells whether to display a full report or only the messages
115 # number of statements analyzed. This is used by the global evaluation report
358 # given file (report RP0402 must not be disabled)
361 # Create a graph of external dependencies in the given file (report RP0402 must
365 # Create a graph of internal dependencies in the given file (report RP0402 must
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/templates_package/templates/
Dmetrics_atoms.c.j253 /* report vendor atom */
/trusty/user/base/make/
Dcommon_flags.mk110 MODULE_LDFLAGS += -z bti-report=warning