Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 5 of 5) sorted by relevance

/tools/loganalysis/javatests/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/javatests/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/security/fuzzing/measure_sandbox/
Dmeasure_sandbox.cpp30 const gid_t groups[] = {gid, AID_EVERYBODY, AID_MISC}; in set_groups() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DExtensionSdkJarReader.kt48 REGEX_JAR_PATH.matchEntire(file.path)?.groups?.let { groups -> in <lambda>() method
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1080 void executeCmdRunnable(Runnable command, CaptureList groups) { in executeCmdRunnable()
1147 CaptureList groups = new CaptureList(); in run() local