Searched refs:STRING (Results 1 – 4 of 4) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | listnewconfig.py | 19 from kconfiglib import Kconfig, BOOL, TRISTATE, INT, HEX, STRING, TRI_TO_STR 52 (sym.visibility and (sym.orig_type in (INT, HEX, STRING) or
|
| H A D | guiconfig.py | 76 BOOL, TRISTATE, STRING, INT, HEX, \ 820 if sym.orig_type == STRING: 862 if item.orig_type in (STRING, INT, HEX): 1006 return sc.orig_type in (STRING, INT, HEX) or len(sc.assignable) > 1 \ 1117 if sc.type in (INT, HEX, STRING): 2079 if sym.orig_type == STRING
|
| H A D | kconfiglib.py | 1313 elif sym.orig_type is STRING: 1489 elif sym.orig_type is STRING: 1872 if sym.orig_type is STRING: 3771 if sym.orig_type is STRING: 4404 elif self.orig_type is STRING: 4616 (self.orig_type is STRING or 6025 if v1.orig_type is STRING and v2.orig_type is STRING: 6985 STRING = _T_STRING variable 6993 STRING: "string", 7003 STRING: 0, [all …]
|
| H A D | menuconfig.py | 219 BOOL, TRISTATE, STRING, INT, HEX, \ 1580 if sc.orig_type in (INT, HEX, STRING): 1640 return sc.orig_type in (STRING, INT, HEX) or len(sc.assignable) > 1 \ 2605 if sym.orig_type == STRING 3048 if item.orig_type in (STRING, INT, HEX):
|