Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DDDMImpl.c41 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast()
48 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast()
57 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast()
68 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast()
75 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast()
DArrayTypeImpl.c126 JNI_FUNC_PTR(env,ExceptionClear)(env); in writeNewObjectArray()
190 JNI_FUNC_PTR(env,ExceptionClear)(env); in writeNewPrimitiveArray()
DvmDebug.c114 JNI_FUNC_PTR(env,ExceptionClear)(env); in vmDebug_initalize()
Dutil.c287 JNI_FUNC_PTR(env,ExceptionClear)(env); in util_initialize()
298 JNI_FUNC_PTR(env,ExceptionClear)(env); in util_initialize()
887 JNI_FUNC_PTR(env,ExceptionClear)(env); in spawnNewThread()
896 JNI_FUNC_PTR(env,ExceptionClear)(env); in spawnNewThread()
907 JNI_FUNC_PTR(env,ExceptionClear)(env); in spawnNewThread()
1625 JNI_FUNC_PTR(env,ExceptionClear)(env); in createLocalRefSpace()
1693 JNI_FUNC_PTR(env,ExceptionClear)(env); in getPropertyValue()
1700 JNI_FUNC_PTR(env,ExceptionClear)(env); in getPropertyValue()
1734 JNI_FUNC_PTR(env,ExceptionClear)(env); in setAgentPropertyValue()
DArrayReferenceImpl.c335 JNI_FUNC_PTR(env,ExceptionClear)(env); in getValues()
582 JNI_FUNC_PTR(env,ExceptionClear)(env); in setValues()
Dinvoker.c705 JNI_FUNC_PTR(env,ExceptionClear)(env); in invoker_doInvoke()
727 JNI_FUNC_PTR(env,ExceptionClear)(env); in invoker_doInvoke()
DdebugInit.c593 JNI_FUNC_PTR(env,ExceptionClear)(env); in cbEarlyException()
635 JNI_FUNC_PTR(env,ExceptionClear)(env); in cbEarlyException()
DeventHandler.c561 JNI_FUNC_PTR(env,ExceptionClear)(env); in event_callback()
705 JNI_FUNC_PTR(env,ExceptionClear)(env); in event_callback()
DeventHelper.c774 JNI_FUNC_PTR(env,ExceptionClear)(env); in saveEventInfoRefs()
DthreadControl.c2056 JNI_FUNC_PTR(env,ExceptionClear)(env); in threadControl_onEventHandlerEntry()
/external/libtextclassifier/native/utils/java/
Djni-base.cc33 env->ExceptionClear(); in JniExceptionCheckAndClear()
Djni-cache.cc85 env->ExceptionClear(); \
92 env->ExceptionClear(); \
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediacodeccommon.h107 jni->ExceptionClear(); in CheckException()
Djni_helpers.h46 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
/external/webrtc/webrtc/modules/utility/include/
Dhelpers_android.h21 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
/external/libchrome/base/android/
Djni_android.cc229 env->ExceptionClear(); in ClearException()
241 env->ExceptionClear(); in CheckException()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h294 env->ExceptionClear(); in ~ErrorQueueChecker()
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp189 env->ExceptionClear(); in checkException()
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp189 env->ExceptionClear(); in checkException()
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp52 env->ExceptionClear(); in checkJniException()
DtcuAndroidUtil.cpp118 env->ExceptionClear(); in checkException()
/external/javasqlite/src/main/native/
Dsqlite_jni.c309 (*env)->ExceptionClear(env); in throwex()
320 (*env)->ExceptionClear(env); in throwoom()
338 (*env)->ExceptionClear(env); in throwioex()
2414 (*env)->ExceptionClear(env); in dotrace()
2418 (*env)->ExceptionClear(env); in dotrace()
4852 (*env)->ExceptionClear(env); in doprofile()
4856 (*env)->ExceptionClear(env); in doprofile()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h252 void (JNICALL *ExceptionClear)
830 void ExceptionClear() { in ExceptionClear() function
831 functions->ExceptionClear(this); in ExceptionClear()
/external/libjpeg-turbo/
Dturbojpeg-jni.c678 (*env)->ExceptionClear(env); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6482 env->ExceptionClear(); in new_session_callback()
6527 env->ExceptionClear(); in server_session_requested_callback()
8220 env->ExceptionClear(); in NativeCrypto_SSL_read()