Home
last modified time | relevance | path

Searched refs:return42 (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/tests/tests_apk/src/com/example/ndk_tests/
DNdkTests.java63 return return42(); in callReturn42()
66 public native int return42(); in return42() method in NdkTests
/frameworks/libs/binary_translation/tests/tests_apk/jni/
Djni_test.cc69 static jint return42(JNIEnv*, jobject) { in return42() function
80 JNINativeMethod methods[] = {{"return42", "()I", reinterpret_cast<void*>(&return42)}}; in TEST()