Searched refs:upper (Results 1 – 6 of 6) sorted by relevance
/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/tests/tests/net/src/android/net/cts/ |
D | TrafficStatsTest.java | 39 private void assertInRange(String tag, long value, long lower, long upper) { in assertInRange() argument 40 final Range range = new Range(lower, upper); in assertInRange() 41 assertTrue(tag + ": " + value + " is not within range [" + lower + ", " + upper + "]", in assertInRange()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 608 double upper = Math.max(colorTemperature1, colorTemperature2); in findDngInterpolationFactor() local 634 } else if (colorTemperature >= upper) { in findDngInterpolationFactor() 638 interpFactor = (invCT - 1.0 / upper) / ( 1.0 / lower - 1.0 / upper); in findDngInterpolationFactor()
|
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 805 if response.upper() != "Y":
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 248 …lstrip,string.rstrip,string.strip,string.swapcase,string.translate,string.upper,string.ljust,strin…
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 216 upper bounds of the strings occuring in Dhrystone are part of the type
|