Home
last modified time | relevance | path

Searched defs:className (Results 1 – 20 of 20) sorted by relevance

/prebuilts/module_sdk/art/17/common_os/include/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
/prebuilts/module_sdk/art/7/common_os/include/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
/prebuilts/module_sdk/art/1/common_os/include/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
/prebuilts/module_sdk/art/current/sdk/common_os/include/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
/prebuilts/module_sdk/art/13/common_os/include/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
/prebuilts/module_sdk/art/3/common_os/include/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
/prebuilts/module_sdk/art/13/include/libnativehelper/include/nativehelper/
DJNIHelp.h107 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
138 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
277 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
363 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
449 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/3/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/1/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/current/sdk/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h107 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
138 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
277 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
363 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
449 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/3/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/7/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h107 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
138 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
277 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
363 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
449 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
133 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
272 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
289 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
358 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
405 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
444 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/current/sdk/include/libnativehelper/include/nativehelper/
DJNIHelp.h107 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
138 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
277 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
363 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
449 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/module_sdk/art/17/common_os/include/libnativehelper/include/nativehelper/
DJNIHelp.h107 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod()
138 jstring className = (jstring)env->CallObjectMethod(exceptionClass, getName); in GetExceptionSummary() local
277 [[maybe_unused]] static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()
363 [[maybe_unused]] static int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
449 [[maybe_unused]] static int jniThrowExceptionFmt(JNIEnv* env, const char* className, in jniThrowExceptionFmt()
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java201 final String className = clazz.getSimpleName(); in makeSingletonName() local
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java201 final String className = clazz.getSimpleName(); in makeSingletonName() local
/prebuilts/go/linux-x86/src/internal/trace/traceviewer/static/
Dwebcomponents.min.js12 …ers.ShadowRoot)return o(this,t);if(s instanceof N)a=b(E.call(s,t));else{if(!(s instanceof C))retur…