HomeSort by relevance Sort by last modified time
    Searched refs:evaluate (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runners/model/
Statement.java 15 public abstract void evaluate() throws Throwable; method in class:Statement
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Predicate.java 19 boolean evaluate(Object arg); method in interface:Predicate
DuplicatesPredicate.java 24 public boolean evaluate(Object arg) { method in class:DuplicatesPredicate
RejectModifierPredicate.java 27 public boolean evaluate(Object arg) { method in class:RejectModifierPredicate
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 37 * If a request is made to evaluate the expression in the absence
85 * <p>Evaluate the compiled XPath expression in the specified context and return the result as the specified type.</p>
108 public Object evaluate(Object item, QName returnType) method in interface:XPathExpression
112 * <p>Evaluate the compiled XPath expression in the specified context and return the result as a <code>String</code>.</p>
114 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of
131 public String evaluate(Object item) method in interface:XPathExpression
135 * <p>Evaluate the compiled XPath expression in the context of the specified <code>InputSource</code> and return the result as the
139 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.</p>
150 * @param source The <code>InputSource</code> of the document to evaluate over.
160 public Object evaluate(InputSource source, QName returnType method in interface:XPathExpression
183 public String evaluate(InputSource source) method in interface:XPathExpression
    [all...]
XPathFunction.java 35 * <p>Evaluate the function with the specified arguments.</p>
48 public Object evaluate(List args) method in interface:XPathFunction
XPath.java 38 * If a request is made to evaluate the expression in the absence
184 * <p>Evaluate an <code>XPath</code> expression in the specified context and return the result as the specified type.</p>
213 public Object evaluate(String expression, Object item, QName returnType) method in interface:XPath
217 * <p>Evaluate an XPath expression in the specified context and return the result as a <code>String</code>.</p>
219 * <p>This method calls {@link #evaluate(String expression, Object item, QName returnType)} with a <code>returnType</code> of
239 public String evaluate(String expression, Object item) method in interface:XPath
243 * <p>Evaluate an XPath expression in the context of the specified <code>InputSource</code>
247 * {@link #evaluate(String expression, Object item, QName returnType)} on the resulting document object.</p>
259 * @param source The input source of the document to evaluate over.
269 public Object evaluate( method in interface:XPath
297 public String evaluate(String expression, InputSource source) method in interface:XPath
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunctionTest.cpp 219 EXPECT_EQ(0.2, linearTiming->evaluate(0.2, 0));
220 EXPECT_EQ(0.6, linearTiming->evaluate(0.6, 0));
221 EXPECT_EQ(-0.2, linearTiming->evaluate(-0.2, 0));
222 EXPECT_EQ(1.6, linearTiming->evaluate(1.6, 0));
229 EXPECT_NEAR(0.418, cubicEaseTiming->evaluate(0.25, tolerance), tolerance);
230 EXPECT_NEAR(0.805, cubicEaseTiming->evaluate(0.50, tolerance), tolerance);
231 EXPECT_NEAR(0.960, cubicEaseTiming->evaluate(0.75, tolerance), tolerance);
234 EXPECT_NEAR(0.093, cubicEaseInTiming->evaluate(0.25, tolerance), tolerance);
235 EXPECT_NEAR(0.305, cubicEaseInTiming->evaluate(0.50, tolerance), tolerance);
236 EXPECT_NEAR(0.620, cubicEaseInTiming->evaluate(0.75, tolerance), tolerance)
    [all...]
  /frameworks/base/core/java/android/animation/
TypeEvaluator.java 42 public T evaluate(float fraction, T startValue, T endValue); method in interface:TypeEvaluator
FloatEvaluator.java 38 public Float evaluate(float fraction, Number startValue, Number endValue) { method in class:FloatEvaluator
IntEvaluator.java 38 public Integer evaluate(float fraction, Integer startValue, Integer endValue) { method in class:IntEvaluator
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 76 virtual Value evaluate() const OVERRIDE;
83 virtual Value evaluate() const OVERRIDE;
90 virtual Value evaluate() const OVERRIDE;
95 virtual Value evaluate() const OVERRIDE;
100 virtual Value evaluate() const OVERRIDE;
107 virtual Value evaluate() const OVERRIDE;
114 virtual Value evaluate() const OVERRIDE;
121 virtual Value evaluate() const OVERRIDE;
128 virtual Value evaluate() const OVERRIDE;
133 virtual Value evaluate() const OVERRIDE
307 Value FunLast::evaluate() const function in class:WebCore::XPath::FunLast
312 Value FunPosition::evaluate() const function in class:WebCore::XPath::FunPosition
317 Value FunId::evaluate() const function in class:WebCore::XPath::FunId
392 Value FunLocalName::evaluate() const function in class:WebCore::XPath::FunLocalName
406 Value FunNamespaceURI::evaluate() const function in class:WebCore::XPath::FunNamespaceURI
420 Value FunName::evaluate() const function in class:WebCore::XPath::FunName
434 Value FunCount::evaluate() const function in class:WebCore::XPath::FunCount
441 Value FunString::evaluate() const function in class:WebCore::XPath::FunString
448 Value FunConcat::evaluate() const function in class:WebCore::XPath::FunConcat
462 Value FunStartsWith::evaluate() const function in class:WebCore::XPath::FunStartsWith
473 Value FunContains::evaluate() const function in class:WebCore::XPath::FunContains
484 Value FunSubstringBefore::evaluate() const function in class:WebCore::XPath::FunSubstringBefore
500 Value FunSubstringAfter::evaluate() const function in class:WebCore::XPath::FunSubstringAfter
512 Value FunSubstring::evaluate() const function in class:WebCore::XPath::FunSubstring
543 Value FunStringLength::evaluate() const function in class:WebCore::XPath::FunStringLength
550 Value FunNormalizeSpace::evaluate() const function in class:WebCore::XPath::FunNormalizeSpace
561 Value FunTranslate::evaluate() const function in class:WebCore::XPath::FunTranslate
581 Value FunBoolean::evaluate() const function in class:WebCore::XPath::FunBoolean
586 Value FunNot::evaluate() const function in class:WebCore::XPath::FunNot
591 Value FunTrue::evaluate() const function in class:WebCore::XPath::FunTrue
596 Value FunLang::evaluate() const function in class:WebCore::XPath::FunLang
631 Value FunFalse::evaluate() const function in class:WebCore::XPath::FunFalse
636 Value FunNumber::evaluate() const function in class:WebCore::XPath::FunNumber
643 Value FunSum::evaluate() const function in class:WebCore::XPath::FunSum
660 Value FunFloor::evaluate() const function in class:WebCore::XPath::FunFloor
665 Value FunCeiling::evaluate() const function in class:WebCore::XPath::FunCeiling
681 Value FunRound::evaluate() const function in class:WebCore::XPath::FunRound
    [all...]
XPathExpression.idl 24 [RaisesException] XPathResult evaluate([Default=Undefined] optional Node contextNode,
XPathPredicate.cpp 51 Value Number::evaluate() const function in class:WebCore::XPath::Number
67 Value StringExpression::evaluate() const function in class:WebCore::XPath::StringExpression
72 Value Negative::evaluate() const function in class:WebCore::XPath::Negative
74 Value p(subExpr(0)->evaluate());
85 Value NumericOp::evaluate() const function in class:WebCore::XPath::NumericOp
87 Value lhs(subExpr(0)->evaluate());
88 Value rhs(subExpr(1)->evaluate());
219 Value EqTestOp::evaluate() const function in class:WebCore::XPath::EqTestOp
221 Value lhs(subExpr(0)->evaluate());
222 Value rhs(subExpr(1)->evaluate());
239 Value LogicalOp::evaluate() const function in class:WebCore::XPath::LogicalOp
252 Value Union::evaluate() const function in class:WebCore::XPath::Union
289 bool Predicate::evaluate() const function in class:WebCore::XPath::Predicate
    [all...]
XPathPredicate.h 43 virtual Value evaluate() const OVERRIDE;
55 virtual Value evaluate() const OVERRIDE;
63 virtual Value evaluate() const OVERRIDE;
75 virtual Value evaluate() const OVERRIDE;
85 virtual Value evaluate() const OVERRIDE;
102 virtual Value evaluate() const OVERRIDE;
109 virtual Value evaluate() const OVERRIDE;
120 bool evaluate() const;
XPathPath.h 46 virtual Value evaluate() const OVERRIDE;
61 virtual Value evaluate() const OVERRIDE;
63 void evaluate(NodeSet&) const; // nodes is an input/output parameter
80 virtual Value evaluate() const OVERRIDE;
XPathVariableReference.cpp 40 Value VariableReference::evaluate() const function in class:WebCore::XPath::VariableReference
XPathVariableReference.h 41 virtual Value evaluate() const OVERRIDE;
  /external/junit/src/org/junit/rules/
Verifier.java 32 public void evaluate() throws Throwable {
33 base.evaluate();
ExternalResource.java 43 public void evaluate() throws Throwable {
46 base.evaluate();
RunRules.java 17 public void evaluate() throws Throwable { method in class:RunRules
18 statement.evaluate();
  /external/chromium_org/v8/test/mjsunit/
regress-3225.js 16 assertEquals(1, exec_state.frame(0).evaluate('a').value());
17 assertEquals(3, exec_state.frame(0).evaluate('b').value());
18 exec_state.frame(0).evaluate("a = 4").value();
21 assertEquals(4, exec_state.frame(0).evaluate('a').value());
22 assertEquals(3, exec_state.frame(0).evaluate('b').value());
23 exec_state.frame(0).evaluate("b = 5").value();
debug-evaluate-closure.js 36 assertEquals("goo", exec_state.frame(0).evaluate("goo").value());
37 exec_state.frame(0).evaluate("goo = 'goo foo'");
38 assertEquals("bar return", exec_state.frame(0).evaluate("bar()").value());
39 assertEquals("inner bar", exec_state.frame(0).evaluate("inner").value());
40 assertEquals("outer bar", exec_state.frame(0).evaluate("outer").value());
41 assertEquals("baz inner", exec_state.frame(0).evaluate("baz").value());
42 assertEquals("baz outer", exec_state.frame(1).evaluate("baz").value());
43 exec_state.frame(0).evaluate("w = 'w foo'");
44 exec_state.frame(0).evaluate("inner = 'inner foo'");
45 exec_state.frame(0).evaluate("outer = 'outer foo'")
    [all...]
  /external/junit/src/org/junit/internal/runners/statements/
RunBefores.java 25 public void evaluate() throws Throwable { method in class:RunBefores
28 fNext.evaluate();
Fail.java 14 public void evaluate() throws Throwable { method in class:Fail

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>