Searched refs:maximum (Results 1 – 6 of 6) sorted by relevance
/cts/libs/input/src/com/android/cts/input/ |
D | UinputRegisterCommand.kt | 62 val maximum: Int, constant in com.android.cts.input.AbsInfo 70 "maximum": $maximum, in toString()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1Integer.java | 56 @Nullable String maximum) { in setValueRange() argument 58 maximumValue = maximum == null ? null : new BigInteger(maximum); in setValueRange()
|
/cts/hostsidetests/securitybulletin/test-apps/BUG-237291548/ |
D | Android.bp | 59 // number of MIME groups is limited to a maximum of 500 per package.
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 344 const std::array<T, 4>& maximum, const std::array<T, 4>& actual) { in CheckGoldenPixel() argument 348 if (actual[i] < minimum[i] || actual[i] > maximum[i]) { in CheckGoldenPixel() 359 << "}, maximum: {" << +maximum[0] << ", " << +maximum[1] << ", " in CheckGoldenPixel() 360 << +maximum[2] << ", " << +maximum[3] in CheckGoldenPixel()
|
/cts/apps/CameraITS/utils/ |
D | noise_model_utils.py | 149 digital_gains = np.maximum(gains / sens_max_analog, 1)
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 25 …specification: "MUST advertise the maximum number of hardware video decoder sessions that can be r… 103 …specification: "MUST advertise the maximum number of hardware video encoder sessions that can be r… 181 …specification: "MUST advertise the maximum number of hardware video encoder and decoder sessions t… 1781 …LIZATION for 1080p HLG10 preview with maximum-size 16:9 aspect ratio JPEG, and for 720p HLG10 prev…
|