• Home
  • Raw
  • Download

Lines Matching refs:JNI

643 class JNI {  class
2888 JNI::GetVersion,
2889 JNI::DefineClass,
2890 JNI::FindClass,
2891 JNI::FromReflectedMethod,
2892 JNI::FromReflectedField,
2893 JNI::ToReflectedMethod,
2894 JNI::GetSuperclass,
2895 JNI::IsAssignableFrom,
2896 JNI::ToReflectedField,
2897 JNI::Throw,
2898 JNI::ThrowNew,
2899 JNI::ExceptionOccurred,
2900 JNI::ExceptionDescribe,
2901 JNI::ExceptionClear,
2902 JNI::FatalError,
2903 JNI::PushLocalFrame,
2904 JNI::PopLocalFrame,
2905 JNI::NewGlobalRef,
2906 JNI::DeleteGlobalRef,
2907 JNI::DeleteLocalRef,
2908 JNI::IsSameObject,
2909 JNI::NewLocalRef,
2910 JNI::EnsureLocalCapacity,
2911 JNI::AllocObject,
2912 JNI::NewObject,
2913 JNI::NewObjectV,
2914 JNI::NewObjectA,
2915 JNI::GetObjectClass,
2916 JNI::IsInstanceOf,
2917 JNI::GetMethodID,
2918 JNI::CallObjectMethod,
2919 JNI::CallObjectMethodV,
2920 JNI::CallObjectMethodA,
2921 JNI::CallBooleanMethod,
2922 JNI::CallBooleanMethodV,
2923 JNI::CallBooleanMethodA,
2924 JNI::CallByteMethod,
2925 JNI::CallByteMethodV,
2926 JNI::CallByteMethodA,
2927 JNI::CallCharMethod,
2928 JNI::CallCharMethodV,
2929 JNI::CallCharMethodA,
2930 JNI::CallShortMethod,
2931 JNI::CallShortMethodV,
2932 JNI::CallShortMethodA,
2933 JNI::CallIntMethod,
2934 JNI::CallIntMethodV,
2935 JNI::CallIntMethodA,
2936 JNI::CallLongMethod,
2937 JNI::CallLongMethodV,
2938 JNI::CallLongMethodA,
2939 JNI::CallFloatMethod,
2940 JNI::CallFloatMethodV,
2941 JNI::CallFloatMethodA,
2942 JNI::CallDoubleMethod,
2943 JNI::CallDoubleMethodV,
2944 JNI::CallDoubleMethodA,
2945 JNI::CallVoidMethod,
2946 JNI::CallVoidMethodV,
2947 JNI::CallVoidMethodA,
2948 JNI::CallNonvirtualObjectMethod,
2949 JNI::CallNonvirtualObjectMethodV,
2950 JNI::CallNonvirtualObjectMethodA,
2951 JNI::CallNonvirtualBooleanMethod,
2952 JNI::CallNonvirtualBooleanMethodV,
2953 JNI::CallNonvirtualBooleanMethodA,
2954 JNI::CallNonvirtualByteMethod,
2955 JNI::CallNonvirtualByteMethodV,
2956 JNI::CallNonvirtualByteMethodA,
2957 JNI::CallNonvirtualCharMethod,
2958 JNI::CallNonvirtualCharMethodV,
2959 JNI::CallNonvirtualCharMethodA,
2960 JNI::CallNonvirtualShortMethod,
2961 JNI::CallNonvirtualShortMethodV,
2962 JNI::CallNonvirtualShortMethodA,
2963 JNI::CallNonvirtualIntMethod,
2964 JNI::CallNonvirtualIntMethodV,
2965 JNI::CallNonvirtualIntMethodA,
2966 JNI::CallNonvirtualLongMethod,
2967 JNI::CallNonvirtualLongMethodV,
2968 JNI::CallNonvirtualLongMethodA,
2969 JNI::CallNonvirtualFloatMethod,
2970 JNI::CallNonvirtualFloatMethodV,
2971 JNI::CallNonvirtualFloatMethodA,
2972 JNI::CallNonvirtualDoubleMethod,
2973 JNI::CallNonvirtualDoubleMethodV,
2974 JNI::CallNonvirtualDoubleMethodA,
2975 JNI::CallNonvirtualVoidMethod,
2976 JNI::CallNonvirtualVoidMethodV,
2977 JNI::CallNonvirtualVoidMethodA,
2978 JNI::GetFieldID,
2979 JNI::GetObjectField,
2980 JNI::GetBooleanField,
2981 JNI::GetByteField,
2982 JNI::GetCharField,
2983 JNI::GetShortField,
2984 JNI::GetIntField,
2985 JNI::GetLongField,
2986 JNI::GetFloatField,
2987 JNI::GetDoubleField,
2988 JNI::SetObjectField,
2989 JNI::SetBooleanField,
2990 JNI::SetByteField,
2991 JNI::SetCharField,
2992 JNI::SetShortField,
2993 JNI::SetIntField,
2994 JNI::SetLongField,
2995 JNI::SetFloatField,
2996 JNI::SetDoubleField,
2997 JNI::GetStaticMethodID,
2998 JNI::CallStaticObjectMethod,
2999 JNI::CallStaticObjectMethodV,
3000 JNI::CallStaticObjectMethodA,
3001 JNI::CallStaticBooleanMethod,
3002 JNI::CallStaticBooleanMethodV,
3003 JNI::CallStaticBooleanMethodA,
3004 JNI::CallStaticByteMethod,
3005 JNI::CallStaticByteMethodV,
3006 JNI::CallStaticByteMethodA,
3007 JNI::CallStaticCharMethod,
3008 JNI::CallStaticCharMethodV,
3009 JNI::CallStaticCharMethodA,
3010 JNI::CallStaticShortMethod,
3011 JNI::CallStaticShortMethodV,
3012 JNI::CallStaticShortMethodA,
3013 JNI::CallStaticIntMethod,
3014 JNI::CallStaticIntMethodV,
3015 JNI::CallStaticIntMethodA,
3016 JNI::CallStaticLongMethod,
3017 JNI::CallStaticLongMethodV,
3018 JNI::CallStaticLongMethodA,
3019 JNI::CallStaticFloatMethod,
3020 JNI::CallStaticFloatMethodV,
3021 JNI::CallStaticFloatMethodA,
3022 JNI::CallStaticDoubleMethod,
3023 JNI::CallStaticDoubleMethodV,
3024 JNI::CallStaticDoubleMethodA,
3025 JNI::CallStaticVoidMethod,
3026 JNI::CallStaticVoidMethodV,
3027 JNI::CallStaticVoidMethodA,
3028 JNI::GetStaticFieldID,
3029 JNI::GetStaticObjectField,
3030 JNI::GetStaticBooleanField,
3031 JNI::GetStaticByteField,
3032 JNI::GetStaticCharField,
3033 JNI::GetStaticShortField,
3034 JNI::GetStaticIntField,
3035 JNI::GetStaticLongField,
3036 JNI::GetStaticFloatField,
3037 JNI::GetStaticDoubleField,
3038 JNI::SetStaticObjectField,
3039 JNI::SetStaticBooleanField,
3040 JNI::SetStaticByteField,
3041 JNI::SetStaticCharField,
3042 JNI::SetStaticShortField,
3043 JNI::SetStaticIntField,
3044 JNI::SetStaticLongField,
3045 JNI::SetStaticFloatField,
3046 JNI::SetStaticDoubleField,
3047 JNI::NewString,
3048 JNI::GetStringLength,
3049 JNI::GetStringChars,
3050 JNI::ReleaseStringChars,
3051 JNI::NewStringUTF,
3052 JNI::GetStringUTFLength,
3053 JNI::GetStringUTFChars,
3054 JNI::ReleaseStringUTFChars,
3055 JNI::GetArrayLength,
3056 JNI::NewObjectArray,
3057 JNI::GetObjectArrayElement,
3058 JNI::SetObjectArrayElement,
3059 JNI::NewBooleanArray,
3060 JNI::NewByteArray,
3061 JNI::NewCharArray,
3062 JNI::NewShortArray,
3063 JNI::NewIntArray,
3064 JNI::NewLongArray,
3065 JNI::NewFloatArray,
3066 JNI::NewDoubleArray,
3067 JNI::GetBooleanArrayElements,
3068 JNI::GetByteArrayElements,
3069 JNI::GetCharArrayElements,
3070 JNI::GetShortArrayElements,
3071 JNI::GetIntArrayElements,
3072 JNI::GetLongArrayElements,
3073 JNI::GetFloatArrayElements,
3074 JNI::GetDoubleArrayElements,
3075 JNI::ReleaseBooleanArrayElements,
3076 JNI::ReleaseByteArrayElements,
3077 JNI::ReleaseCharArrayElements,
3078 JNI::ReleaseShortArrayElements,
3079 JNI::ReleaseIntArrayElements,
3080 JNI::ReleaseLongArrayElements,
3081 JNI::ReleaseFloatArrayElements,
3082 JNI::ReleaseDoubleArrayElements,
3083 JNI::GetBooleanArrayRegion,
3084 JNI::GetByteArrayRegion,
3085 JNI::GetCharArrayRegion,
3086 JNI::GetShortArrayRegion,
3087 JNI::GetIntArrayRegion,
3088 JNI::GetLongArrayRegion,
3089 JNI::GetFloatArrayRegion,
3090 JNI::GetDoubleArrayRegion,
3091 JNI::SetBooleanArrayRegion,
3092 JNI::SetByteArrayRegion,
3093 JNI::SetCharArrayRegion,
3094 JNI::SetShortArrayRegion,
3095 JNI::SetIntArrayRegion,
3096 JNI::SetLongArrayRegion,
3097 JNI::SetFloatArrayRegion,
3098 JNI::SetDoubleArrayRegion,
3099 JNI::RegisterNatives,
3100 JNI::UnregisterNatives,
3101 JNI::MonitorEnter,
3102 JNI::MonitorExit,
3103 JNI::GetJavaVM,
3104 JNI::GetStringRegion,
3105 JNI::GetStringUTFRegion,
3106 JNI::GetPrimitiveArrayCritical,
3107 JNI::ReleasePrimitiveArrayCritical,
3108 JNI::GetStringCritical,
3109 JNI::ReleaseStringCritical,
3110 JNI::NewWeakGlobalRef,
3111 JNI::DeleteWeakGlobalRef,
3112 JNI::ExceptionCheck,
3113 JNI::NewDirectByteBuffer,
3114 JNI::GetDirectBufferAddress,
3115 JNI::GetDirectBufferCapacity,
3116 JNI::GetObjectRefType,