Searched defs:threshold (Results 1 – 4 of 4) sorted by relevance
62 val threshold = in <lambda>() constant114 val threshold = in <lambda>() constant
31 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : constant in platform.test.screenshot.matchers.MSSIMMatcher
217 public void setThreshold(int threshold) { in setThreshold()
511 public boolean isProcessOomScoreAbove(String processName, long pid, int threshold) { in isProcessOomScoreAbove()