Searched defs:regex (Results 1 – 6 of 6) sorted by relevance
129 var regex = "" in <lambda>() variable
186 Pattern regex = Pattern.compile("^\\w+-(\\w+)_\\d+fps\\.\\w+"); in input() local
231 protected <T> T executeAndParseCommand(Pattern regex, String matchNotFoundErrorMessage, in executeAndParseCommand()246 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand()
220 public static boolean propertyMatches(String property, String regex) { in propertyMatches()
158 final String regex = "user_id=" + userId + ".+?roles=\\[(.+?)\\]"; in addAssistRoleHolder() local
406 for (const std::regex& regex : kSystemPathRegexes) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local