/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/ |
D | CoverageComparator.java | 27 int diff = Integer.compare(getCoveragePercentageSegment(lhsPct), in compare() local
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
D | CompareUtils.java | 10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) in verifyPixelWithThreshold() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | CompareUtils.java | 10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) in verifyPixelWithThreshold() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | FractionTest.java | 95 float diff = Math.abs(expected - res); in tryFraction() local
|
D | ConfigurationTest.java | 784 int diff = config1.diff(config2); in testDiff_localeFixUp() local
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyTestAnalyzer.java | 104 TestResultTable diff; in getDiff() local 134 TestResultTable diff; in getTailDiff() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | WorkSourceTest.java | 400 … private void doTestRemoveUids(int[] lhs, int[] rhs, int[] result, boolean diff) throws Exception { in doTestRemoveUids() 420 String[] resultnames, boolean diff) throws Exception { in doTestRemoveNames() 443 int[] result, String[] resultnames, boolean diff) throws Exception { in doTestRemoveUidsNames() 462 private void doTestRemove(int[] lhs, int[] rhs, int[] result, boolean diff) throws Exception { in doTestRemove() 469 makeStringArray(result), diff); in doTestRemove() local
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 150 double diff = (max - min)*100/max; in analyzeResults() local 217 double diff = (dhryMax - dhryMin)*100/dhryMax; in testShader() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 61 final File diff = File.createTempFile("diff_" + mExpected.getName(), ".png"); in call() local 172 final BufferedImage diff = new BufferedImage( in createDiff() local
|
/cts/tests/app/BroadcastsTest/common/src/com/android/app/cts/broadcasts/ |
D | BroadcastReceipt.java | 73 long diff = time - referenceTime; in formatTime() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | BubbleActivity.java | 115 int diff = bottomInset - bubbleWindowMetrics.getBounds().bottom; in checkHeight() local
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | VideoErrorManager.java | 151 long diff = (long) ((int) dataA[offset + w] & 0xffff) - ((int) dataB[offset + w] in computeMSE() local 160 int diff = ((int) data0[offset + w] & 0xff) - ((int) data1[offset + w] & 0xff); in computeMSE() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanPreTransformTest.java | 178 int diff = 0; in validatePixelValuesAfterRotation() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | BitmapUtils.java | 63 double diff = 0; in compareBitmap() local
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | FeatureGroupInfoTest.java | 136 int diff = sFeatureInfoComparator.compare(a[i], b[i]); in compareFeatureInfoArrays() local
|
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | GlitchAnalyzer.h | 221 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/ |
D | ColorUtils.java | 110 float diff = Math.abs(e - o); in verifyChannel() local
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerServiceHostTest.java | 206 String diff(T actual, T expected) { in diff() method in TvInputManagerServiceHostTest.CorrespondenceFieldChainBuilder.GetterName
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssLocationUpdateIntervalTest.java | 313 double diff = d - mean; in computeStdev() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/util/ |
D | TestUtils.java | 496 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0); in assertContentsInAnyOrder() local 498 extraneousFreq.put(actualEntry.getKey(), diff); in assertContentsInAnyOrder() local 506 int diff = expectedCount - ((actualCount != null) ? actualCount : 0); in assertContentsInAnyOrder() local 508 missingFreq.put(expectedEntry.getKey(), diff); in assertContentsInAnyOrder() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/ |
D | BaseSineAnalyzer.java | 217 double diff = p1 - p2; in calculatePhaseError() local
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceSensorManagerTest.java | 342 final long diff = e.timestamp - lastTimestamp[i]; in testSensorManagerListenerForSensors() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 655 double diff = 0.0; in calcMaxErr() local 703 double diff = 0.0; in calcSqrErr() local
|
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
D | MediaTranscodingTestUtil.java | 418 int diff = ((int) data0[i] & 0xff) - ((int) data1[i] & 0xff); in computePSNR() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 195 public static PointF diff(PointF a, PointF b) { in diff() method in GestureUtils
|