Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/cross_tool/
Dorigin_allow_list.ts33 for (const regex of list) { constant
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_module_under_source.py10 def match_any(regex, iterable): argument
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java708 public InterestingLineMatcher(String tag, String regex) { in InterestingLineMatcher()