Searched refs:DEC_TEST_FN_IMPL (Results 1 – 1 of 1) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 293 #define DEC_TEST_FN_IMPL(name, ret_t, ...) \ macro 297 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject, __VA_ARGS__) \ 298 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass, __VA_ARGS__) \ 299 DEC_TEST_FN_IMPL(critical_ ## name, ret_t, __VA_ARGS__) 302 DEC_TEST_FN_IMPL(normal_ ## name, ret_t, JNIEnv*, jobject) \ 303 DEC_TEST_FN_IMPL(normal2_ ## name, ret_t, JNIEnv*, jclass) \ 304 DEC_TEST_FN_IMPL(critical_ ## name, ret_t)
|