Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/
Djni_macros.h206 #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/
DJniHelpTest.java116 final String functionName = "execve"; in testErrnoException() local
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()
/libnativehelper/
DJNIHelp.c384 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
/libnativehelper/include/nativehelper/
DJNIHelp.h423 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException()