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