Searched refs:findAppropriateMethod (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 168 static jmethodID findAppropriateMethod(JNIEnv *env, char **errorMsg, in findAppropriateMethod() function 192 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallBooleanMethod() 297 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallByteMethod() 402 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallShortMethod() 507 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallCharMethod() 612 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallIntMethod() 717 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallLongMethod() 822 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallFloatMethod() 927 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallDoubleMethod() 1032 jmethodID method = findAppropriateMethod(env, &msg, (callType)ct, in help_CallVoidMethod() [all …]
|