Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py27 PAT_ID = 0 variable
111 self.disable_check_count = {pat[PAT_ID]: 0 for pat in bad_pattern_defs}
119 if self.disable_check_count[pat[PAT_ID]] == 0]
120 self.bad_pattern_ids = [pat[PAT_ID] for pat in bad_pattern_defs \
121 if self.disable_check_count[pat[PAT_ID]] == 0]