Searched defs:ExceptionClear (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.c2124 static void ExceptionClear(JNIEnv* env) function
3952 ExceptionClear,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h175 void (*ExceptionClear)(JNIEnv*); member in struct:JNINativeInterface
535 void ExceptionClear() function in struct:_JNIEnv
536 { functions->ExceptionClear(this); }

Completed in 932 milliseconds