Searched refs:upper (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | SystemClockNetworkTimeTest.java | 155 private static void assertInRange(String tag, long value, long lower, long upper) { in assertInRange() argument 156 final Range<Long> range = new Range<>(lower, upper); in assertInRange() 157 assertTrue(tag + ": " + value + " is not within range [" + lower + ", " + upper + "]", in assertInRange()
|
/cts/tests/tests/time/src/android/app/time/cts/ |
D | NetworkTimeUpdateServiceSntpTest.java | 230 private static void assertInRange(String tag, long value, long lower, long upper) { in assertInRange() argument 231 final Range<Long> range = new Range<>(lower, upper); in assertInRange() 232 assertTrue(tag + ": " + value + " is not within range [" + lower + ", " + upper + "]", in assertInRange()
|
/cts/tools/incremental-cts/ |
D | target_file_handler.py | 35 real_file_name = file_name[1:idx].upper()+file_name[idx:]
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | verify.rscript | 83 // Just test the upper matrix for certain BLAS routines 107 // Just test the upper matrix for certain BLAS routines 131 // Just test the upper matrix for certain BLAS routines 155 // Just test the upper matrix for certain BLAS routines
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 190 double upper = Math.min(upperBoundary1, upperBoundary2); in verifyAchievableFrameRates() local 192 if (measured >= lower && measured <= upper) { in verifyAchievableFrameRates()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 1145 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor() local 1171 } else if (colorTemperature >= upper) { in findDngInterpolationFactor() 1175 interpFactor = (invCT - 1.0 / upper) / ( 1.0 / lower - 1.0 / upper); in findDngInterpolationFactor()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaCodecListTest.java | 538 int upper = oneRange.getUpper().intValue(); in testInputChannelLimits() local 539 if (foundHigh < upper) { in testInputChannelLimits() 540 foundHigh = upper; in testInputChannelLimits() 546 assertTrue(lower <= upper); in testInputChannelLimits()
|
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 805 if response.upper() != "Y":
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 216 upper bounds of the strings occuring in Dhrystone are part of the type
|