/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | base_printer.py | 65 def outputResults(self, checker, broken_links=True, argument 77 def outputBrokenLinks(self, checker, broken): argument 89 def outputMissingIncludes(self, checker, missing): argument 100 def outputChecker(self, checker): argument 105 for f in checker.files: 116 def outputBrokenAndMissing(self, checker, broken_links=True, argument 124 broken = checker.getBrokenLinks() 126 self.outputBrokenLinks(checker, broken) 128 missing = checker.getMissingUnreferencedApiIncludes() 130 self.outputMissingIncludes(checker, missing)
|
D | main.py | 129 checker = make_macro_checker(enabled_messages) 133 f.write(checker.getEntityJson()) 142 checker.processFile(fn) 162 numErrors = checker.numDiagnostics() 164 numErrors = checker.numErrors() 173 printer.outputResults(checker, broken_links=(not args.file), 177 numErrors += len(checker.getBrokenLinks()) 183 numErrors += len(checker.getMissingUnreferencedApiIncludes()) 191 missing = checker.getMissingRefPages() 203 numErrors += len(checker.getBrokenLinks()) [all …]
|
D | console_printer.py | 152 def outputResults(self, checker, broken_links=True, argument 159 self.output(checker) 161 broken = checker.getBrokenLinks() 163 self.outputBrokenLinks(checker, broken) 165 missing = checker.getMissingUnreferencedApiIncludes() 167 self.outputMissingIncludes(checker, missing) 169 def outputBrokenLinks(self, checker, broken): argument 177 fn = checker.findEntity(entity).filename 179 locations = ', '.join((toNameAndLine(context, root_path=checker.root_path) 186 def outputMissingIncludes(self, checker, missing): argument [all …]
|
D | macro_checker_file.py | 230 def __init__(self, checker, filename, enabled_messages, stream_maker): argument 241 self.checker = checker 276 self.suspected_missing_macro_re = self.checker.suspected_missing_macro_re 277 self.heading_command_re = self.checker.heading_command_re 322 if not self.checker.entity_db.entityHasValidity(entity): 399 data = self.checker.findEntity(command) 441 data = self.checker.findEntity(entity) 451 self.recordInclude(self.checker.apiIncludes) 462 self.validity_includes[entity], root_path=self.checker.root_path) 468 self.recordInclude(self.checker.validityIncludes) [all …]
|
D | html_printer.py | 112 def outputResults(self, checker, broken_links=True, argument 119 self.output(checker) 121 checker, broken_links=broken_links, missing_includes=missing_includes) 130 def outputChecker(self, checker): argument 138 super(HTMLPrinter, self).outputChecker(checker) 259 def outputBrokenLinks(self, checker, broken): argument 276 category = checker.findEntity(entity_name).category 301 def outputMissingIncludes(self, checker, missing): argument 319 fn = checker.findEntity(entity).filename
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 203 const SensorEventsChecker<EventType>& checker) { in testStreamingOperation() argument 249 EXPECT_TRUE(checker.check(sensorEvents, &s)) << s; in testStreamingOperation() 426 const SensorEventsChecker<EventType>& checker) { in testDirectReportOperation() argument 536 EXPECT_TRUE(checker.check(sensorEvents, &s)) << s; in testDirectReportOperation()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 3557 improved checker scripts; minor markup fixes; and using the `apiext:` 3735 * Update checker scripts to detect extension number conflicts in `vk.xml`, 4547 * Fix XML consistency checker script to add exceptions to naming patterns 4550 be integers, for compatibility with the consistency checker script 5980 * Make repository REUSE-compliant, and run the `reuse` license checker as 7300 * Add a new checker script `scripts/xml_consistency.py`. This is not 7407 * Script updates to add tests to the checker, refactor and reformat code, 7411 * Script updates and minor fixes in spec language to not raise checker
|