Home
last modified time | relevance | path

Searched refs:ThrowNew (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/native/
Dexception_jni.cc38 env->ThrowNew(env->FindClass(clazz), message); in throwException()
40 env->ThrowNew(env->FindClass(clazz), ""); in throwException()
73 env->ThrowNew(env->FindClass(clazz), TF_Message(status)); in throwExceptionIfNotOK()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dexception_jni.cc35 env->ThrowNew(env->FindClass(clazz), message); in throwException()
37 env->ThrowNew(env->FindClass(clazz), ""); in throwException()
/external/tensorflow/tensorflow/contrib/android/jni/
Drun_stats_jni.cc31 env->ThrowNew(env->FindClass("java/lang/IllegalStateException"), in requireHandle()
63 env->ThrowNew(env->FindClass("java/lang/IllegalArgumentException"), in RUN_STATS_METHOD()
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/
Dsmartreply_jni.cc31 env->ThrowNew(env->FindClass(kIllegalStateException), ""); in CheckNotNull()
71 env->ThrowNew(env->FindClass(kIllegalStateException), ""); in Java_com_example_android_smartreply_SmartReplyClient_loadJNI()
/external/skia/tools/skqp/src/
Djni_skqp.cpp62 (env)->ThrowNew((env)->FindClass("java/lang/Exception"), \
152 (void)env->ThrowNew(env->FindClass("org/skia/skqp/SkQPException"), except.c_str()); in Java_org_skia_skqp_SkQP_nExecuteGM()
/external/skqp/tools/skqp/src/
Djni_skqp.cpp62 (env)->ThrowNew((env)->FindClass("java/lang/Exception"), \
152 (void)env->ThrowNew(env->FindClass("org/skia/skqp/SkQPException"), except.c_str()); in Java_org_skia_skqp_SkQP_nExecuteGM()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp78 env->ThrowNew(clazz, msg); in JNU_ThrowByName()
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()
/external/neven/
DFaceDetector_jni.cpp89 env->ThrowNew(npeClazz, msg); in doThrow()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc134 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) { in throwException()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc639 env->ThrowNew(exceptionClass, msgBuf); in throwRuntimeExpection()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc840 env->ThrowNew(exceptionClass, msgBuf); in throwRuntimeExpection()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h246 jint (JNICALL *ThrowNew)
821 jint ThrowNew(jclass clazz, const char *msg) { in ThrowNew() function
822 return functions->ThrowNew(this, clazz, msg); in ThrowNew()
/external/javasqlite/src/main/native/
Dsqlite_jni.c311 (*env)->ThrowNew(env, except, msg); in throwex()
322 (*env)->ThrowNew(env, except, msg); in throwoom()
340 (*env)->ThrowNew(env, except, msg); in throwioex()
/external/libjpeg-turbo/
Dturbojpeg-jni.c52 (*env)->ThrowNew(env, _exccls, msg); \