Home
last modified time | relevance | path

Searched refs:JNU_ThrowIllegalArgumentException (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
DDeflater.c86 JNU_ThrowIllegalArgumentException(env, 0); in Deflater_init()
116 JNU_ThrowIllegalArgumentException(env, 0); in Deflater_setDictionary()
DInflater.c108 JNU_ThrowIllegalArgumentException(env, ((z_stream *)jlong_to_ptr(addr))->msg); in Inflater_setDictionary()
Djni_util.h62 JNU_ThrowIllegalArgumentException(JNIEnv *env, const char *msg);
DSystem.c161 JNU_ThrowIllegalArgumentException(env, "name too long"); in System_mapLibraryName()
Djni_util.c74 JNU_ThrowIllegalArgumentException(JNIEnv *env, const char *msg) in JNU_ThrowIllegalArgumentException() function