Searched refs:ExceptionClear (Results 1 - 10 of 10) sorted by relevance

/dalvik/libcore/dalvik/src/main/native/
H A Dorg_apache_harmony_dalvik_NativeTestTarget.c74 (*env)->ExceptionClear(env);
/dalvik/libnativehelper/
H A DJNIHelp.c72 (*env)->ExceptionClear(env); // clear OOM
87 (*env)->ExceptionClear(env); // clear OOM
114 (*env)->ExceptionClear(env);
/dalvik/libcore/luni/src/main/native/
H A Djava_io_ObjectStreamClass.c94 (*env)->ExceptionClear(env);
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp542 env->ExceptionClear();
/dalvik/libcore/luni-kernel/src/main/native/
H A Djava_lang_ProcessManager.cpp362 env->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); }
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp791 env->ExceptionClear();
817 env->ExceptionClear();
/dalvik/vm/
H A DCheckJni.c1367 BASE_ENV(env)->ExceptionClear(env);
2344 (*env)->ExceptionClear(env);
H A DJni.c2124 static void ExceptionClear(JNIEnv* env) function
3952 ExceptionClear,
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c2300 (*env)->ExceptionClear(env);
2304 (*env)->ExceptionClear(env);

Completed in 1631 milliseconds