Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 29) sorted by relevance

12

/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DCompareUtils.java10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) in verifyPixelWithThreshold() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DCompareUtils.java10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) in verifyPixelWithThreshold() local
/cts/tests/tests/content/src/android/content/res/cts/
DFractionTest.java80 float diff = Math.abs(expected - res); in tryFraction() local
DConfigurationTest.java636 int diff = config1.diff(config2); in testDiff_localeFixUp() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DHasCoverage.java31 int diff = Integer.compare(getCoveragePercentageSegment(lhsPct), in compare() local
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java104 TestResultTable diff; in getDiff() local
134 TestResultTable diff; in getTailDiff() local
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java149 double diff = (max - min)*100/max; in analyzeResults() local
216 double diff = (dhryMax - dhryMin)*100/dhryMax; in testShader() local
/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java367 … private void doTestRemoveUids(int[] lhs, int[] rhs, int[] result, boolean diff) throws Exception { in doTestRemoveUids()
387 String[] resultnames, boolean diff) throws Exception { in doTestRemoveNames()
410 int[] result, String[] resultnames, boolean diff) throws Exception { in doTestRemoveUidsNames()
429 private void doTestRemove(int[] lhs, int[] rhs, int[] result, boolean diff) throws Exception { in doTestRemove()
436 makeStringArray(result), diff); in doTestRemove() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java61 final File diff = File.createTempFile("diff_" + mExpected.getName(), ".png"); in call() local
172 final BufferedImage diff = new BufferedImage( in createDiff() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java113 int diff = bottomInset - bubbleWindowMetrics.getBounds().bottom; in checkHeight() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformTest.java170 int diff = 0; in validatePixelValuesAfterRotation() local
/cts/tests/tests/content/src/android/content/pm/cts/
DFeatureGroupInfoTest.java136 int diff = sFeatureInfoComparator.compare(a[i], b[i]); in compareFeatureInfoArrays() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java89 double diff = 0; in compareBitmap() local
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DGlitchAnalyzer.h221 double diff = predicted - sample; in processInputFrame() local
266 double diff = predicted - sample; in processInputFrame() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DColorUtils.java110 float diff = Math.abs(e - o); in verifyChannel() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java350 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0); in assertContentsInAnyOrder() local
352 extraneousFreq.put(actualEntry.getKey(), diff); in assertContentsInAnyOrder() local
360 int diff = expectedCount - ((actualCount != null) ? actualCount : 0); in assertContentsInAnyOrder() local
362 missingFreq.put(expectedEntry.getKey(), diff); in assertContentsInAnyOrder() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerServiceHostTest.java205 String diff(T actual, T expected) { in diff() method in TvInputManagerServiceHostTest.CorrespondenceFieldChainBuilder.GetterName
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationUpdateIntervalTest.java294 double diff = d - mean; in computeStdev() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java147 public static PointF diff(PointF a, PointF b) { in diff() method in GestureUtils
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java339 final long diff = e.timestamp - lastTimestamp[i]; in testSensorManagerListenerForSensors() local
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java402 int diff = ((int) data0[i] & 0xff) - ((int) data1[i] & 0xff); in computePSNR() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java655 double diff = 0.0; in calcMaxErr() local
703 double diff = 0.0; in calcSqrErr() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java417 double diff = deltaList.get(i) - average; in execute() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java443 final double diff = state.mMediaDurationUs - state.mClockDurationUs * playbackRate ; in playAV() local
DMediaPlayerTest.java1273 int diff = Math.abs((int)(playedMediaDurationMs / playbackRate) - playTime); in testPlaybackRate() local

12