Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 11 of 11) sorted by relevance

/optee_os/scripts/kconfig/kconfiglib/
H A Doldconfig.py95 if sym.choice and sym.choice.tri_value == 2:
133 choice = node.item
136 if choice.user_selection and choice.user_selection.visibility == 2:
141 for sym in choice.syms:
142 if sym is not choice.user_selection and sym.visibility and \
153 options = [sym for sym in choice.syms if sym.visibility == 2]
162 print("{} ({})".format(node.prompt[0], _name_and_loc_str(choice)))
166 ">" if sym is choice.selection else " ",
181 choice.selection.set_value(2)
210 for sym in choice.syms:
[all …]
H A Dallmodconfig.py29 if not sym.choice:
35 for choice in kconf.unique_choices:
36 choice.set_value(2 if choice.orig_type == kconfiglib.BOOL else 1)
H A Dallyesconfig.py42 sym.set_value(1 if sym.choice else 2)
45 for choice in kconf.unique_choices:
46 choice.set_value(2)
H A Dkconfiglib.py1261 for choice in self.unique_choices:
1262 choice._was_set = False
1297 if sym.choice and val != "n":
1302 prev_mode = sym.choice.user_value
1311 sym.choice.set_value(val)
1364 for choice in self.unique_choices:
1365 if not choice._was_set:
1366 choice.unset_value()
1709 if not sym.choice and \
1721 if sym.choice and \
[all …]
H A Dmenuconfig.py1130 choice = _cur_menu.item
1131 if choice.selection:
1134 for node in choice.selection.nodes:
2221 key=lambda choice: choice.name or "")
2224 [node for choice in choices for node in choice.nodes],
2563 choice = node.item
2566 _name_info(choice) +
2567 _prompt_info(choice) +
2568 "Type: {}\n".format(TYPE_TO_STR[choice.type]) +
2569 'Mode: {}\n'.format(choice.str_value) +
[all …]
H A Dguiconfig.py804 (sym.choice and sym.choice.tri_value == 2):
869 return "selected" if item.choice.selection is item else "not-selected"
888 return isinstance(item, Symbol) and item.choice and item.visibility == 2
1961 key=lambda choice: choice.name or "")
1964 [node for choice in choices for node in choice.nodes],
2050 choice = node.item
2053 _name_info(choice) +
2054 _help_info(choice) +
2055 'Mode: {}\n\n'.format(choice.str_value) +
2056 _choice_syms_info(choice) +
[all …]
H A Dlistnewconfig.py53 sym.choice))):
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk207 srcs-y += src/pk/asn1/der/choice/der_decode_choice.c
/optee_os/core/lib/qcbor/
H A DREADME.md496 When creating a decode implementation, there is a choice of whether
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE438 impose that choice.
H A DChangeLog2377 this choice by setting MBEDTLS_PSA_HMAC_DRBG_MD_TYPE at compile time.
3467 one using PrintableString and the other UTF8String) or in the choice of
3834 * Fix a client-side bug in the validation of the server's ciphersuite choice
4067 * Change default choice of DHE parameters from untrustworthy RFC 5114