Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 3 of 3) 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
128 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_partialMatch() local
161 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard() local
187 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard_precedence() local
/tools/loganalysis/tests/src/com/android/loganalysis/util/
DRegexTrieTest.java97 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_fullMatch() local
128 List<List<String>> groups = new ArrayList<List<String>>(); in testGroups_partialMatch() local
161 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard() local
187 List<List<String>> groups = new ArrayList<List<String>>(); in testWildcard_precedence() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java921 void executeCmdRunnable(Runnable command, CaptureList groups) { in executeCmdRunnable()
979 CaptureList groups = new CaptureList(); in run() local