Searched refs:choice (Results 1 – 11 of 11) sorted by relevance
95 if sym.choice and sym.choice.tri_value == 2:133 choice = node.item136 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 …]
29 if not sym.choice:35 for choice in kconf.unique_choices:36 choice.set_value(2 if choice.orig_type == kconfiglib.BOOL else 1)
42 sym.set_value(1 if sym.choice else 2)45 for choice in kconf.unique_choices:46 choice.set_value(2)
1261 for choice in self.unique_choices:1262 choice._was_set = False1297 if sym.choice and val != "n":1302 prev_mode = sym.choice.user_value1311 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 …]
1130 choice = _cur_menu.item1131 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.item2566 _name_info(choice) +2567 _prompt_info(choice) +2568 "Type: {}\n".format(TYPE_TO_STR[choice.type]) +2569 'Mode: {}\n'.format(choice.str_value) +[all …]
804 (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 == 21961 key=lambda choice: choice.name or "")1964 [node for choice in choices for node in choice.nodes],2050 choice = node.item2053 _name_info(choice) +2054 _help_info(choice) +2055 'Mode: {}\n\n'.format(choice.str_value) +2056 _choice_syms_info(choice) +[all …]
53 sym.choice))):
207 srcs-y += src/pk/asn1/der/choice/der_decode_choice.c
496 When creating a decode implementation, there is a choice of whether
438 impose that choice.
2377 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 of3834 * Fix a client-side bug in the validation of the server's ciphersuite choice4067 * Change default choice of DHE parameters from untrustworthy RFC 5114