Searched defs:regex (Results 1 – 5 of 5) 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()
227 public static boolean propertyMatches(String property, String regex) { in propertyMatches()
421 for (const std::regex& regex : kSystemPathRegexes) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local