Searched refs:callType (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 56 } callType; typedef 168 callType ct, const char *name, const char *sig) { in findAppropriateMethod() 185 static char *help_CallBooleanMethod(JNIEnv *env, callType ct, ...) { in help_CallBooleanMethod() 288 static char *help_CallByteMethod(JNIEnv *env, callType ct, ...) { in help_CallByteMethod() 391 static char *help_CallShortMethod(JNIEnv *env, callType ct, ...) { in help_CallShortMethod() 494 static char *help_CallCharMethod(JNIEnv *env, callType ct, ...) { in help_CallCharMethod() 597 static char *help_CallIntMethod(JNIEnv *env, callType ct, ...) { in help_CallIntMethod() 700 static char *help_CallLongMethod(JNIEnv *env, callType ct, ...) { in help_CallLongMethod() 803 static char *help_CallFloatMethod(JNIEnv *env, callType ct, ...) { in help_CallFloatMethod() 906 static char *help_CallDoubleMethod(JNIEnv *env, callType ct, ...) { in help_CallDoubleMethod() [all …]
|