Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dguiconfig.py1002 sc = node.item
1122 sc = node.item
1138 _set_val(sc, sc.assignable[0])
1143 val_index = sc.assignable.index(sc.tri_value)
1144 _set_val(sc, sc.assignable[(val_index + 1) % len(sc.assignable)])
1891 if not (sc.name and search(sc.name.lower()) or
2073 def _name_info(sc): argument
2077 return (sc.name if sc.name else standard_sc_expr_str(sc)) + "\n\n"
2105 def _help_info(sc): argument
2295 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
[all …]
A Dmenuconfig.py1578 sc = node.item
1606 _set_val(sc, sc.assignable[0])
1611 val_index = sc.assignable.index(sc.tri_value)
1612 _set_val(sc, sc.assignable[(val_index + 1) % len(sc.assignable)])
1629 sc = node.item
1649 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
2586 def _name_info(sc): argument
2590 return "Name: {}\n".format(sc.name) if sc.name else ""
2630 def _help_info(sc): argument
2827 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
[all …]
A Dkconfiglib.py3295 if sc.orig_type and sc.orig_type is not new_type:
5867 lines = ["choice " + sc.name if sc.name else "choice"]
5888 if sc is sc.kconfig.defconfig_list:
5894 if sc is sc.kconfig.modules:
5907 if sc.__class__ is Choice and sc.is_optional:
6099 if sc.is_constant and sc.name not in STR_TO_TRI:
6103 return "<choice {}>".format(sc.name) if sc.name else "<choice>"
6344 if sc.__class__ is Symbol and sc.choice:
6346 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
6475 def _locs(sc): argument
[all …]
/scripts/pylib/twister/twisterlib/
A Denvironment.py988 sc = SizeCalculator(fn, [])
989 sc.size_report()

Completed in 29 milliseconds