Searched defs:signature (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 152 #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/ |
D | JniConstants.c | 90 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/ |
D | signature_checker.h | 587 ParseSignatureAsList(ConstexprStringView signature) { in ParseSignatureAsList()
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 119 #define EXPECT_OK_SIGNATURE_PARSE(signature, args, ret) \ in TEST() argument
|
/libnativehelper/include_jni/ |
D | jni.h | 130 const char* signature; member
|