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_Inflater.c 87 JNU_ThrowInternalError(env, msg);
111 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg);
175 JNU_ThrowInternalError(env, strm->msg);
190 JNU_ThrowInternalError(env, 0);
198 JNU_ThrowInternalError(env, 0);
java_util_zip_Deflater.c 95 JNU_ThrowInternalError(env, msg);
119 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg);
173 JNU_ThrowInternalError(env, strm->msg);
213 JNU_ThrowInternalError(env, strm->msg);
229 JNU_ThrowInternalError(env, 0);
237 JNU_ThrowInternalError(env, 0);
UnixNativeDispatcher.c 398 JNU_ThrowInternalError(env, "should not reach here");
525 JNU_ThrowInternalError(env, "should not reach here");
635 JNU_ThrowInternalError(env, "my_ftimesat_func is NULL");
665 JNU_ThrowInternalError(env, "should not reach here");
784 JNU_ThrowInternalError(env, "should not reach here");
815 JNU_ThrowInternalError(env, "should not reach here");
    [all...]
Bits.c 59 JNU_ThrowInternalError(env, "Unable to get array"); \
jni_util.h 71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
Net.c 648 JNU_ThrowInternalError(env, "Should not get here");
678 JNU_ThrowInternalError(env, "Should not get here");
UNIXProcess_md.c 205 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler");
jni_util.c 92 JNU_ThrowInternalError(JNIEnv *env, const char *msg)
    [all...]

Completed in 147 milliseconds