Searched refs:minimum (Results 1 – 9 of 9) sorted by relevance
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/ |
D | ActivityManagerShortFgsTimeoutTest.java | 89 private void assertConfigAtLeast(Map<String, Long> configs, String config, long minimum) { in assertConfigAtLeast() argument 94 if (value < minimum) { in assertConfigAtLeast() 95 Assert.fail("Config \"" + config + "\" expected to be >= " + minimum + ", but was: " in assertConfigAtLeast()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputRegisterCommand.kt | 61 val minimum: Int, constant in com.android.cts.input.AbsInfo 69 "minimum": $minimum, in toString()
|
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/ |
D | FgsTimeoutConfigsTest.java | 129 private void assertConfigAtLeast(Map<String, Long> configs, String config, long minimum) { in assertConfigAtLeast() argument 134 if (value < minimum) { in assertConfigAtLeast() 135 Assert.fail("Config \"" + config + "\" expected to be >= " + minimum + ", but was: " in assertConfigAtLeast()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1Integer.java | 55 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/ |
D | JsonReader.java | 690 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/ |
D | layered_filter_d1new_helper.rsh | 48 // 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
|
D | layered_filter_f32_helper.rsh | 29 // Initializes the minimum distance from this pixel to the active pixels on
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 343 void CheckGoldenPixel(int x, int y, const std::array<T, 4>& minimum, in CheckGoldenPixel() argument 348 if (actual[i] < minimum[i] || actual[i] > maximum[i]) { in CheckGoldenPixel() 357 << "}, minimum: {" << +minimum[0] << ", " << +minimum[1] << ", " in CheckGoldenPixel() 358 << +minimum[2] << ", " << +minimum[3] in CheckGoldenPixel()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 948 "MUST meet the minimum quality target defined by the video encoder " 985 "MUST meet the minimum quality target defined by the video encoder "
|