Home
last modified time | relevance | path

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

/external/u-boot/test/py/
Du_boot_console_base.py26 PAT_ID = 0 variable
110 self.disable_check_count = {pat[PAT_ID]: 0 for pat in bad_pattern_defs}
118 if self.disable_check_count[pat[PAT_ID]] == 0]
119 self.bad_pattern_ids = [pat[PAT_ID] for pat in bad_pattern_defs \
120 if self.disable_check_count[pat[PAT_ID]] == 0]