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.c90 const char* name, const char* signature, bool isStatic) { in FindMethod()
102 const char* name, const char* signature, bool isStatic) { in FindField()
118 #define JCLASS_INITIALIZE(cls, signature, androidOnly) \ in InitializeConstants() argument
124 #define JMETHODID_INITIALIZE(cls, method, name, signature, isStatic) \ in InitializeConstants() argument
131 #define JFIELDID_INITIALIZE(cls, field, signature, isStatic) \ in InitializeConstants() argument
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h587 ParseSignatureAsList(ConstexprStringView signature) { in ParseSignatureAsList()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp119 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument
/libnativehelper/include_jni/
Djni.h130 const char* signature; member