Searched refs:expected3 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | sample.rscript | 28 float4 expected0, float4 expected1, float4 expected2, float4 expected3) { 40 _RS_ASSERT(compare(expected3, result)); 45 float4 expected0, float4 expected1, float4 expected2, float4 expected3) { 57 _RS_ASSERT(compare(expected3, result));
|
/cts/tests/tests/os/src/android/os/cts/ |
D | PatternMatcherTest.java | 84 String expected3 = "PatternMatcher{GLOB: test}"; in testToString() local 93 assertEquals(expected3, mPatternMatcher.toString()); in testToString()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | TypedValueTest.java | 216 final float expected3 = 39.0f; in testComplexToFloat() local 219 assertEquals(expected3, TypedValue.complexToFloat(complex3), 0.0f); in testComplexToFloat()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PathTest.java | 137 Path.FillType expected3 = Path.FillType.INVERSE_WINDING; in testAccessFillType() local 148 assertEquals(expected3, path.getFillType()); in testAccessFillType()
|