Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRegexTrieTest.java97 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_fullMatch() local
99 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 …]
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DCMakeCompatibleVersion.kt59 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()
DNdkVersion.kt39 qualifier.takeIf { match.groups[4] != null } in fromString()
46 return fromString(it.groups.last()!!.value) in fromSourcePropertiesText()
/tools/asuite/atest/
Dresult_reporter.py356 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():
/tools/tradefederation/core/atest/
Dresult_reporter.py347 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():
/tools/acloud/internal/lib/
Dutils_test.py330 groups = ["group1", "group2"]
335 groups))
341 groups))
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java921 void executeCmdRunnable(Runnable command, CaptureList groups) { in executeCmdRunnable() argument
926 ((ArgRunnable<CaptureList>) command).run(groups); in executeCmdRunnable()
979 CaptureList groups = new CaptureList(); in run() local
1026 Runnable command = mCommandTrie.retrieve(groups, tokens); in run()
1028 executeCmdRunnable(command, groups); in run()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py121 version = match.groups()[0]
Dapollo_lib.py1217 if match.groups()[0] == '1': # new crash found
1221 re.DOTALL).groups()
/tools/test/connectivity/acts/tests/google/wifi/rtt/
DREADME.md6 There are 2 groups of tests (in 2 sub-directories):
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md6 There are 4 groups of tests (in 4 sub-directories):
/tools/repohooks/tools/
Dcpplint.py1476 head, quote, tail = match.groups()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...