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 …]
7 per-file ImageDecoderTest.java =dichenzhang@google.com
845 byte[] bytes = ImageDecoderTest.getAsByteArray(dng.resId); in testDng()
92 public class ImageDecoderTest { class