Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DStandardDeviationVerificationTest.java49 float[] threshold = {2, 2, 4}; in testVerify() local
62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification()
86 float[] threshold, in getVerification()
DOffsetVerificationTest.java98 private void runStats(float threshold, float[][] values, boolean pass) { in runStats()
115 float threshold, float[] ... values) { in getVerification()
DMagnitudeVerificationTest.java52 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats()
69 private static MagnitudeVerification getVerification(float expected, float threshold, in getVerification()
DMagnitudeVerification.java57 public MagnitudeVerification(float expected, float threshold) { in MagnitudeVerification()
74 Float threshold = DEFAULTS.get(sensorType)[1]; in getDefault() local
DMeanLargerThanVerification.java74 float threshold; in getDefault() local
DStandardDeviationVerification.java59 public StandardDeviationVerification(float[] threshold) { in StandardDeviationVerification()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
21 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
21 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssTtffTests.java81 private void checkTtffColdWithWifiOn(long threshold) throws Exception { in checkTtffColdWithWifiOn()
96 private void checkTtffHotWithWifiOn(long threshold) throws Exception { in checkTtffHotWithWifiOn()
135 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssPseudorangeVerificationTest.java229 double threshold = PSEUDORANGE_THRESHOLD_IN_SEC; in validatePseudorange() local
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCalibratedUncalibratedVerifier.java45 float threshold) { in SensorCalibratedUncalibratedVerifier()
74 float threshold) { in verifyMeasurements()
111 float threshold) { in verifyCalibratedUncalibratedPair()
/cts/tests/app/src/android/app/cts/
DActivityManagerMemoryInfoTest.java42 final long threshold = 500L; in testWriteToParcel() local
70 final long threshold = 500L; in testReadFromParcel() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DColorCountVerifier.java26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
DBlurPixelVerifier.java60 float threshold = .05f; in verify() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DInstallUpdateTest.java217 private void setNonChargingBatteryThreshold(int threshold) { in setNonChargingBatteryThreshold()
227 private void setChargingBatteryThreshold(int threshold) { in setChargingBatteryThreshold()
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java91 BufferedImage generated, int threshold) { in checkNeighbors()
130 int threshold) { in compare()
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java267 final int threshold = 20; in testDecodeGainmapBitmapRegionDecoderWithInSampleSize() local
478 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
504 private static boolean pixelsAreSame(int ideal, int given, int threshold) { in pixelsAreSame()
512 int threshold) { in assertBitmapColor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java21 private double threshold; // threshold of passing, drop off compared to 2000 kHz field in WavAnalyzer
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java399 final int threshold = 3; in testSDRFromSurfaceViewAndTextureView() local
496 private boolean pixelsAreSame(int ideal, int given, int threshold) { in pixelsAreSame()
503 private void assertPixelsAreSame(int ideal, int given, int threshold) { in assertPixelsAreSame()
/cts/tests/sensor/src/android/hardware/cts/
DSensorHeadTrackerTest.java431 float threshold = 0.001f; in headTrackerData() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java39 public MSSIMComparer(double threshold) { in MSSIMComparer()
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java219 private static void verifySimilar(Bitmap expected, Bitmap real, double threshold) { in verifySimilar()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DGlitchAnalyzer.h68 static const double threshold = 1.0e-14; in getSignalToNoiseDB() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestMmTelFeature.java150 public void setMediaThreshold(int sessionType, MediaThreshold threshold) { in setMediaThreshold()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java579 final int threshold = width * height / 4; in scanImage() local

12