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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 23 evaluate returns [result]: r=expression { $result = $r.result };
67 def evaluate( expression ) method in class:TestCalcParser
70 value = parser.evaluate
87 parser_value, errors = evaluate( expression )
93 val, errors = evaluate "6 - (2*1"
  /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/junit/src/main/java/org/junit/rules/
RunRules.java 19 public void evaluate() throws Throwable { method in class:RunRules
20 statement.evaluate();
  /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
  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
Const.java 22 public double evaluate() { method in class:Const
IExpression.java 16 public double evaluate(); method in interface:IExpression
  /external/junit/src/main/java/org/junit/runners/model/
Statement.java 14 public abstract void evaluate() throws Throwable; method in class:Statement
  /external/junit-params/src/main/java/junitparams/internal/
InvokeNonParameterisedMethod.java 20 public void evaluate() throws Throwable { method in class:InvokeNonParameterisedMethod
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
AnglesPercentageEvaluator.java 20 public static float evaluate(float value) { method in class:AnglesPercentageEvaluator
AnglesVarianceEvaluator.java 20 public static float evaluate(float value) { method in class:AnglesVarianceEvaluator
DirectionEvaluator.java 20 public static float evaluate(float xDiff, float yDiff, int type) { method in class:DirectionEvaluator
DurationCountEvaluator.java 21 public static float evaluate(float value) { method in class:DurationCountEvaluator
EndPointLengthEvaluator.java 20 public static float evaluate(float value) { method in class:EndPointLengthEvaluator
EndPointRatioEvaluator.java 20 public static float evaluate(float value) { method in class:EndPointRatioEvaluator
LengthCountEvaluator.java 24 public static float evaluate(float value) { method in class:LengthCountEvaluator
PointerCountEvaluator.java 20 public static float evaluate(int value) { method in class:PointerCountEvaluator
SpeedAnglesPercentageEvaluator.java 20 public static float evaluate(float value) { method in class:SpeedAnglesPercentageEvaluator
SpeedEvaluator.java 20 public static float evaluate(float value) { method in class:SpeedEvaluator
SpeedRatioEvaluator.java 20 public static float evaluate(float value) { method in class:SpeedRatioEvaluator
SpeedVarianceEvaluator.java 20 public static float evaluate(float value) { method in class:SpeedVarianceEvaluator
  /libcore/dalvik/src/test/java/dalvik/system/
CloseGuardTest.java 38 public void evaluate() throws Throwable {
41 base.evaluate();
  /external/junit/src/main/java/org/junit/internal/runners/statements/
ExpectException.java 16 public void evaluate() throws Exception { method in class:ExpectException
19 next.evaluate();

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>