Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 24 of 24) sorted by relevance

/libcore/luni/src/main/java/javax/xml/xpath/
DXPathExpression.java108 public Object evaluate(Object item, QName returnType) in evaluate() method
131 public String evaluate(Object item) in evaluate() method
160 public Object evaluate(InputSource source, QName returnType) in evaluate() method
183 public String evaluate(InputSource source) in evaluate() method
DXPath.java213 public Object evaluate(String expression, Object item, QName returnType) in evaluate() method
239 public String evaluate(String expression, Object item) in evaluate() method
269 public Object evaluate( in evaluate() method
297 public String evaluate(String expression, InputSource source) in evaluate() method
DXPathFunction.java48 public Object evaluate(List args) in evaluate() method
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXPathExFuncTest.java111 evaluate(false); in testExtFunc()
129 evaluate(false); in testExtFuncNotAllowed()
151 evaluate(true); in testEnableExtFunc()
180 …void evaluate(boolean enableExt) throws XPathFactoryConfigurationException, XPathExpressionExcepti… in evaluate() method in XPathExFuncTest
201 String xPathResult = xPath.evaluate(XPATH_EXPRESSION, document); in evaluate()
221 public Object evaluate(List list) throws XPathFunctionException { in evaluate() method in XPathExFuncTest.MyXPathFunction
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java159 xpath.evaluate(select, contextNode); in createFromTest()
175 Node newContext = (Node) xpath.evaluate( in createFromTest()
178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING)); in createFromTest()
188 NodeList result = (NodeList) xpath.evaluate( in createFromTest()
208 xpath.evaluate(select, contextNode, XPathConstants.STRING));
231 return (Node) xpath.evaluate(select, inputSource, XPathConstants.NODE);
/libcore/ojluni/src/main/java/java/util/stream/
DDoublePipeline.java449 evaluate(ForEachOps.makeDouble(consumer, false));
454 evaluate(ForEachOps.makeDouble(consumer, true));
530 return evaluate(ReduceOps.makeDoubleCounting());
541 return evaluate(ReduceOps.makeDouble(identity, op));
546 return evaluate(ReduceOps.makeDouble(op));
558 return evaluate(ReduceOps.makeDouble(supplier, accumulator, operator));
563 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.ANY));
568 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.ALL));
573 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.NONE));
578 return evaluate(FindOps.makeDouble(true));
[all …]
DIntPipeline.java481 evaluate(ForEachOps.makeInt(action, false));
486 evaluate(ForEachOps.makeInt(action, true));
506 return evaluate(ReduceOps.makeIntCounting());
533 return evaluate(ReduceOps.makeInt(identity, op));
538 return evaluate(ReduceOps.makeInt(op));
550 return evaluate(ReduceOps.makeInt(supplier, accumulator, operator));
555 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ANY));
560 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ALL));
565 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.NONE));
570 return evaluate(FindOps.makeInt(true));
[all …]
DLongPipeline.java463 evaluate(ForEachOps.makeLong(action, false));
468 evaluate(ForEachOps.makeLong(action, true));
505 return evaluate(ReduceOps.makeLongCounting());
516 return evaluate(ReduceOps.makeLong(identity, op));
521 return evaluate(ReduceOps.makeLong(op));
533 return evaluate(ReduceOps.makeLong(supplier, accumulator, operator));
538 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ANY));
543 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ALL));
548 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.NONE));
553 return evaluate(FindOps.makeLong(true));
[all …]
DReferencePipeline.java619 evaluate(ForEachOps.makeRef(action, false));
624 evaluate(ForEachOps.makeRef(action, true));
655 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.ANY));
660 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.ALL));
665 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.NONE));
670 return evaluate(FindOps.makeRef(true));
675 return evaluate(FindOps.makeRef(false));
680 return evaluate(ReduceOps.makeRef(identity, accumulator, accumulator));
685 return evaluate(ReduceOps.makeRef(accumulator));
690 return evaluate(ReduceOps.makeRef(identity, accumulator, combiner));
[all …]
DSortedOps.java153 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
157 … T[] flattenedData = helper.evaluate(spliterator, true, generator).asArray(generator); in opEvaluateParallel()
190 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
193 Node.OfInt n = (Node.OfInt) helper.evaluate(spliterator, true, generator); in opEvaluateParallel()
229 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
232 Node.OfLong n = (Node.OfLong) helper.evaluate(spliterator, true, generator); in opEvaluateParallel()
268 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
271 Node.OfDouble n = (Node.OfDouble) helper.evaluate(spliterator, true, generator); in opEvaluateParallel()
DPipelineHelper.java207 public abstract<P_IN> Node<P_OUT> evaluate(Spliterator<P_IN> spliterator, in evaluate() method in PipelineHelper
DAbstractPipeline.java228 final <R> R evaluate(TerminalOp<E_OUT, R> terminalOp) { in evaluate() method in AbstractPipeline
263 return evaluate(sourceSpliterator(0), true, generator); in evaluateToArrayNode()
572 public final <P_IN> Node<E_OUT> evaluate(Spliterator<P_IN> spliterator, in evaluate() method in AbstractPipeline
DDistinctOps.java74 return helper.evaluate(spliterator, false, generator); in makeRef()
/libcore/test-rules/src/main/java/libcore/junit/util/
DSwitchTargetSdkVersionRule.java135 public void evaluate() throws Throwable { in createStatement()
140 statement.evaluate(); in createStatement()
159 public void evaluate() {
DEnableDeprecatedBouncyCastleAlgorithmsRule.java58 public void evaluate() throws Throwable { in apply()
64 statement.evaluate(); in apply()
/libcore/test-rules/src/platform_compat/java/libcore/junit/util/
DCoreCompatChangeRule.java101 public void evaluate() throws Throwable { in evaluate() method in CoreCompatChangeRule.CompatChangeStatement
104 testStatement.evaluate(); in evaluate()
/libcore/test-rules/src/main/java/libcore/junit/junit3/
DTestCaseWithRules.java65 public void evaluate() throws Throwable { in runBare()
106 statement.evaluate(); in runBare()
/libcore/dalvik/src/test/java/libcore/dalvik/system/
DCloseGuardTest.java40 public void evaluate() throws Throwable { in preserveEnabledState()
43 base.evaluate(); in preserveEnabledState()
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
DCloseGuardSupport.java102 public void evaluate() throws Throwable { in apply()
113 base.evaluate(); in apply()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFilesSetup.java176 public void evaluate() throws Throwable { in apply()
179 statement.evaluate(); in apply()
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DCollectorOps.java72 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DCollectorOps.java73 return helper.evaluate(spliterator, false, generator); in opEvaluateParallel()
/libcore/expectations/
Dknownfailures.txt638 …description: "Second block first assertion fails. Is Last should evaluate true if the row on which…
1271 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
1272 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
1273 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
1274 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
1275 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
1276 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
/libcore/api/
Dcurrent.txt20982 …method public Object evaluate(String, Object, javax.xml.namespace.QName) throws javax.xml.xpath.XP…
20983 method public String evaluate(String, Object) throws javax.xml.xpath.XPathExpressionException;
20984 …method public Object evaluate(String, org.xml.sax.InputSource, javax.xml.namespace.QName) throws j…
20985 …method public String evaluate(String, org.xml.sax.InputSource) throws javax.xml.xpath.XPathExpress…
21010 …method public Object evaluate(Object, javax.xml.namespace.QName) throws javax.xml.xpath.XPathExpre…
21011 method public String evaluate(Object) throws javax.xml.xpath.XPathExpressionException;
21012 …method public Object evaluate(org.xml.sax.InputSource, javax.xml.namespace.QName) throws javax.xml…
21013 …method public String evaluate(org.xml.sax.InputSource) throws javax.xml.xpath.XPathExpressionExcep…
21042 method public Object evaluate(java.util.List) throws javax.xml.xpath.XPathFunctionException;