Searched refs:groups (Results 1 – 13 of 13) sorted by relevance
97 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_fullMatch() local99 retrieved = mTrie.retrieve(groups, "a", "b"); in testGroups_fullMatch()101 assertEquals(2, groups.size()); in testGroups_fullMatch()102 assertEquals(NULL_LIST, groups.get(0)); in testGroups_fullMatch()103 assertEquals(NULL_LIST, groups.get(1)); in testGroups_fullMatch()105 retrieved = mTrie.retrieve(groups, "a", "beta"); in testGroups_fullMatch()107 assertEquals(2, groups.size()); in testGroups_fullMatch()108 assertEquals(NULL_LIST, groups.get(0)); in testGroups_fullMatch()109 assertEquals(Arrays.asList("beta"), groups.get(1)); in testGroups_fullMatch()111 retrieved = mTrie.retrieve(groups, "alpha", "b"); in testGroups_fullMatch()[all …]
59 match.groups[1]!!.value.toInt(), in toString()60 match.groups[2]?.value?.toInt(), in toString()61 match.groups[3]?.value?.toInt(), in toString()62 match.groups[4]?.value?.toInt() in toString()
39 qualifier.takeIf { match.groups[4] != null } in fromString()46 return fromString(it.groups.last()!!.value) in fromSourcePropertiesText()
356 for runner_name, groups in self.runners.items():357 if groups == UNSUPPORTED_FLAG:360 if groups == FAILURE_FLAG:365 for group_name, stats in groups.items():401 for runner_name, groups in self.runners.items():402 for group_name, _ in groups.items():
347 for runner_name, groups in self.runners.items():348 if groups == UNSUPPORTED_FLAG:351 if groups == FAILURE_FLAG:356 for group_name, stats in groups.items():
330 groups = ["group1", "group2"]335 groups))341 groups))
921 void executeCmdRunnable(Runnable command, CaptureList groups) { in executeCmdRunnable() argument926 ((ArgRunnable<CaptureList>) command).run(groups); in executeCmdRunnable()979 CaptureList groups = new CaptureList(); in run() local1026 Runnable command = mCommandTrie.retrieve(groups, tokens); in run()1028 executeCmdRunnable(command, groups); in run()
121 version = match.groups()[0]
1217 if match.groups()[0] == '1': # new crash found1221 re.DOTALL).groups()
6 There are 2 groups of tests (in 2 sub-directories):
6 There are 4 groups of tests (in 4 sub-directories):
1476 head, quote, tail = match.groups()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...