Home
last modified time | relevance | path

Searched refs:testNullDecoder (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp34 static void testNullDecoder(JNIEnv* env, jobject) { in testNullDecoder() function
285 { "nTestNullDecoder", "()V", (void*) testNullDecoder },
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp89 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/
DAImageDecoderTest.java116 public void testNullDecoder(ImageDecoderTest.AssetRecord record) { in testNullDecoder() method in AImageDecoderTest