Home
last modified time | relevance | path

Searched refs:ImageDecoderTest (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java97 return ImageDecoderTest.getAssetRecords(); in getAssetRecords()
101 return ImageDecoderTest.getRecords(); in getRecords()
138 public void testNullDecoder(ImageDecoderTest.AssetRecord record) { in testNullDecoder()
152 public void testCreateBuffer(ImageDecoderTest.AssetRecord record) { in testCreateBuffer()
165 public void testCreateFd(ImageDecoderTest.AssetRecord record) { in testCreateFd()
178 public void testCreateAsset(ImageDecoderTest.AssetRecord record) { in testCreateAsset()
203 public void testCreateFdResources(ImageDecoderTest.Record record) throws IOException { in testCreateFdResources()
216 public void testCreateFdOffset(ImageDecoderTest.Record record) throws IOException { in testCreateFdOffset()
248 public void testSetFormat(ImageDecoderTest.AssetRecord record) { in testSetFormat()
258 public void testSetFormatResources(ImageDecoderTest.Record record) throws IOException { in testSetFormatResources()
[all …]
DOWNERS6 per-file ImageDecoderTest.java = scroggo@google.com, dichenzhang@google.com
DBitmapFactoryTest.java837 byte[] bytes = ImageDecoderTest.getAsByteArray(dng.resId); in testDng()
DImageDecoderTest.java88 public class ImageDecoderTest { class