Searched refs:STRING (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | guiconfig.py | 82 BOOL, TRISTATE, STRING, INT, HEX, \ 826 if sym.orig_type == STRING: 868 if item.orig_type in (STRING, INT, HEX): 1012 return sc.orig_type in (STRING, INT, HEX) or len(sc.assignable) > 1 \ 1123 if sc.type in (INT, HEX, STRING): 2085 if sym.orig_type == STRING
|
| 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 …]
|
| 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):
|
| /hal_nxp-latest/mcux/mcux-sdk/tools/cmake_toolchain_files/ |
| D | armgcc_aarch64.cmake | 13 STRING(REGEX REPLACE "\\\\" "/" TOOLCHAIN_DIR "${TOOLCHAIN_DIR}")
|
| D | xcc.cmake | 15 STRING(REGEX REPLACE "\\\\" "/" TOOLCHAIN_DIR "${TOOLCHAIN_DIR}")
|
| D | xclang.cmake | 13 STRING(REGEX REPLACE "\\\\" "/" TOOLCHAIN_DIR "${TOOLCHAIN_DIR}")
|
| D | armgcc_force_cpp.cmake | 13 STRING(REGEX REPLACE "\\\\" "/" TOOLCHAIN_DIR "${TOOLCHAIN_DIR}")
|
| D | armgcc.cmake | 13 STRING(REGEX REPLACE "\\\\" "/" TOOLCHAIN_DIR "${TOOLCHAIN_DIR}")
|
| /hal_nxp-latest/mcux/mcux-sdk/cmake/ |
| D | kconfig.cmake | 280 set(${name} ${${name}} CACHE STRING "")
|