Home
last modified time | relevance | path

Searched refs:numErrors (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dmain.py162 numErrors = checker.numDiagnostics()
164 numErrors = checker.numErrors()
177 numErrors += len(checker.getBrokenLinks())
183 numErrors += len(checker.getMissingUnreferencedApiIncludes())
198 numErrors += len(missing)
203 numErrors += len(checker.getBrokenLinks())
225 print('Total number of errors with this run: {}'.format(numErrors))
228 if numErrors > args.ignore_count:
238 if numErrors:
Dmacro_checker.py189 def numErrors(self): member in MacroChecker
191 return sum((f.numErrors() for f in self.files))
Dmacro_checker_file.py1412 def numErrors(self): member in MacroCheckerFile
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtest_check_spec_links.py111 assert(ckr.check('*flink:abcd*').numErrors() == 1)
117 assert(ckr.check('basetype:uint32_t').numErrors() == 1)
120 assert(ckr.check('code:uint32_t').numErrors() == 0)
205 assert(ckr.check("[open,desc='',type='',xrefs='']").numErrors() == 1)
207 assert(ckr.check("[open,refpage='',type='',xrefs='']").numErrors() == 1)
209 assert(ckr.check("[open,refpage='',desc='',xrefs='']").numErrors() == 1)