Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 5 of 5) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Integer.java55 protected void setValueRange(@Nullable String minimum, in setValueRange() argument
57 minimumValue = minimum == null ? null : new BigInteger(minimum); in setValueRange()
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java690 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() argument
702 if (limit >= minimum) { in fillBuffer()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_d1new_helper.rsh48 // Initializes the minimum distance from this pixel to the active pixels on
89 // Initializes the minimum distance from this pixel to the active pixels on
Dlayered_filter_f32_helper.rsh29 // Initializes the minimum distance from this pixel to the active pixels on
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp337 void CheckGoldenPixel(int x, int y, const std::array<T, 4>& minimum, in CheckGoldenPixel() argument
342 if (actual[i] < minimum[i] || actual[i] > maximum[i]) { in CheckGoldenPixel()
351 << "}, minimum: {" << +minimum[0] << ", " << +minimum[1] << ", " in CheckGoldenPixel()
352 << +minimum[2] << ", " << +minimum[3] in CheckGoldenPixel()