Searched refs:DEC_TEST_FN_IMPL (Results 1 – 1 of 1) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 280 #define DEC_TEST_FN_IMPL(name, ret_t, ...) \ macro 284 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject, __VA_ARGS__) \ 285 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass, __VA_ARGS__) \ 286 DEC_TEST_FN_IMPL(critical_ ## name, ret_t, __VA_ARGS__) 289 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject) \ 290 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass) \ 291 DEC_TEST_FN_IMPL(critical_ ## name, ret_t)
|