Searched refs:JNU_ThrowInternalError (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | java_util_zip_Inflater.c | 80 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()
|
D | java_util_zip_Deflater.c | 90 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()
|
D | InheritedChannel.c | 143 JNU_ThrowInternalError(env, "Unrecognized file mode"); in Java_sun_nio_ch_InheritedChannel_open0()
|
D | jni_util.h | 71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
|
D | Bits.c | 59 JNU_ThrowInternalError(env, "Unable to get array"); \
|
D | Net.c | 549 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()
|
D | UNIXProcess_md.c | 203 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
|
D | jni_util.c | 92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function
|