Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dkconfiglib.py1140 if expr_value(cond):
1618 if node.item is MENU and expr_value(node.dep) and \
1619 expr_value(node.visibility) and \
1651 elif expr_value(node.dep) and \
1652 ((item is MENU and expr_value(node.visibility)) or
1710 sym.visibility <= expr_value(sym.rev_dep):
1988 return expr_value(self._expect_expr_and_eol())
4323 if expr_value(cond):
4366 if expr_value(cond):
4411 if expr_value(cond):
[all …]
H A Dguiconfig.py78 expr_str, expr_value, split_expr, \
766 return node.prompt and expr_value(node.prompt[1]) and not \
767 (node.item == MENU and not expr_value(node.visibility))
1003 if not (node.prompt and expr_value(node.prompt[1])):
1310 if expr_value(cond):
1333 if expr_value(cond):
2120 .format(TRI_TO_STR[expr_value(sc.direct_dep)],
2146 s += ' (={})'.format(TRI_TO_STR[expr_value(val)])
2155 .format(TRI_TO_STR[expr_value(cond)],
2186 s += " (={})".format(TRI_TO_STR[expr_value(term)])
[all …]
H A Dmenuconfig.py221 expr_str, expr_value, split_expr, \
1563 return node.prompt and expr_value(node.prompt[1]) and not \
1564 (node.item == MENU and not expr_value(node.visibility))
1637 if not (node.prompt and expr_value(node.prompt[1])):
2646 .format(TRI_TO_STR[expr_value(sc.direct_dep)],
2672 s += ' (={})'.format(TRI_TO_STR[expr_value(val)])
2681 .format(TRI_TO_STR[expr_value(cond)],
2712 s += " (={})".format(TRI_TO_STR[expr_value(term)])
2726 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val]
3094 if expr_value(cond):
[all …]