Home
last modified time | relevance | path

Searched refs:search (Results 1 – 7 of 7) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py334 match = re.search(ABORT_ADDR_RE, line)
424 match = re.search(STACK_ADDR_RE, line)
447 match = re.search(GRAPH_ADDR_RE, line)
448 match_re = re.search(GRAPH_RE, line)
467 match = re.search(REGION_RE, line)
476 match = re.search(ELF_LIST_RE, line)
484 match = re.search(TA_PANIC_RE, line)
491 match = re.search(TEE_LOAD_ADDR_RE, line)
494 match = re.search(CALL_STACK_RE, line)
527 match = re.search(FUNC_GRAPH_RE, line)
[all …]
H A Dget_maintainer.py114 match = re.search(PATCH_START, line)
140 match = re.search(DIFF_GIT_RE, line)
146 match = re.search(REVIEWED_RE, line)
152 match = re.search(ACKED_RE, line)
/optee_os/scripts/kconfig/kconfiglib/
H A Dguiconfig.py1750 def search(_=None): function
1796 entry.bind("<Return>", search)
1797 entry.bind("<KP_Enter>", search)
1799 ttk.Button(dialog, text="Search", command=search) \
1859 regex_searches = [re.compile(regex).search
1878 for search in regex_searches:
1884 if not (sc.name and search(sc.name.lower()) or
1885 node.prompt and search(node.prompt[0].lower())):
1898 for search in regex_searches:
1899 if not search(node.prompt[0].lower()):
H A Dmenuconfig.py2085 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()
H A Dkconfiglib.py7120 return re.compile(regex, 0 if _IS_PY2 else re.ASCII).search
/optee_os/core/lib/qcbor/
H A DREADME.md145 supports search by string, but no integer, nor duplicate detection.
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1616 * Fix the library search path when building a shared library with CMake