Searched defs:functionName (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/libnativehelper/tests_mts/src/com/android/art/libnativehelper/ |
D | JniHelpTest.java | 116 final String functionName = "execve"; in testErrnoException() local
|
/libnativehelper/tests_mts/jni/ |
D | jni_helper_jni.cpp | 65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()
|
/libnativehelper/ |
D | JNIHelp.c | 384 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 423 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException()
|