Home
last modified time | relevance | path

Searched refs:JNU_ThrowInternalError (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/native/
Djava_util_zip_Inflater.c80 JNU_ThrowInternalError(env, msg); in Inflater_init()
104 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg); in Inflater_setDictionary()
168 JNU_ThrowInternalError(env, strm->msg); in Inflater_inflateBytes()
183 JNU_ThrowInternalError(env, 0); in Inflater_reset()
191 JNU_ThrowInternalError(env, 0); in Inflater_end()
Djava_util_zip_Deflater.c90 JNU_ThrowInternalError(env, msg); in Deflater_init()
114 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg); in Deflater_setDictionary()
168 JNU_ThrowInternalError(env, strm->msg); in Deflater_deflateBytes()
208 JNU_ThrowInternalError(env, strm->msg); in Deflater_deflateBytes()
224 JNU_ThrowInternalError(env, 0); in Deflater_reset()
232 JNU_ThrowInternalError(env, 0); in Deflater_end()
DInheritedChannel.c143 JNU_ThrowInternalError(env, "Unrecognized file mode"); in Java_sun_nio_ch_InheritedChannel_open0()
Djni_util.h71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
DBits.c59 JNU_ThrowInternalError(env, "Unable to get array"); \
DNet.c549 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_joinOrDrop6()
579 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_blockOrUnblock6()
DUNIXProcess_md.c203 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
Djni_util.c92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function