Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DEvaluatorTest.java53 float result = floatEvaluator.evaluate(0, start, end); in testFloatEvaluator()
56 result = floatEvaluator.evaluate(fraction, start, end); in testFloatEvaluator()
59 result = floatEvaluator.evaluate(1, start, end); in testFloatEvaluator()
78 float[] result = evaluator.evaluate(0, start, end); in floatArrayEvaluatorTestImpl()
82 result = evaluator.evaluate(fraction, start, end); in floatArrayEvaluatorTestImpl()
86 result = evaluator.evaluate(1, start, end); in floatArrayEvaluatorTestImpl()
110 int result = (Integer) evaluator.evaluate(0, START, END); in testArgbEvaluator()
120 result = (Integer) evaluator.evaluate(.5f, START, END); in testArgbEvaluator()
138 result = (Integer) evaluator.evaluate(1, START, END); in testArgbEvaluator()
156 int result = intEvaluator.evaluate(0, start, end); in testIntEvaluator()
[all …]
DValueAnimatorTest.java415 public PointF evaluate(float fraction, PointF startValue, PointF endValue) { in testSetObjectValues()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DRetryRuleTest.java50 public void evaluate() throws Throwable { in evaluate() method in RetryRuleTest.RetryableStatement
67 .evaluate(); in testPassOnRetryableException()
75 mDescription).evaluate(); in testFailOnRetryableException()
87 .evaluate(); in testPassOnStaleObjectException()
95 mDescription).evaluate(); in testFailOnStaleObjectException()
DRequiredFeatureRule.java46 public void evaluate() throws Throwable { in apply()
53 base.evaluate(); in apply()
DRetryRule.java48 public void evaluate() throws Throwable { in apply()
52 base.evaluate(); in apply()
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
DFlakyTestRule.java38 public void evaluate() throws Throwable { in apply()
42 statement.evaluate(); in apply()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java26 return mean.evaluate(data); in mean()
34 return std.evaluate(data); in std()
43 return median.evaluate(); in median()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java289 public void evaluate() throws Throwable { in apply()
291 base.evaluate(); in apply()
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java560 public void evaluate() throws Throwable { in evaluate() method in PixelCopyTest.SurfaceTextureRule.CreateSurfaceTextureStatement
562 mBase.evaluate(); in evaluate()