Searched refs:TYPE_TO_STR (Results 1 – 4 of 4) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | setconfig.py | 79 .format(value, kconfiglib.TYPE_TO_STR[sym.orig_type],
|
| H A D | kconfiglib.py | 1290 .format(val, TYPE_TO_STR[sym.orig_type], 3283 .format(sc.name_and_loc, TYPE_TO_STR[new_type])) 3751 TYPE_TO_STR[target_sym.orig_type], 3759 TYPE_TO_STR[target_sym.orig_type], 3768 .format(TYPE_TO_STR[sym.orig_type], 3784 .format(TYPE_TO_STR[sym.orig_type], 3790 .format(TYPE_TO_STR[sym.orig_type], 3802 .format(TYPE_TO_STR[sym.orig_type], 3811 .format(TYPE_TO_STR[sym.orig_type], 3835 TYPE_TO_STR[choice.orig_type])) [all …]
|
| H A D | menuconfig.py | 223 TRI_TO_STR, TYPE_TO_STR, \ 1585 "{} ({})".format(node.prompt[0], TYPE_TO_STR[sc.orig_type]), 2553 "Type: {}\n".format(TYPE_TO_STR[sym.type]) + 2568 "Type: {}\n".format(TYPE_TO_STR[choice.type]) + 3090 .format(s, TYPE_TO_STR[sym.orig_type]))
|
| H A D | guiconfig.py | 80 TRI_TO_STR, TYPE_TO_STR, \ 1196 dialog.title("Enter {} value".format(TYPE_TO_STR[sym.type])) 1304 s, TYPE_TO_STR[sym.type]),
|