Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dguiconfig.py79 standard_sc_expr_str, \
815 s = standard_sc_expr_str(node.item)
2070 return (sc.name if sc.name else standard_sc_expr_str(sc)) + "\n\n"
2276 standard_sc_expr_str(node.item)) + path
2296 return standard_sc_expr_str(sc)
H A Dmenuconfig.py222 standard_sc_expr_str, \
1453 standard_sc_expr_str(menu.item))
2802 standard_sc_expr_str(node.item)) + path
2829 return standard_sc_expr_str(sc)
2979 s += " " + standard_sc_expr_str(node.item)
H A Dkconfiglib.py4758 return self.custom_str(standard_sc_expr_str)
5233 return standard_sc_expr_str(self) + " " + _locs(self)
5359 return self.custom_str(standard_sc_expr_str)
5782 return self.custom_str(standard_sc_expr_str)
6045 def standard_sc_expr_str(sc): function
6060 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str):