Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Doldconfig.py32 from kconfiglib import Symbol, Choice, BOOL, TRISTATE, HEX, standard_kconfig
71 if not isinstance(node.item, (Symbol, Choice)):
82 if isinstance(node.item, Symbol):
H A Dguiconfig.py75 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
572 Symbol_ = Symbol
683 if node.list and not isinstance(node.item, Symbol):
706 if node.list and isinstance(node.item, Symbol):
710 elif node.list and isinstance(node.item, Symbol):
747 elif node.list and isinstance(node.item, Symbol):
797 if isinstance(node.item, Symbol):
808 elif isinstance(node.item, Symbol):
818 if isinstance(node.item, Symbol):
888 return isinstance(item, Symbol) and item.choice and item.visibility == 2
[all …]
H A Dmenuconfig.py218 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
1420 if isinstance(node.item, (Symbol, Choice)) and node.help:
1504 elif node.list and isinstance(node.item, Symbol):
1544 if isinstance(node.item, Symbol)}
1552 if isinstance(node.item, Symbol):
1631 if not isinstance(sc, (Symbol, Choice)):
1649 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
2303 if isinstance(node.item, (Symbol, Choice)):
2531 title = ("Symbol" if isinstance(node.item, Symbol) else
2547 if isinstance(node.item, Symbol):
[all …]
H A Dkconfiglib.py998 sym = Symbol()
1635 if item.__class__ is Symbol:
1951 if unique_syms and node.item.__class__ is Symbol:
2305 sym = Symbol()
2324 sym = Symbol()
2551 if token.__class__ is not Symbol:
2562 if token.__class__ is not Symbol or token.is_constant:
2921 if sym.__class__ is not Symbol or sym.is_constant:
3161 if node.item.__class__ is not Symbol:
3188 if node.item.__class__ is not Symbol:
[all …]