Home
last modified time | relevance | path

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

/libnativehelper/platform_include/nativehelper/
Djni_macros.h153 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
159 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
165 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
207 #define NATIVE_METHOD(className, functionName, signature) \ argument
210 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
216 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument
219 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
225 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument
228 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
/libnativehelper/
DJniConstants.cpp97 jmethodID FindMethod(JNIEnv* env, jclass klass, const char* name, const char* signature) { in FindMethod()
103 jmethodID FindStaticMethod(JNIEnv* env, jclass klass, const char* name, const char* signature) { in FindStaticMethod()
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h587 ParseSignatureAsList(ConstexprStringView signature) { in ParseSignatureAsList()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp120 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument
/libnativehelper/include_jni/
Djni.h131 const char* signature; member