Searched refs:ImageDecoderTest (Results 1 – 4 of 4) sorted by relevance
97 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 …]
6 per-file ImageDecoderTest.java = scroggo@google.com, dichenzhang@google.com
837 byte[] bytes = ImageDecoderTest.getAsByteArray(dng.resId); in testDng()
88 public class ImageDecoderTest { class