Searched defs:regex (Results 1 – 6 of 6) sorted by relevance
191 private String getStringFromDumpsys(String regex) throws Exception { in getStringFromDumpsys()
182 Pattern regex = Pattern.compile("^\\w+-(\\w+)_\\d+fps\\.\\w+"); in input() local
244 protected <T> T executeAndParseCommand(Pattern regex, String matchNotFoundErrorMessage, in executeAndParseCommand()259 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand()
220 public static boolean propertyMatches(String property, String regex) { in propertyMatches()
218 var regex = "" in <lambda>() variable
411 for (const std::regex& regex : kSystemPathRegexes) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local