Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMinimalPostProcessingTests.java71 boolean requested = isMinimalPostProcessingRequested(displayId); in assertDisplayRequestedMinimalPostProcessing()
73 assertTrue(supported ? requested == on : !requested); in assertDisplayRequestedMinimalPostProcessing()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp206 jint requested = 0; in compress() local
208 requested = mCapacity; in compress()
211 requested = static_cast<jint>(size); in compress()
214 mEnv->SetByteArrayRegion(mStorage, 0, requested, in compress()
224 requested); in compress()
232 data = (void*)((char*) data + requested); in compress()
233 size -= requested; in compress()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DTestAuthenticator.java123 for (String requested : features) { in hasFeatures()
124 if (!hasFeatures.contains(requested)) { in hasFeatures()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java133 for (String requested : features) { in hasFeatures()
134 if (!hasFeatures.contains(requested)) { in hasFeatures()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java204 for (double requested : requestedFps) { in areAchievableFrameRates()
205 if (requested > confidence90) { in areAchievableFrameRates()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java92 ColorSpace requested = ColorSpace.get(e); in createWithColorSpace() local
93 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace()
96 assertSame(requested, cs); in createWithColorSpace()
102 for (ColorSpace requested : new ColorSpace[] { in createWithColorSpace()
106 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace()
118 for (ColorSpace requested : new ColorSpace[] { in createWithColorSpace()
122 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace()
DImageDecoderTest.java2303 public void checkColorSpace(ColorSpace requested, ColorSpace actual) {
2305 if (this.isF16 && requested != null) {
2306 if (requested == ColorSpace.get(ColorSpace.Named.LINEAR_SRGB)) {
2308 } else if (requested == ColorSpace.get(ColorSpace.Named.SRGB)) {
2311 assertSame(requested, actual);
2313 } else if (requested != null) {
2315 assertSame(requested, actual);
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale294 optimization is explicitly requested. Also, we cannot avoid that in