Searched refs:upperBound (Results 1 – 3 of 3) sorted by relevance
241 private static void assertColorMostlyInRange(@ColorInt int actual, @ColorInt int upperBound, in assertColorMostlyInRange() argument244 && Color.alpha(actual) <= Color.alpha(upperBound)); in assertColorMostlyInRange()246 && Color.red(actual) <= Color.red(upperBound)); in assertColorMostlyInRange()248 && Color.green(actual) <= Color.green(upperBound)); in assertColorMostlyInRange()250 && Color.blue(actual) <= Color.blue(upperBound)); in assertColorMostlyInRange()
99 public static void assertArrayWithinUpperBound(String message, float[] value, float upperBound) in assertArrayWithinUpperBound() argument104 message, value[i], upperBound, i, Arrays.toString(value)), in assertArrayWithinUpperBound()105 value[i] < upperBound); in assertArrayWithinUpperBound()
1305 Instant upperBound = Instant.now(); in testSetToNow() local1313 && actualSeconds <= upperBound.getEpochSecond()); in testSetToNow()