Searched refs:JNI_OK (Results 1 – 5 of 5) sorted by relevance
42 if (env->ThrowNew(e_class, nullptr) != JNI_OK) { in jniThrowNullPointerException()
124 EXPECT_EQ(status, JNI_OK); in TEST()
301 return JNI_OK; in JNI_GetCreatedJavaVMs()
282 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) { in jniThrowException()
1132 #define JNI_OK (0) /* no error */ macro