Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DAlmostPerfectMatcher.kt62 val threshold = in <lambda>() constant
114 val threshold = in <lambda>() constant
DMSSIMMatcher.kt31 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : constant in platform.test.screenshot.matchers.MSSIMMatcher
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DTotalPssHelper.java217 public void setThreshold(int threshold) { in setThreshold()
DShowmapSnapshotHelper.java511 public boolean isProcessOomScoreAbove(String processName, long pid, int threshold) { in isProcessOomScoreAbove()