Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java359 for (int allocator : ALLOCATORS) { in testGetAllocator()
360 decoder.setAllocator(allocator); in testGetAllocator()
361 assertEquals(allocator, decoder.getAllocator()); in testGetAllocator()
373 for (int allocator : ALLOCATORS) { in paramsForTestSetAllocatorDecodeBitmap()
376 temp.add(new Object[]{record, allocator, doCrop, doScale}); in paramsForTestSetAllocatorDecodeBitmap()
386 public void testSetAllocatorDecodeBitmap(Record record, int allocator, boolean doCrop, in testSetAllocatorDecodeBitmap() argument
389 public int allocator; in testSetAllocatorDecodeBitmap() field in Listener
395 decoder.setAllocator(allocator); in testSetAllocatorDecodeBitmap()
416 l.allocator = allocator; in testSetAllocatorDecodeBitmap()
429 switch (allocator) { in testSetAllocatorDecodeBitmap()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/
DAndroid.bp35 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
DAndroid.bp43 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.h53 typedef hidl::allocator::V1_0::IAllocator IAllocator;
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/
DAndroid.bp35 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/
DAndroid.bp36 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/
DAndroid.bp43 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
DAndroid.bp51 "android.hidl.allocator@1.0",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
DAndroid.bp39 "android.hidl.allocator@1.0",
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DNinePatchTests.kt72 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
DAnimatedImageDrawableTest.kt58 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
DAImageDecoderTest.kt94 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
288 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
450 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
525 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()