Searched defs:groups (Results 1 – 2 of 2) sorted by relevance
97 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_fullMatch() local128 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_partialMatch() local161 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard() local187 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard_precedence() local
42 REGEX_JAR_PATH.matchEntire(file.path)?.groups?.let { groups -> in <lambda>() method