/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestAbs.rs | 24 return abs(inV); 28 return abs(inV); 32 return abs(inV); 36 return abs(inV); 40 return abs(inV); 44 return abs(inV); 48 return abs(inV); 52 return abs(inV); 56 return abs(inV); 60 return abs(inV); [all …]
|
/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() 11 + Math.abs(Color.green(color) - Color.green(expectedColor)) in verifyPixelWithThreshold() 12 + Math.abs(Color.blue(color) - Color.blue(expectedColor)); in verifyPixelWithThreshold() 24 return Math.abs(Color.red(color) - average) <= threshold in verifyPixelGrayScale() 25 && Math.abs(Color.green(color) - average) <= threshold in verifyPixelGrayScale() 26 && Math.abs(Color.blue(color) - average) <= threshold; in verifyPixelGrayScale()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | ScaleAnimationTest.java | 116 assertTrue(Math.abs(trans1X) < Math.abs(trans2X)); in testApplyTransformation() 117 assertTrue(Math.abs(trans2X) < Math.abs(trans3X)); in testApplyTransformation() 118 assertTrue(Math.abs(trans1Y) < Math.abs(trans2Y)); in testApplyTransformation() 119 assertTrue(Math.abs(trans2Y) < Math.abs(trans3Y)); in testApplyTransformation() 158 assertTrue(Math.abs(trans1X) < Math.abs(trans2X)); 159 assertTrue(Math.abs(trans2X) < Math.abs(trans3X)); 160 assertTrue(Math.abs(trans1Y) < Math.abs(trans2Y)); 161 assertTrue(Math.abs(trans2Y) < Math.abs(trans3Y));
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_param_color_correction.py | 104 assert(abs(g_means[1] - g_means[0]) < THRESHOLD_MAX_DIFF) 105 assert(abs(g_means[2] - g_means[1]) < THRESHOLD_MAX_DIFF) 106 assert(abs(r_means[2] - r_means[0]) < THRESHOLD_MAX_DIFF) 107 assert(abs(r_means[1] - 2.0 * r_means[0]) < THRESHOLD_MAX_DIFF) 108 assert(abs(b_means[1] - b_means[0]) < THRESHOLD_MAX_DIFF) 109 assert(abs(b_means[2] - 2.0 * b_means[0]) < THRESHOLD_MAX_DIFF)
|
D | test_crop_region_raw.py | 104 assert ((abs(cr_expected["left"] - cr_reported["left"]) <= ex) and 105 (abs(cr_expected["right"] - cr_reported["right"]) <= ex) and 106 (abs(cr_expected["top"] - cr_reported["top"]) <= ey) and 107 (abs(cr_expected["bottom"] - cr_reported["bottom"]) <= ey))
|
D | test_param_tonemap_mode.py | 105 assert(abs(rgb_diffs[0]) < THRESHOLD_DIFF_MAX_DIFF) 106 assert(abs(rgb_diffs[1]) < THRESHOLD_DIFF_MAX_DIFF) 107 assert(abs(rgb_diffs[2]) < THRESHOLD_DIFF_MAX_DIFF)
|
D | test_tonemap_sequence.py | 74 assert(all([abs(deltas[i]) < MAX_SAME_DELTA for i in [0,1,3,4]])) 75 assert(abs(deltas[2]) > MIN_DIFF_DELTA)
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | MovementDetectorHelper.java | 102 float totalAcceleration = Math.abs(linearAcceleration[0]) in onSensorChanged() 103 + Math.abs(linearAcceleration[1]) in onSensorChanged() 104 + Math.abs(linearAcceleration[2]); in onSensorChanged()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | BitmapUtils.java | 85 diff += Math.abs(Color.red(aPix) - Color.red(bPix)); // red in calcDifferenceMetric() 86 diff += Math.abs(Color.green(aPix) - Color.green(bPix)); // green in calcDifferenceMetric() 87 diff += Math.abs(Color.blue(aPix) - Color.blue(bPix)); // blue in calcDifferenceMetric()
|
/cts/suite/audio_quality/test_description/processing/ |
D | check_spectrum_playback.py | 53 print "Phh", abs(Phh[iLow:iHigh]) 54 spectrum = np.sqrt(abs(Phh[iLow:iHigh])) 59 positiveMax = abs(max(spectrum)) 60 negativeMin = abs(min(spectrum))
|
D | check_spectrum.py | 57 print "Phh", abs(Phh[iLow:iHigh]) 58 print "Pdd", abs(Pdd[iLow:iHigh]) 59 amplitudeRatio = np.sqrt(abs(Pdd[iLow:iHigh]/Phh[iLow:iHigh])) 64 positiveMax = abs(max(amplitudeRatio)) 65 negativeMin = abs(min(amplitudeRatio))
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
D | T_invoke_static_range_19.java | 22 return Math.abs(-1234567); in run()
|
D | T_invoke_static_range_1.java | 22 return Math.abs(-1234567); in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
D | T_invoke_static_19.java | 22 return Math.abs(-1234567); in run()
|
D | T_invoke_static_1.java | 22 return Math.abs(-1234567); in run()
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_jitter.py | 61 assert(abs(range0) < MAX_FRAME_DELTA_JITTER) 62 assert(abs(range1) < MAX_FRAME_DELTA_JITTER)
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanPreTransformTest.java | 119 return Math.abs(actualR - expectedR) + Math.abs(actualG - expectedG) in pixelDiff() 120 + Math.abs(actualB - expectedB); in pixelDiff()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 211 float absError = Math.abs(actual - expected); in error() 215 if (Math.abs(expected) < 0.001f) { in error() 218 return absError / Math.abs(expected); in error()
|
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
D | Ecef2LlaConverter.java | 76 boolean polesCheck = Math.abs(ecefXMeters) < ECEF_NEAR_POLE_THRESHOLD_METERS in convertECEFToLLACloseForm() 77 && Math.abs(ecefYMeters) < ECEF_NEAR_POLE_THRESHOLD_METERS; in convertECEFToLLACloseForm() 79 altMeters = Math.abs(ecefZMeters) - SEMI_MINOR_AXIS_METERS; in convertECEFToLLACloseForm()
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_burst_sameness_fullres_auto.py | 86 delta_maxes.append(max(abs(delta_max_pos), abs(delta_max_neg)))
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarTests.java | 253 float hueDiff = Math.abs(ColorUtils.hue(background) - ColorUtils.hue(c)); in evaluateLightBarBitmap() 292 return Math.abs(Color.alpha(c1) - Color.alpha(c2)) < COLOR_COMPONENT_ERROR_MARGIN in isColorSame() 293 && Math.abs(Color.red(c1) - Color.red(c2)) < COLOR_COMPONENT_ERROR_MARGIN in isColorSame() 294 && Math.abs(Color.green(c1) - Color.green(c2)) < COLOR_COMPONENT_ERROR_MARGIN in isColorSame() 295 && Math.abs(Color.blue(c1) - Color.blue(c2)) < COLOR_COMPONENT_ERROR_MARGIN; in isColorSame()
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 120 if (Math.abs(db) > threshold || in compare() 121 Math.abs(dg) > threshold || in compare() 122 Math.abs(dr) > threshold) { in compare()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | ColorBufferTest.java | 193 assertTrue(Math.abs(r - (actualColor[0]/255)) < 0.1f); in compare() 194 assertTrue(Math.abs(g - (actualColor[1]/255)) < 0.1f); in compare() 195 assertTrue(Math.abs(b - (actualColor[2]/255)) < 0.1f); in compare()
|
D | NativeColorBufferTest.java | 187 assertTrue(Math.abs(r - (actualColor[0]/255.0)) < 0.1f); in compare() 188 assertTrue(Math.abs(g - (actualColor[1]/255.0)) < 0.1f); in compare() 189 assertTrue(Math.abs(b - (actualColor[2]/255.0)) < 0.1f); in compare()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/ |
D | MetadataTests.java | 90 Math.abs(stats.getDeletionTimeSec() - expectedTime) <= 2); in testConfigTtl() 102 Math.abs(stats.getCreationTimeSec() - expectedTime) <= 2); in testConfigTtl()
|