Searched refs:testNullDecoder (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 34 static void testNullDecoder(JNIEnv* env, jobject) { in testNullDecoder() function 285 { "nTestNullDecoder", "()V", (void*) testNullDecoder },
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 89 static void testNullDecoder(JNIEnv* env, jclass, jobject jAssets, jstring jFile) { in testNullDecoder() function 1261 { "nTestNullDecoder", "(" ASSET_MANAGER STRING ")V", (void*) testNullDecoder },
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 116 public void testNullDecoder(ImageDecoderTest.AssetRecord record) { in testNullDecoder() method in AImageDecoderTest
|