Lines Matching defs:found
121 """Dictionary of VUID numbers found, containing a list of (file, VUID)
122 on which that number was found. This is used to warn on duplicate
241 'No param name found for VUID tag on line:',
602 # Dictionary of VUID numbers found, containing a list of (file, VUID) on
603 # which that number was found
630 found = args.vuidDict[vuid]
631 if len(found) > 1:
632 logWarn('Duplicate VUID number {} found in files:'.format(vuid))
633 for (file, vuidLine) in found:
639 logErr('Failed with', dupVUIDs, 'duplicated VUID numbers found.\n' +