Searched defs:matcher (Results 1 – 10 of 10) sorted by relevance
162 val matcher = PACKAGE_PATTERN.matcher(source) in getPackage() constant171 val matcher = CLASS_PATTERN.matcher(source.replace('\n', ' ')) in getClassName() constant
155 Matcher matcher = durationPattern.mStartTimePattern.matcher(line); in parseGenericTimingItem() local228 Matcher matcher = SYSTEM_SERVICES_DURATION.matcher(line); in parseSystemServicesTimingItem() local
101 public Matcher matcher(String string) { in matcher() method in RegexTrie.CompPattern215 Matcher matcher = pattern.matcher(curKey); in recursiveRetrieve() local
72 Matcher matcher = LINK_TAG_PATTERN.matcher(publicAlternativesString); in resolvePublicAlternatives() local
73 private val matcher: Matcher constant106 private val matcher = Pattern.compile(FtraceLineRE).matcher("") constant in trebuchet.importers.ftrace.FtraceLine.Parser
68 public Matcher matcher(CharSequence input) { in matcher() method in Hints.PatternWithRange
80 def match_node(node, **matcher):
75 var matcher: Matcher? = null variable in trebuchet.util.MatchResult
824 Matcher matcher = spPattern.matcher(currentSP); in matchOnSP() local843 Matcher matcher = imsiPattern.matcher(currentImsi); in matchOnImsi() local
387 val matcher = XML_SIGNATURE.matcher(signature) in <lambda>() constant