Home
last modified time | relevance | path

Searched refs:ExceptionOccurred (Results 1 – 18 of 18) sorted by relevance

/external/javasqlite/src/main/native/
Dsqlite_jni.c392 exc = (*env)->ExceptionOccurred(env); in trans2iso()
546 exc = (*env)->ExceptionOccurred(env); in callback()
556 exc = (*env)->ExceptionOccurred(env); in callback()
598 exc = (*env)->ExceptionOccurred(env); in callback()
607 exc = (*env)->ExceptionOccurred(env); in callback()
630 exc = (*env)->ExceptionOccurred(env); in callback()
639 exc = (*env)->ExceptionOccurred(env); in callback()
665 exc = (*env)->ExceptionOccurred(env); in callback()
674 exc = (*env)->ExceptionOccurred(env); in callback()
715 exc = (*env)->ExceptionOccurred(env); in callback()
[all …]
/external/oj-libjdwp/src/share/back/
DArrayTypeImpl.c125 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in writeNewObjectArray()
189 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in writeNewPrimitiveArray()
DArrayReferenceImpl.c217 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in writeObjectComponents()
333 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in getValues()
465 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in readObjectComponents()
577 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in setValues()
Dutil.c120 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) { in findClass()
150 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) { in getMethod()
181 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) { in getStaticMethod()
286 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in util_initialize()
297 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in util_initialize()
886 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in spawnNewThread()
895 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in spawnNewThread()
906 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in spawnNewThread()
1601 jobject throwable = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in createLocalRefSpace()
1692 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in getPropertyValue()
[all …]
DClassTypeImpl.c111 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in readStaticFieldValue()
DObjectReferenceImpl.c125 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in readFieldValue()
Dinvoker.c725 exception = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in invoker_doInvoke()
DVirtualMachineImpl.c667 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in createString()
DdebugInit.c592 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in cbEarlyException()
DeventHelper.c833 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in saveEventInfoRefs()
DeventHandler.c560 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in event_callback()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp97 exc = env->ExceptionOccurred(); in JNU_GetStringNativeChars()
184 if (env->ExceptionOccurred() != NULL) { in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize()
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp49 if (env->ExceptionOccurred()) in checkJniException()
/external/libchrome/base/android/
Djni_android.cc237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc247 if (env->ExceptionOccurred()) { in buildSubgraph()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc128 if (!env->ExceptionOccurred() && transformedArr != nullptr) { in Transform()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc128 if (!env->ExceptionOccurred() && transformedArr != NULL) { in Transform()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h248 jthrowable (JNICALL *ExceptionOccurred)
824 jthrowable ExceptionOccurred() { in ExceptionOccurred() function
825 return functions->ExceptionOccurred(this); in ExceptionOccurred()