Home
last modified time | relevance | path

Searched refs:CallLongMethod (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.h102 return (HWND)env->CallLongMethod(self, getParentWindowID); in getParentID()
106 return (HDC)env->CallLongMethod(self, getPrintDCID); in getPrintDC()
114 return (HGLOBAL) env->CallLongMethod(self, getDevmodeID); in getPrintHDMode()
124 return (HGLOBAL) env->CallLongMethod(self, getDevnamesID); in getPrintHDName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/jdbc/
H A DClob.cxx63 out = t.pEnv->CallLongMethod( object, mID ); in length()
113 out = t.pEnv->CallLongMethod( object, mID, args[0].l,start ); in position()
H A DBlob.cxx63 out = t.pEnv->CallLongMethod( object, mID ); in length()
126 out = t.pEnv->CallLongMethod( object, mID, pByteArray,start ); in position()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/jdbc/
H A DClob.cxx62 out = t.pEnv->CallLongMethod( object, mID ); in length()
112 out = t.pEnv->CallLongMethod( object, mID, args[0].l,start ); in position()
H A DBlob.cxx63 out = t.pEnv->CallLongMethod( object, mID ); in length()
126 out = t.pEnv->CallLongMethod( object, mID, pByteArray,start ); in position()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c270 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
362 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
450 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
538 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c272 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
364 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
452 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
540 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c270 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJCreateMutex()
362 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJDestroyMutex()
450 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJLockMutex()
538 errorCode = (*env)->CallLongMethod(env, pkcs11Exception, methodID); in callJUnlockMutex()
/dports/devel/py-jep/jep-3.9.1/src/main/c/Jep/java_access/
H A DJepException.c37 result = (*env)->CallLongMethod(env, this, getPythonType); in jep_JepException_getPythonType()

12345678910>>...13