Searched refs:GetMethodID (Results 1 - 25 of 103) sorted by relevance

12345

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Container.cpp50 env->GetMethodID(cls, "findComponentAt", "(IIZ)Ljava/awt/Component;");
H A DWBufferStrategy.cpp41 getBackBufferID = env->GetMethodID(componentClass, "getBackBuffer",
H A Dawt_PrintControl.cpp238 AwtPrintControl::getPrintDCID = env->GetMethodID(cls, "getPrintDC", "()J");
240 env->GetMethodID(cls, "setPrintDC", "(J)V");
241 AwtPrintControl::getDevmodeID = env->GetMethodID(cls, "getDevMode", "()J");
243 env->GetMethodID(cls, "setDevMode", "(J)V");
245 env->GetMethodID(cls, "getDevNames", "()J");
247 env->GetMethodID(cls, "setDevNames", "(J)V");
253 env->GetMethodID(cls, "getCopiesAttrib", "()I");
255 env->GetMethodID(cls, "getCollateAttrib","()Z");
257 env->GetMethodID(cls, "getOrientAttrib", "()I");
259 env->GetMethodID(cl
[all...]
H A Dawt_DataTransferer.h98 method = env->GetMethodID(clazz, name, signature); \
121 method = env->GetMethodID(clazz, name, signature); \
144 method = env->GetMethodID(clazz, name, signature); \
H A Dawt_Color.cpp53 AwtColor::getRGBMID = env->GetMethodID(cls, "getRGB", "()I");
H A Dawt_Win32GraphicsConfig.cpp94 mid = env->GetMethodID(clazz, "<init>", "(IIII)V");
/openjdk7/jdk/src/share/native/java/lang/ref/
H A DFinalizer.c39 mid = (*env)->GetMethodID(env, cls, "finalize", "()V");
/openjdk7/jdk/src/share/native/sun/font/
H A DsunFont.c82 (*env)->GetMethodID(env, tmpClass, "readBlock",
85 (*env)->GetMethodID(env, tmpClass, "readBytes", "(II)[B");
89 (*env)->GetMethodID(env, tmpClass,
95 (*env)->GetMethodID(env, sunFontIDs.pt2DFloatClass, "<init>","(FF)V");
106 (*env)->GetMethodID(env, sunFontIDs.strikeMetricsClass,
112 (*env)->GetMethodID(env, sunFontIDs.rect2DFloatClass, "<init>", "()V");
114 (*env)->GetMethodID(env, sunFontIDs.rect2DFloatClass,
128 (*env)->GetMethodID(env, sunFontIDs.gpClass, "<init>", "(I[BI[FI)V");
130 (*env)->GetMethodID(env, sunFontIDs.gpClass, "<init>", "()V");
134 (*env)->GetMethodID(en
[all...]
/openjdk7/jdk/src/share/native/java/net/
H A DInet4Address.c48 ia4_ctrID = (*env)->GetMethodID(env, ia4_class, "<init>", "()V");
H A DInet6Address.c67 ia6_ctrID = (*env)->GetMethodID(env, ia6_class, "<init>", "()V");
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A DJVM.c80 mid = (*env)->GetMethodID(
85 mid = (*env)->GetMethodID(
89 mid = (*env)->GetMethodID(
108 get = (*env)->GetMethodID(env, provider_clazz, "getNameStabilityFor",
113 enc = (*env)->GetMethodID(env, result_clazz, "getEncoding", "()I"); CHECK
116 get = (*env)->GetMethodID(env, provider_clazz, "getDataStabilityFor",
121 enc = (*env)->GetMethodID(env, result_clazz, "getEncoding", "()I"); CHECK
124 get = (*env)->GetMethodID(env, provider_clazz, "getDependencyClassFor",
129 enc = (*env)->GetMethodID(env, result_clazz, "getEncoding", "()I"); CHECK
153 mid = (*env)->GetMethodID(
[all...]
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DNativeUtil.c176 MID_String_ctor = (*env)->GetMethodID(env, CLS_String,
183 (*env)->GetMethodID(env, CLS_Oid, "<init>", "([B)V");
188 MID_Oid_getDER = (*env)->GetMethodID(env, CLS_Oid, "getDER", "()[B");
199 (*env)->GetMethodID(env, cls, "getPrivacy", "()Z");
204 MID_MessageProp_getQOP = (*env)->GetMethodID(env, cls, "getQOP", "()I");
210 (*env)->GetMethodID(env, cls, "setPrivacy", "(Z)V");
215 MID_MessageProp_setQOP = (*env)->GetMethodID(env, cls, "setQOP", "(I)V");
221 (*env)->GetMethodID(env, cls, "setSupplementaryStates",
227 MID_GSSException_ctor3 = (*env)->GetMethodID
239 (*env)->GetMethodID(en
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.c37 g_BImgGetRGBMID = (*env)->GetMethodID(env, cls, "getRGB",
39 g_BImgSetRGBMID = (*env)->GetMethodID(env, cls, "setRGB",
52 g_RasterGetDataMID = (*env)->GetMethodID(env, cls, "getDataElements",
130 g_ICRputDataMID = (*env)->GetMethodID(env, cls, "setDataElements",
166 g_CMgetRGBMID = (*env)->GetMethodID(env, cls, "getRGB",
199 g_SMGetPixelsMID = (*env)->GetMethodID(env, cls, "getPixels",
201 g_SMSetPixelsMID = (*env)->GetMethodID(env, cls, "setPixels",
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.c102 jListConstructor = (*env)->GetMethodID(env, jListClass, "<init>", "()V");
103 jAdd = (*env)->GetMethodID(env, jListClass, "add", "(Ljava/lang/Object;)Z");
107 jModuleConstructor = (*env)->GetMethodID(env, jModuleClass, "<init>",
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c233 methodID = (*env)->GetMethodID(env, jCreateMutexClass, "CK_CREATEMUTEX", "()Ljava/lang/Object;");
251 methodID = (*env)->GetMethodID(env, pkcs11ExceptionClass, "getErrorCode", "()J");
330 methodID = (*env)->GetMethodID(env, jDestroyMutexClass, "CK_DESTROYMUTEX", "(Ljava/lang/Object;)V");
346 methodID = (*env)->GetMethodID(env, pkcs11ExceptionClass, "getErrorCode", "()J");
424 methodID = (*env)->GetMethodID(env, jLockMutexClass, "CK_LOCKMUTEX", "(Ljava/lang/Object;)V");
436 methodID = (*env)->GetMethodID(env, pkcs11ExceptionClass, "getErrorCode", "()J");
514 methodID = (*env)->GetMethodID(env, jUnlockMutexClass, "CK_UNLOCKMUTEX", "(Ljava/lang/Object;)V");
526 methodID = (*env)->GetMethodID(env, pkcs11ExceptionClass, "getErrorCode", "()J");
H A Dp11_util.c77 jConstructor = (*env)->GetMethodID(env, jObjectClass, "<init>", "()V");
203 jConstructor = (*env)->GetMethodID(env, jPKCS11ExceptionClass, "<init>", "(J)V");
761 jConstructor = (*env)->GetMethodID(env, jValueObjectClass, "<init>", "(Z)V");
785 jConstructor = (*env)->GetMethodID(env, jValueObjectClass, "<init>", "(J)V");
810 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "booleanValue", "()Z");
840 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "byteValue", "()B");
869 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "intValue", "()I");
898 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "longValue", "()J");
928 jValueMethod = (*env)->GetMethodID(env, jObjectClass, "charValue", "()C");
1071 jMethod = (*env)->GetMethodID(en
[all...]
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessEnvironment_md.c36 (*env)->GetMethodID(env, JNU_ClassString(env), "<init>", "([B)V");
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDeviceProvider.c81 directAudioDeviceInfoConstructor = (*env)->GetMethodID(env, directAudioDeviceInfoClass, "<init>",
H A DPortMixerProvider.c76 portMixerInfoConstructor = (*env)->GetMethodID(env, portMixerInfoClass, "<init>",
H A DPortMixer.c188 creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass,
229 creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass,
284 creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClass,
290 creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClass,
352 creator.vectorAddElement = (*env)->GetMethodID(env, vectorClass, "addElement", "(Ljava/lang/Object;)V");
H A DMidiInDevice.c178 callbackShortMessageMethodID = (*e)->GetMethodID(e, javaClass, "callbackShortMessage", "(IJ)V");
187 callbackLongMessageMethodID = (*e)->GetMethodID(e, javaClass, "callbackLongMessage", "([BJ)V");
/openjdk7/jdk/src/share/native/sun/security/krb5/
H A Dnativeccache.c134 derValueConstructor = (*env)->GetMethodID(env, derValueClass, "<init>", "([B)V");
143 ticketConstructor = (*env)->GetMethodID(env, ticketClass, "<init>", "(Lsun/security/util/DerValue;)V");
152 principalNameConstructor = (*env)->GetMethodID(env, principalNameClass, "<init>", "(Ljava/lang/String;I)V");
161 encryptionKeyConstructor = (*env)->GetMethodID(env, encryptionKeyClass, "<init>", "(I[B)V");
170 ticketFlagsConstructor = (*env)->GetMethodID(env, ticketFlagsClass, "<init>", "(I[B)V");
179 kerberosTimeConstructor = (*env)->GetMethodID(env, kerberosTimeClass, "<init>", "(J)V");
188 integerConstructor = (*env)->GetMethodID(env, javaLangIntegerClass, "<init>", "(I)V");
197 hostAddressConstructor = (*env)->GetMethodID(env, hostAddressClass, "<init>", "(I[B)V");
206 hostAddressesConstructor = (*env)->GetMethodID(env, hostAddressesClass, "<init>", "([Lsun/security/krb5/internal/HostAddress;)V");
353 krbcredsConstructor = (*env)->GetMethodID(en
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DServerSocketChannelImpl.c64 isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DServerSocketChannelImpl.c63 isa_ctorID = (*env)->GetMethodID(env, cls, "<init>",
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c210 requestXEmbedFocusMID = (*env)->GetMethodID(env, clazz, "requestXEmbedFocus", "()V");
212 focusNextMID = (*env)->GetMethodID(env, clazz, "focusNext", "()V");
214 focusPrevMID = (*env)->GetMethodID(env, clazz, "focusPrev", "()V");
216 registerAcceleratorMID = (*env)->GetMethodID(env, clazz, "registerAccelerator", "(JJJ)V");
218 unregisterAcceleratorMID = (*env)->GetMethodID(env, clazz, "unregisterAccelerator", "(J)V");
220 grabKeyMID = (*env)->GetMethodID(env, clazz, "grabKey", "(JJ)V");
222 ungrabKeyMID = (*env)->GetMethodID(env, clazz, "ungrabKey", "(JJ)V");
224 childResizedMID = (*env)->GetMethodID(env, clazz, "childResized", "()V");
227 (*env)->GetMethodID(env, clazz, "setXEmbedDropTarget", "()V");
230 (*env)->GetMethodID(en
[all...]

Completed in 69 milliseconds

12345