Searched refs:ThrowNew (Results 1 - 16 of 16) sorted by relevance

/dalvik/libcore/icu/src/main/native/
H A DErrorCode.c54 return ((*env)->ThrowNew(env, exception, emsg) != 0);
H A DRBNFInterface.cpp49 return (env->ThrowNew(exception, emsg) != 0);
H A DDecimalFormatInterface.cpp54 return (env->ThrowNew(exception, emsg) != 0);
H A DResourceInterface.cpp64 return (env->ThrowNew(exception, emsg) != 0);
/dalvik/libnativehelper/
H A DJNIHelp.c50 if ((*env)->ThrowNew(env, exceptionClass, msg) != JNI_OK) {
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl.cpp56 env->ThrowNew(exClass, message);
255 env->ThrowNew(exClass, "Illegal cipher suite strings.");
H A Dorg_apache_harmony_xnet_provider_jsse_OpenSSLSessionImpl.cpp59 env->ThrowNew(exClass, message);
H A Dorg_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl.cpp1502 env->ThrowNew(exClass, "Illegal cipher suite strings.");
/dalvik/libcore/luni/src/main/native/
H A Djava_net_InetAddress.cpp60 env->ThrowNew(exClass, NULL);
H A Djava_net_NetworkInterface.c42 (*env)->ThrowNew(env, exClass, message);
56 (*env)->ThrowNew(env, exClass, NULL);
/dalvik/libcore/luni-kernel/src/main/native/
H A Djava_lang_ProcessManager.c68 (*env)->ThrowNew(env, ioException, strerror(errno));
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp347 env->ThrowNew(clazz, message);
1015 env->ThrowNew(clazz, errorMessage);
1055 env->ThrowNew(clazz, errorMessage);
1095 env->ThrowNew(clazz, errorMessage);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/dalvik/vm/
H A DJni.c1329 static jint ThrowNew(JNIEnv* env, jclass clazz, const char* message) function
3165 ThrowNew,
H A DCheckJni.c1081 result = BASE_ENV(env)->ThrowNew(env, clazz, message);
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c283 (*env)->ThrowNew(env, except, msg);
294 (*env)->ThrowNew(env, except, msg);
312 (*env)->ThrowNew(env, except, msg);

Completed in 768 milliseconds