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/
DReferencePipeline.java435 evaluate(ForEachOps.makeRef(action, false));
440 evaluate(ForEachOps.makeRef(action, true));
467 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.ANY));
472 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.ALL));
477 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.NONE));
482 return evaluate(FindOps.makeRef(true));
487 return evaluate(FindOps.makeRef(false));
492 return evaluate(ReduceOps.makeRef(identity, accumulator, accumulator));
497 return evaluate(ReduceOps.makeRef(accumulator));
502 return evaluate(ReduceOps.makeRef(identity, accumulator, combiner));
[all …]
DLongPipeline.java402 evaluate(ForEachOps.makeLong(action, false));
407 evaluate(ForEachOps.makeLong(action, true));
455 return evaluate(ReduceOps.makeLong(identity, op));
460 return evaluate(ReduceOps.makeLong(op));
471 return evaluate(ReduceOps.makeLong(supplier, accumulator, operator));
476 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ANY));
481 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.ALL));
486 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.NONE));
491 return evaluate(FindOps.makeLong(true));
496 return evaluate(FindOps.makeLong(false));
DDoublePipeline.java386 evaluate(ForEachOps.makeDouble(consumer, false));
391 evaluate(ForEachOps.makeDouble(consumer, true));
476 return evaluate(ReduceOps.makeDouble(identity, op));
481 return evaluate(ReduceOps.makeDouble(op));
492 return evaluate(ReduceOps.makeDouble(supplier, accumulator, operator));
497 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.ANY));
502 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.ALL));
507 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.NONE));
512 return evaluate(FindOps.makeDouble(true));
517 return evaluate(FindOps.makeDouble(false));
DIntPipeline.java421 evaluate(ForEachOps.makeInt(action, false));
426 evaluate(ForEachOps.makeInt(action, true));
473 return evaluate(ReduceOps.makeInt(identity, op));
478 return evaluate(ReduceOps.makeInt(op));
489 return evaluate(ReduceOps.makeInt(supplier, accumulator, operator));
494 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ANY));
499 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.ALL));
504 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.NONE));
509 return evaluate(FindOps.makeInt(true));
514 return evaluate(FindOps.makeInt(false));
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.java205 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()
542 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.txt19657 …method public Object evaluate(String, Object, javax.xml.namespace.QName) throws javax.xml.xpath.XP…
19658 method public String evaluate(String, Object) throws javax.xml.xpath.XPathExpressionException;
19659 …method public Object evaluate(String, org.xml.sax.InputSource, javax.xml.namespace.QName) throws j…
19660 …method public String evaluate(String, org.xml.sax.InputSource) throws javax.xml.xpath.XPathExpress…
19685 …method public Object evaluate(Object, javax.xml.namespace.QName) throws javax.xml.xpath.XPathExpre…
19686 method public String evaluate(Object) throws javax.xml.xpath.XPathExpressionException;
19687 …method public Object evaluate(org.xml.sax.InputSource, javax.xml.namespace.QName) throws javax.xml…
19688 …method public String evaluate(org.xml.sax.InputSource) throws javax.xml.xpath.XPathExpressionExcep…
19717 method public Object evaluate(java.util.List) throws javax.xml.xpath.XPathFunctionException;