Home
last modified time | relevance | path

Searched refs:CallStaticLongMethodV (Results 1 – 25 of 134) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/ikvm-native/
H A Djni.c364CallStaticLongMethodV, // jlong JNICALL CallStaticLongMethodV(jclass clazz, jmethodID methodID, va…
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A DhdfsJniHelper.c194 jl = (*env)->CallStaticLongMethodV(env, cls, 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.c176 jl = (*env)->CallStaticLongMethodV(env, cls, mid, args); in invokeMethod()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/include/
H A Djni.h462 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1222 jlong result = functions->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1227 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1228 { return functions->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/include/
H A Djni.h462 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1222 jlong result = functions->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1227 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1228 { return functions->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Djni.h500 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1250 jlong result = p->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1255 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, _Jv_va_list val2) in CallStaticLongMethodV() function
1256 { return p->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/include/
H A Djni.h462 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1222 jlong result = functions->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1227 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1228 { return functions->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/include/
H A Djni.h462 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1222 jlong result = functions->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1227 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1228 { return functions->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/include/
H A Djni.h500 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1250 jlong result = p->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1255 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, _Jv_va_list val2) in CallStaticLongMethodV() function
1256 { return p->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/include/
H A Djni.h462 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1222 jlong result = functions->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1227 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1228 { return functions->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/include/
H A Djni.h452 jlong (JNICALL *CallStaticLongMethodV) (JNIEnv *, jclass, jmethodID,
1194 jlong result = p->CallStaticLongMethodV (this, cl0, meth1, args); in CallStaticLongMethod()
1199 jlong CallStaticLongMethodV (jclass cl0, jmethodID meth1, va_list val2) in CallStaticLongMethodV() function
1200 { return p->CallStaticLongMethodV (this, cl0, meth1, val2); } in CallStaticLongMethodV()
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Djni.h516 jlong (JNICALL *CallStaticLongMethodV)
1378 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1382 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1384 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/multimedia/libbluray/libbluray-1.3.0/jni/
H A Djni.h533 jlong (JNICALL *CallStaticLongMethodV)
1452 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1456 jlong CallStaticLongMethodV(jclass clazz,
1458 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
/dports/multimedia/handbrake/libbluray-1.3.0/jni/
H A Djni.h533 jlong (JNICALL *CallStaticLongMethodV)
1452 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1456 jlong CallStaticLongMethodV(jclass clazz,
1458 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
/dports/devel/jetbrains-goland/GoLand-2019.3.1/jbr/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/jbr/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_linux/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1464 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1468 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_mac/
H A Djni.h527 jlong (JNICALL *CallStaticLongMethodV)
1455 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1459 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1461 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/lib/inc_win/
H A Djni.h522 jlong (JNICALL *CallStaticLongMethodV)
1446 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1450 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1452 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/graphics/jogamp-jogl/gluegen/make/stub_includes/jni/
H A Djni.h529 jlong (JNICALL *CallStaticLongMethodV)
1441 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1445 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1447 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/jbr/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/native/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/native/include/
H A Djni.h540 jlong (JNICALL *CallStaticLongMethodV)
1469 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1473 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1475 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()
/dports/security/iaikpkcs11wrapper/src/native/common/
H A Djni.h516 jlong (JNICALL *CallStaticLongMethodV)
1428 result = functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethod()
1432 jlong CallStaticLongMethodV(jclass clazz, in CallStaticLongMethodV() function
1434 return functions->CallStaticLongMethodV(this,clazz,methodID,args); in CallStaticLongMethodV()

123456