Home
last modified time | relevance | path

Searched refs:all_checks (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py372 def __init__(self, all_json, all_checks, all_tests): argument
374 self.checks = all_checks
713 all_checks = len(val_source.vuid_count_dict.keys())
715 print("Found %d unique vuid checks in layer source code." % all_checks)
737 …d in layer code: %04d explicit, %04d implicit, %04d total." % (exp_checks, imp_checks, all_checks))
743 …s checked: %.1f%% (%d checked vs %d defined)" % ((100.0 * all_checks / all_json), all_checks, all…
748 …ted: %.1f%% (%d tested vs %d checks)" % ((100.0 * all_tests / all_checks), all_tests, all_checks))
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpython_checks.py147 def all_checks(endswith: str = '.py', function
/external/pigweed/pw_presubmit/
Ddocs.rst201 python_checks.all_checks(exclude=PATH_EXCLUSIONS),