Home
last modified time | relevance | path

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

/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp39 static void throwExceptionWithIntFormat(JNIEnv* env, in throwExceptionWithIntFormat() function
105 throwExceptionWithIntFormat), in JNI_OnLoad()
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
H A DJniHelpTest.java38 private static native void throwExceptionWithIntFormat(String className, in throwExceptionWithIntFormat() method in JniHelpTest
66 throwExceptionWithIntFormat("java/lang/RuntimeException", format, 101); in testThrowExceptionWithIntFormat()