Searched refs:search (Results 1 – 25 of 38) sorted by relevance
12
| /hal_nxp-latest/mcux/scripts/pinctrl/kinetis/ |
| D | kinetis_cfg_utils.py | 167 if re.search(r'PT([A-Z])(\d+)', pin.attrib['name']): 169 pin_regex = re.search(r'PT([A-Z])(\d+)', pin.attrib['name']) 171 elif re.search(r'PIO(\d)_(\d+)', pin.attrib['name']): 173 pin_regex = re.search(r'PIO(\d)_(\d+)', pin.attrib['name']) 175 elif re.search(r'P(\d)_(\d+)', pin.attrib['name']): 177 pin_regex = re.search(r'P(\d)_(\d+)', pin.attrib['name'])
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | guiconfig.py | 1756 def search(_=None): function 1802 entry.bind("<Return>", search) 1803 entry.bind("<KP_Enter>", search) 1805 ttk.Button(dialog, text="Search", command=search) \ 1865 regex_searches = [re.compile(regex).search 1884 for search in regex_searches: 1890 if not (sc.name and search(sc.name.lower()) or 1891 node.prompt and search(node.prompt[0].lower())): 1904 for search in regex_searches: 1905 if not search(node.prompt[0].lower()):
|
| D | menuconfig.py | 2085 regex_searches = [re.compile(regex).search 2101 for search in regex_searches: 2107 if not (sc.name and search(sc.name.lower()) or 2108 node.prompt and search(node.prompt[0].lower())): 2121 for search in regex_searches: 2122 if not search(node.prompt[0].lower()): 2909 new_i = re.search(r"(?:\w*|\W)\s*$", s[:i]).start()
|
| /hal_nxp-latest/mcux/scripts/pinctrl/ |
| D | gen_board_pinctrl.py | 98 match = re.search(r'data_version=([\d\.]+)', line)
|
| D | gen_soc_headers.py | 98 match = re.search(r'data_version=([\d\.]+)', line)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi4/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi4/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/xtensa/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/min-rt/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/sim/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/sim/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/xtensa/gdbio/ |
| D | specs | 25 # The %s suffix tells the compiler driver to search for the file in the
|
12