Home
last modified time | relevance | path

Searched refs:JNI_PUBLIC_API (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
Djni_md.h86 # define JNI_PUBLIC_API(ResultType) ResultType _System macro
91 # define JNI_PUBLIC_API(ResultType) ResultType macro
101 # define JNI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType __stdcall macro
107 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export __loadds macro
112 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export macro
120 # define JNI_PUBLIC_API(ResultType) __export ResultType macro
125 # define JNI_PUBLIC_API(ResultType) ResultType _cdecl _export _loadds macro
151 # define JNI_PUBLIC_API(ResultType) __declspec(export) ResultType macro
152 # define JNI_PUBLIC_VAR(VarType) JNI_PUBLIC_API(VarType)
153 # define JNI_NATIVE_STUB(ResultType) JNI_PUBLIC_API(ResultType)
[all …]
Djni.h1797 JNI_PUBLIC_API(void) JNI_GetDefaultJavaVMInitArgs(void *);
1799 JNI_PUBLIC_API(jint) JNI_CreateJavaVM(JavaVM **, JNIEnv **, void *);
1801 JNI_PUBLIC_API(jint) JNI_GetCreatedJavaVMs(JavaVM **, jsize, jsize *);
1802 JNI_PUBLIC_API(jref) JNI_MakeLocalRef(JNIEnv *pJNIEnv, void *pHObject);