Home
last modified time | relevance | path

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

/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp104 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()V"); in TEST() local
110 jni_descriptor = PARSE_SIGNATURE_AS_LIST("()Ljava/lang/Object;"); in TEST() local
115 constexpr auto jni_descriptor = PARSE_SIGNATURE_AS_LIST("()[I"); in TEST() local
176 #define EXPECT_FAILED_SIGNATURE_PARSE(jni_descriptor) \ in TEST() argument