Home
last modified time | relevance | path

Searched refs:testEmptyCreate (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp44 static void testEmptyCreate(JNIEnv* env, jclass) { in testEmptyCreate() function
1260 { "nTestEmptyCreate", "()V", (void*) testEmptyCreate },
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java84 public void testEmptyCreate() { in testEmptyCreate() method in AImageDecoderTest