Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h152 #define MAKE_JNI_NATIVE_METHOD(name, signature, function) \ argument
158 #define MAKE_JNI_FAST_NATIVE_METHOD(name, signature, function) \ argument
164 #define MAKE_JNI_CRITICAL_NATIVE_METHOD(name, signature, function) \ argument
206 #define NATIVE_METHOD(className, functionName, signature) \ argument
209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument
218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument
227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
/libnativehelper/
DJniConstants.c91 const char* name, const char* signature, bool isStatic) { in FindMethod()
103 const char* name, const char* signature, bool isStatic) { in FindField()
119 #define JCLASS_INITIALIZE(cls, signature, androidOnly) \ in InitializeConstants() argument
125 #define JMETHODID_INITIALIZE(cls, method, name, signature, isStatic) \ in InitializeConstants() argument
132 #define JFIELDID_INITIALIZE(cls, field, signature, isStatic) \ in InitializeConstants() argument
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h588 ParseSignatureAsList(ConstexprStringView signature) { in ParseSignatureAsList()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp107 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument
/libnativehelper/include_jni/
Djni.h130 const char* signature; member