Searched refs:matchResult (Results 1 – 3 of 3) sorted by relevance
73 val matchResult = pattern.find(sliceString) in parseSliceName() constant75 if (matchResult != null) { in parseSliceName()76 val sliceType = matchResult.groups[1]!!.value.trim() in parseSliceName()79 … if (matchResult.groups.size > 2 && !matchResult.groups[2]!!.value.isEmpty()) { in parseSliceName()80 matchResult.groups[2]!!.value.trim() in parseSliceName()
72 val (matchResult, pattern) = in add() constant78 inclusionExpressions.add(AnnotationFilterEntry.fromOption(pattern, matchResult)) in add()87 .sortedBy { it.matchResult } in build()92 val (includes, excludes) = patterns.partition { it.matchResult } in build()137 return entries.firstOrNull { entry -> annotationsMatch(entry, annotation) }?.matchResult in matches()199 val matchResult: Boolean, constant in com.android.tools.metalava.AnnotationFilterEntry208 if (!matchResult) { in toString()226 fun fromOption(text: String, matchResult: Boolean = true): AnnotationFilterEntry { in fromOption()244 return AnnotationFilterEntry(qualifiedName, attributes, matchResult) in fromOption()
365 for (matchResult in matchResults.reversed()) { in styleEnumHelpTextIfNeeded() method366 matchResult.replaceChoiceOption(this) { optionValue -> in styleEnumHelpTextIfNeeded()