Home
last modified time | relevance | path

Searched defs:TestJni (Results 1 – 1 of 1) sorted by relevance

/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp250 struct TestJni { struct
261 static void v_e(JNIEnv*) {} in v_e()
262 static void v_ei(JNIEnv*, jint l) {} in v_ei()
263 static void v_el(JNIEnv*, jlong l) {} in v_el()
272 static void empty_fn() {} in empty_fn()
273 static jint int_fn() { return 0; } in int_fn()
275 static void v_() {} in v_()
279 static void v_const_i(const jint) {} in v_const_i()
280 static void v_i(jint) {} in v_i()
281 static void v_l(jlong) {} in v_l()
[all …]