Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/tests_apk/jni/
Djni_test.cc46 jmethodID arg_float_test_method = env->GetMethodID(java_class, "jniFloatArgTest", "(FIFIIF)Z"); in test_Ellipsis_Real() local
47 res &= env->CallBooleanMethod(obj, arg_float_test_method, 1.0f, 2, 3.0f, 4, 5, 6.0f); in test_Ellipsis_Real()