Home
last modified time | relevance | path

Searched refs:ExceptionClear (Results 1 – 9 of 9) sorted by relevance

/dalvik/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.c74 (*env)->ExceptionClear(env); in register_org_apache_harmony_dalvik_NativeTestTarget()
/dalvik/libcore/luni/src/main/native/
Djava_io_ObjectStreamClass.c94 (*env)->ExceptionClear(env); in java_io_osc_hasClinit()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp812 env->ExceptionClear(); in processingInstruction()
1022 env->ExceptionClear(); in appendString()
1062 env->ExceptionClear(); in appendCharacters()
1102 env->ExceptionClear(); in appendBytes()
/dalvik/libcore/luni-kernel/src/main/native/
Djava_lang_ProcessManager.c368 (*env)->ExceptionClear(env); in java_lang_ProcessManager_exec()
/dalvik/libcore/x-net/src/main/native/
Dorg_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl.cpp485 env->ExceptionClear(); in free_ssl_ctx()
511 env->ExceptionClear(); in free_ssl()
/dalvik/libnativehelper/include/nativehelper/
Djni.h175 void (*ExceptionClear)(JNIEnv*); member
535 void ExceptionClear() in ExceptionClear() function
536 { functions->ExceptionClear(this); } in ExceptionClear()
/dalvik/libcore/sql/src/main/native/
Dsqlite_jni.c281 (*env)->ExceptionClear(env); in throwex()
292 (*env)->ExceptionClear(env); in throwoom()
310 (*env)->ExceptionClear(env); in throwioex()
2306 (*env)->ExceptionClear(env); in dotrace()
2310 (*env)->ExceptionClear(env); in dotrace()
/dalvik/vm/
DJni.c1395 static void ExceptionClear(JNIEnv* env) in ExceptionClear() function
3168 ExceptionClear,
DCheckJni.c1105 BASE_ENV(env)->ExceptionClear(env); in Check_ExceptionClear()
2022 (*env)->ExceptionClear(env); in Check_GetDirectBufferAddress()