Home
last modified time | relevance | path

Searched refs:CallLongMethodV (Results 1 – 25 of 132) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/jni/
H A DJNIUtility.h154 return getJNIEnv()->CallLongMethodV(obj, mid, args);
/dports/lang/mono/mono-5.10.1.57/ikvm-native/
H A Djni.c260 CallLongMethodV, // jlong JNICALL CallLongMethodV(jobject obj, jmethodID methodID, va_list args);
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A DhdfsJniHelper.c197 jl = (*env)->CallLongMethodV(env, instObj, mid, args); in invokeMethod()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Djni_helper.c179 jl = (*env)->CallLongMethodV(env, instObj, mid, args); in invokeMethod()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/include/
H A Djni.h308 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
861 jlong result = functions->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
866 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
867 { return functions->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/include/
H A Djni.h308 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
861 jlong result = functions->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
866 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
867 { return functions->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Djni.h346 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
892 jlong result = p->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
897 jlong CallLongMethodV (jobject obj0, jmethodID meth1, _Jv_va_list val2) in CallLongMethodV() function
898 { return p->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/include/
H A Djni.h308 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
861 jlong result = functions->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
866 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
867 { return functions->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/include/
H A Djni.h308 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
861 jlong result = functions->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
866 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
867 { return functions->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Djni.h346 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
892 jlong result = p->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
897 jlong CallLongMethodV (jobject obj0, jmethodID meth1, _Jv_va_list val2) in CallLongMethodV() function
898 { return p->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/include/
H A Djni.h308 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
861 jlong result = functions->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
866 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
867 { return functions->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/include/
H A Djni.h298 jlong (JNICALL *CallLongMethodV) (JNIEnv *, jobject, jmethodID,
836 jlong result = p->CallLongMethodV (this, obj0, meth1, args); in CallLongMethod()
841 jlong CallLongMethodV (jobject obj0, jmethodID meth1, va_list val2) in CallLongMethodV() function
842 { return p->CallLongMethodV (this, obj0, meth1, val2); } in CallLongMethodV()
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Djni.h312 jlong (JNICALL *CallLongMethodV)
918 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
922 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
924 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/multimedia/libbluray/libbluray-1.3.0/jni/
H A Djni.h329 jlong (JNICALL *CallLongMethodV)
992 result = functions->CallLongMethodV(this,obj,methodID,args);
996 jlong CallLongMethodV(jobject obj, jmethodID methodID,
998 return functions->CallLongMethodV(this,obj,methodID,args);
/dports/multimedia/handbrake/libbluray-1.3.0/jni/
H A Djni.h329 jlong (JNICALL *CallLongMethodV)
992 result = functions->CallLongMethodV(this,obj,methodID,args);
996 jlong CallLongMethodV(jobject obj, jmethodID methodID,
998 return functions->CallLongMethodV(this,obj,methodID,args);
/dports/devel/jetbrains-goland/GoLand-2019.3.1/jbr/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/jbr/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_linux/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1004 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1008 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1010 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_mac/
H A Djni.h323 jlong (JNICALL *CallLongMethodV)
995 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
999 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1001 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_win/
H A Djni.h318 jlong (JNICALL *CallLongMethodV)
986 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
990 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
992 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/graphics/jogamp-jogl/gluegen/make/stub_includes/jni/
H A Djni.h325 jlong (JNICALL *CallLongMethodV)
981 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
985 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
987 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/jbr/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/include/
H A Djni.h336 jlong (JNICALL *CallLongMethodV)
1009 result = functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethod()
1013 jlong CallLongMethodV(jobject obj, jmethodID methodID, in CallLongMethodV() function
1015 return functions->CallLongMethodV(this,obj,methodID,args); in CallLongMethodV()

123456