Searched refs:findAppropriateMethod (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 167 static jmethodID findAppropriateMethod(JNIEnv *env, char **errorMsg, in findAppropriateMethod() function 191 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallBooleanMethod() 294 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallByteMethod() 397 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallShortMethod() 500 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallCharMethod() 603 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallIntMethod() 706 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallLongMethod() 809 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallFloatMethod() 912 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallDoubleMethod() 1015 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallVoidMethod() [all …]
|