Home
last modified time | relevance | path

Searched refs:matchExpr (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DNodeHandler.java51 public NodeHandler addHandler(String matchExpr, NodeHandler subHandler) { in addHandler() argument
52 Matcher attrMatcher = ATTR_RE.matcher(matchExpr); in addHandler()
77 throw new RuntimeException("unknown pattern " + matchExpr); in addHandler()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyIterator.java128 XPath matchExpr = kd.getMatch(); in acceptNode() local
129 double score = matchExpr.getMatchScore(xctxt, testNode); in acceptNode()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java101 Expression matchExpr = matchXPath.getExpression(); in setTemplate() local
103 if (matchExpr instanceof StepPattern) in setTemplate()
105 insertPatternInTable((StepPattern) matchExpr, template); in setTemplate()
107 else if (matchExpr instanceof UnionPattern) in setTemplate()
109 UnionPattern upat = (UnionPattern) matchExpr; in setTemplate()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4667 matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end")
4673 matchExpr.setParseAction(extractText)
4674 matchExpr.ignoreExprs = expr.ignoreExprs
4675 return matchExpr
5066 matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) )
5069matchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastE…
5071matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) )
5073 matchExpr = FollowedBy(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \
5082 matchExpr = FollowedBy(opExpr.expr + thisExpr) + Group( opExpr + thisExpr )
5085matchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisE…
[all …]
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4667 matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end")
4673 matchExpr.setParseAction(extractText)
4674 matchExpr.ignoreExprs = expr.ignoreExprs
4675 return matchExpr
5066 matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) )
5069matchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastE…
5071matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) )
5073 matchExpr = FollowedBy(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \
5082 matchExpr = FollowedBy(opExpr.expr + thisExpr) + Group( opExpr + thisExpr )
5085matchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisE…
[all …]