Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Doldconfig.py95 if sym.choice and sym.choice.tri_value == 2:
196 if options[sel_index - 1].tri_value != 2:
238 return "/".join(("NMY" if sym.tri_value == tri else "nmy")[tri]
H A Dlistnewconfig.py60 TRI_TO_STR[sym.tri_value])
H A Dkconfiglib.py1725 sym.tri_value == 2:
1904 if not (sym.orig_type in _BOOL_TRISTATE and not sym.tri_value)
4279 (self.choice and self.choice.tri_value == 2 or
4280 not self.kconfig.modules.tri_value):
4296 self._cached_str_val = TRI_TO_STR[self.tri_value]
4428 def tri_value(self): member in Symbol
5178 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5187 return TRI_TO_STR[self.tri_value]
5190 def tri_value(self): member in Choice
5429 if self.tri_value != 2:
[all …]
H A Dmenuconfig.py763 if sym.tri_value != sym.user_value:
1611 val_index = sc.assignable.index(sc.tri_value)
2994 not (sym.choice and sym.choice.tri_value == 2):
2998 if isinstance(node.item, Choice) and node.item.tri_value == 2:
3056 tri_val_str = (" ", "M", "*")[item.tri_value]
H A Dguiconfig.py263 if sym.tri_value != sym.user_value:
804 (sym.choice and sym.choice.tri_value == 2):
825 elif isinstance(node.item, Choice) and node.item.tri_value == 2:
1136 val_index = sc.assignable.index(sc.tri_value)