Searched refs:all_json (Results 1 – 1 of 1) sorted by relevance
390 def __init__(self, all_json, all_checks, all_tests): argument391 self.valid = all_json678 all_json = len(val_json.all_vuids)680 print("Found %d unique error vuids in validusage.json file." % all_json)717 …defined in JSON file: %04d explicit, %04d implicit, %04d total." % (exp_json, imp_json, all_json))724 …ked: %.1f%% (%d checked vs %d defined)" % ((100.0 * all_checks / all_json), all_checks, all_json))