Searched refs:return42 (Results 1 – 2 of 2) sorted by relevance
63 return return42(); in callReturn42()66 public native int return42(); in return42() method in NdkTests
69 static jint return42(JNIEnv*, jobject) { in return42() function80 JNINativeMethod methods[] = {{"return42", "()I", reinterpret_cast<void*>(&return42)}}; in TEST()