Home
last modified time | relevance | path

Searched refs:DEC_TEST_FN_IMPL (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp293 #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)