HomeSort by relevance Sort by last modified time
    Searched refs:JNU_ThrowInternalError (Results 1 - 8 of 8) sorted by null

  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 90 JNU_ThrowInternalError(env, msg);
114 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg);
168 JNU_ThrowInternalError(env, strm->msg);
208 JNU_ThrowInternalError(env, strm->msg);
224 JNU_ThrowInternalError(env, 0);
232 JNU_ThrowInternalError(env, 0);
java_util_zip_Inflater.c 80 JNU_ThrowInternalError(env, msg);
104 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg);
168 JNU_ThrowInternalError(env, strm->msg);
183 JNU_ThrowInternalError(env, 0);
191 JNU_ThrowInternalError(env, 0);
InheritedChannel.c 143 JNU_ThrowInternalError(env, "Unrecognized file mode");
Bits.c 59 JNU_ThrowInternalError(env, "Unable to get array"); \
jni_util.h 71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
Net.c 549 JNU_ThrowInternalError(env, "Should not get here");
579 JNU_ThrowInternalError(env, "Should not get here");
UNIXProcess_md.c 203 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler");
jni_util.c 92 JNU_ThrowInternalError(JNIEnv *env, const char *msg)
    [all...]

Completed in 75 milliseconds