Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 17 of 17) sorted by relevance

/cts/libs/view/src/com/android/view/
DPosition.java66 double difference = originToOtherAngle - originToThisAngle; in arcAngleTo() local
70 if (difference < -Math.PI) { in arcAngleTo()
71 difference += 2 * Math.PI; in arcAngleTo()
72 } else if (difference > Math.PI){ in arcAngleTo()
73 difference -= 2 * Math.PI; in arcAngleTo()
75 return difference; in arcAngleTo()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java253 final BitmapCompare.Difference difference = BitmapCompare.computeMinimumDifference( in validateResult() local
256 + difference.bestMatchBorderCrop.first + ", " in validateResult()
257 + difference.bestMatchBorderCrop.second + "), " in validateResult()
259 + difference.greatestPixelDifference in validateResult()
260 + (difference.greatestPixelDifferenceCoordinates != null in validateResult()
261 ? " at (" + difference.greatestPixelDifferenceCoordinates.first + ", " in validateResult()
262 + difference.greatestPixelDifferenceCoordinates.second + ")" : "") in validateResult()
264 difference.greatestPixelDifference <= ALLOWED_GREATEST_PIXEL_DIFFERENCE); in validateResult()
DDecodeAccuracyTestBase.java1793 final int difference = euclideanDistance(pixels1[i], pixels2[i]); in computeDifference() local
1794 if (difference > greatestDifference) { in computeDifference()
1795 greatestDifference = difference; in computeDifference()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h51 int difference = 0.f; in squareDistance() local
52 difference = (static_cast<float>(mX) - static_cast<float>(param.x())) * in squareDistance()
56 return difference; in squareDistance()
Dvec3.h81 float difference = 0.f; in squareDistance() local
82 difference = static_cast<float>(mRed - param.r()) * in squareDistance()
88 return difference; in squareDistance()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java220 float difference; in calculatePathDifferences() local
224 difference = mReferencePathDistances.get(i) - mTestPathDistances.get(i); in calculatePathDifferences()
225 mPathAccuracy.add(Math.abs(difference)); in calculatePathDifferences()
254 private void recordPathTestResults(float difference) { in recordPathTestResults() argument
255 int pathNumber = mPathAccuracy.indexOf(difference); in recordPathTestResults()
260 " Difference: " + difference + in recordPathTestResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java339 int difference = (currentOrientation - defaultOrientation) % ORIENTATION_COUNT; in getDeviceRotation() local
340 difference = difference * 90; in getDeviceRotation()
342 return difference; in getDeviceRotation()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java102 double difference = mean - value.doubleValue(); in getVariance() local
103 squaredDiffs.add(Math.pow(difference, 2)); in getVariance()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DProcStateAtomTests.java306 private Set<Integer> difference(Set<Integer> a, Set<Integer> b) { in difference() method in ProcStateAtomTests
314 return difference(ALL_STATES, set); in complement()
/cts/tests/tests/location/protos/
Dephemeris.proto79 // Mean motion difference from computed value.
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh13 // The difference here is that we use a normalized model such
Dcamera_response.rsh13 // The difference here is that we use a normalized model such
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java503 double difference = BitmapUtils.calcDifferenceMetric(yuvBmap, jpegBmap); in testAllOutputYUVResolutions() local
509 difference); in testAllOutputYUVResolutions()
510 if (difference > tolerance) { in testAllOutputYUVResolutions()
534 difference + ", tolerance is " + tolerance); in testAllOutputYUVResolutions()
DDngCreatorTest.java608 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair() local
609 if (difference > IMAGE_DIFFERENCE_TOLERANCE) { in validateRawJpegImagePair()
634 difference); in validateRawJpegImagePair()
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DValidationTests.java191 long difference = Math.abs(statsdDurationMs - bsDurationMs); local
194 difference <= Math.max(bsDurationMs / 10, 10L));
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale250 difference in execution time to a Dhrystone version where all
327 feeling how much performance difference is due to compiler optimization
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...