Searched refs:GetFieldID (Results 1 - 25 of 134) sorted by relevance

123456

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Insets.c37 insetsIDs.top = (*env)->GetFieldID(env, cls, "top", "I");
38 insetsIDs.bottom = (*env)->GetFieldID(env, cls, "bottom", "I");
39 insetsIDs.left = (*env)->GetFieldID(env, cls, "left", "I");
40 insetsIDs.right = (*env)->GetFieldID(env, cls, "right", "I");
H A Dawt_Event.c45 eventIDs.data = (*env)->GetFieldID(env, cls, "data", "J");
46 eventIDs.consumed = (*env)->GetFieldID(env, cls, "consumed", "Z");
47 eventIDs.id = (*env)->GetFieldID(env, cls, "id", "I");
H A Dawt_AWTEvent.c55 awtEventIDs.bdata = (*env)->GetFieldID(env, cls, "bdata", "[B");
56 awtEventIDs.consumed = (*env)->GetFieldID(env, cls, "consumed", "Z");
57 awtEventIDs.id = (*env)->GetFieldID(env, cls, "id", "I");
63 inputEventIDs.modifiers = (*env)->GetFieldID(env, cls, "modifiers", "I");
69 keyEventIDs.keyCode = (*env)->GetFieldID(env, cls, "keyCode", "I");
70 keyEventIDs.keyChar = (*env)->GetFieldID(env, cls, "keyChar", "C");
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DimageInitIDs.c32 g_BImgRasterID = (*env)->GetFieldID(env, cls, "raster",
34 g_BImgTypeID = (*env)->GetFieldID(env, cls, "imageType", "I");
35 g_BImgCMID = (*env)->GetFieldID(env, cls, "colorModel",
49 g_RasterWidthID = (*env)->GetFieldID(env, cls, "width", "I");
50 g_RasterHeightID = (*env)->GetFieldID(env, cls, "height", "I");
51 g_RasterNumBandsID = (*env)->GetFieldID(env, cls, "numBands", "I");
54 g_RasterMinXID = (*env)->GetFieldID(env, cls, "minX", "I");
55 g_RasterMinYID = (*env)->GetFieldID(env, cls, "minY", "I");
56 g_RasterBaseOriginXID = (*env)->GetFieldID(env, cls,
58 g_RasterBaseOriginYID = (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_KeyEvent.cpp50 AwtKeyEvent::keyCodeID = env->GetFieldID(cls, "keyCode", "I");
51 AwtKeyEvent::keyCharID = env->GetFieldID(cls, "keyChar", "C");
52 AwtKeyEvent::rawCodeID = env->GetFieldID(cls, "rawCode", "J");
53 AwtKeyEvent::primaryLevelUnicodeID = env->GetFieldID(cls, "primaryLevelUnicode", "J");
54 AwtKeyEvent::scancodeID = env->GetFieldID(cls, "scancode", "J");
55 AwtKeyEvent::extendedKeyCodeID = env->GetFieldID(cls, "extendedKeyCode", "J");
H A Dawt_Event.cpp47 AwtEvent::targetID = env->GetFieldID(cls, "target", "Ljava/lang/Object;");
48 AwtEvent::xID = env->GetFieldID(cls, "x", "I");
49 AwtEvent::yID = env->GetFieldID(cls, "y", "I");
H A Dawt_MouseEvent.cpp47 AwtMouseEvent::xID = env->GetFieldID(cls, "x", "I");
48 AwtMouseEvent::yID = env->GetFieldID(cls, "y", "I");
49 AwtMouseEvent::buttonID = env->GetFieldID(cls, "button", "I");
H A Dawt_InputEvent.cpp43 AwtInputEvent::modifiersID = env->GetFieldID(cls, "modifiers", "I");
H A Dawt_Insets.cpp48 AwtInsets::leftID = env->GetFieldID(cls, "left", "I");
49 AwtInsets::rightID = env->GetFieldID(cls, "right", "I");
50 AwtInsets::topID = env->GetFieldID(cls, "top", "I");
51 AwtInsets::bottomID = env->GetFieldID(cls, "bottom", "I");
H A Dawt_Rectangle.cpp48 AwtRectangle::xID = env->GetFieldID(cls, "x", "I");
49 AwtRectangle::yID = env->GetFieldID(cls, "y", "I");
50 AwtRectangle::widthID = env->GetFieldID(cls, "width", "I");
51 AwtRectangle::heightID = env->GetFieldID(cls, "height", "I");
H A Dawt_Dimension.cpp46 AwtDimension::widthID = env->GetFieldID(cls, "width", "I");
47 AwtDimension::heightID = env->GetFieldID(cls, "height", "I");
H A Dawt_Container.cpp47 env->GetFieldID(cls, "layoutMgr", "Ljava/awt/LayoutManager;");
H A Dawt_Panel.cpp48 AwtPanel::insets_ID = env->GetFieldID(cls, "insets_", "Ljava/awt/Insets;");
H A Dawt_AWTEvent.cpp73 AwtAWTEvent::bdataID = env->GetFieldID(cls, "bdata", "[B");
74 AwtAWTEvent::idID = env->GetFieldID(cls, "id", "I");
75 AwtAWTEvent::consumedID = env->GetFieldID(cls, "consumed", "Z");
/openjdk7/jdk/src/share/native/java/net/
H A DDatagramPacket.c47 dp_addressID = (*env)->GetFieldID(env, cls, "address",
50 dp_portID = (*env)->GetFieldID(env, cls, "port", "I");
52 dp_bufID = (*env)->GetFieldID(env, cls, "buf", "[B");
54 dp_offsetID = (*env)->GetFieldID(env, cls, "offset", "I");
56 dp_lengthID = (*env)->GetFieldID(env, cls, "length", "I");
58 dp_bufLengthID = (*env)->GetFieldID(env, cls, "bufLength", "I");
H A DInet6Address.c55 ia6_ipaddressID = (*env)->GetFieldID(env, ia6_class, "ipaddress", "[B");
57 ia6_scopeidID = (*env)->GetFieldID(env, ia6_class, "scope_id", "I");
59 ia6_cachedscopeidID = (*env)->GetFieldID(env, ia6_class, "cached_scope_id", "I");
61 ia6_scopeidsetID = (*env)->GetFieldID(env, ia6_class, "scope_id_set", "Z");
63 ia6_scopeifnameID = (*env)->GetFieldID(env, ia6_class, "scope_ifname", "Ljava/net/NetworkInterface;");
65 ia6_scopeifnamesetID = (*env)->GetFieldID(env, ia6_class, "scope_ifname_set", "Z");
H A DInetAddress.c57 ia_holderID = (*env)->GetFieldID(env, ia_class, "holder", "Ljava/net/InetAddress$InetAddressHolder;");
62 iac_addressID = (*env)->GetFieldID(env, iac_class, "address", "I");
64 iac_familyID = (*env)->GetFieldID(env, iac_class, "family", "I");
66 iac_hostNameID = (*env)->GetFieldID(env, iac_class, "hostName", "Ljava/lang/String;");
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileKey.c41 key_volumeSN = (*env)->GetFieldID(env, clazz, "dwVolumeSerialNumber", "J");
42 key_indexHigh = (*env)->GetFieldID(env, clazz, "nFileIndexHigh", "J");
43 key_indexLow = (*env)->GetFieldID(env, clazz, "nFileIndexLow", "J");
/openjdk7/jdk/src/windows/native/java/io/
H A DFileDescriptor_md.c51 IO_fd_fdID = (*env)->GetFieldID(env, fdClass, "fd", "I");
52 IO_handle_fdID = (*env)->GetFieldID(env, fdClass, "handle", "J");
/openjdk7/jdk/src/solaris/native/java/io/
H A DFileDescriptor_md.c45 IO_fd_fdID = (*env)->GetFieldID(env, fdClass, "fd", "I");
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileKey.c46 key_st_dev = (*env)->GetFieldID(env, clazz, "st_dev", "J");
47 key_st_ino = (*env)->GetFieldID(env, clazz, "st_ino", "J");
/openjdk7/jdk/src/share/native/sun/font/
H A DsunFont.c98 (*env)->GetFieldID(env, sunFontIDs.pt2DFloatClass, "x", "F");
100 (*env)->GetFieldID(env, sunFontIDs.pt2DFloatClass, "y", "F");
117 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "x", "F");
119 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "y", "F");
121 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "width", "F");
123 (*env)->GetFieldID(env, sunFontIDs.rect2DFloatClass, "height", "F");
158 (*env)->GetFieldID(env, tmpClass, "pScalerContext", "J");
161 sunFontIDs.glyphListX = (*env)->GetFieldID(env, tmpClass, "x", "F");
162 sunFontIDs.glyphListY = (*env)->GetFieldID(env, tmpClass, "y", "F");
163 sunFontIDs.glyphListLen = (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/security/auth/module/
H A DSolaris.c57 fid = (*env)->GetFieldID(env, cls, "username", "Ljava/lang/String;");
73 fid = (*env)->GetFieldID(env, cls, "uid", "J");
88 fid = (*env)->GetFieldID(env, cls, "gid", "J");
103 fid = (*env)->GetFieldID(env, cls, "groups", "[J");
H A DUnix.c64 fid = (*env)->GetFieldID(env, cls, "username", "Ljava/lang/String;");
80 fid = (*env)->GetFieldID(env, cls, "uid", "J");
95 fid = (*env)->GetFieldID(env, cls, "gid", "J");
110 fid = (*env)->GetFieldID(env, cls, "groups", "[J");
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_convert.c264 jFieldID = (*env)->GetFieldID(env, jVersionClass, "major", "B");
269 jFieldID = (*env)->GetFieldID(env, jVersionClass, "minor", "B");
312 jFieldID = (*env)->GetFieldID(env, jDateClass, "year", "[C");
317 jFieldID = (*env)->GetFieldID(env, jDateClass, "month", "[C");
322 jFieldID = (*env)->GetFieldID(env, jDateClass, "day", "[C");
436 jFieldID = (*env)->GetFieldID(env, jAttributeClass, "type", "J");
443 jFieldID = (*env)->GetFieldID(env, jAttributeClass, "pValue", "Ljava/lang/Object;");
480 fieldID = (*env)->GetFieldID(env, jSsl3MasterKeyDeriveParamsClass, "RandomInfo", "Lsun/security/pkcs11/wrapper/CK_SSL3_RANDOM_DATA;");
487 fieldID = (*env)->GetFieldID(env, jSsl3RandomDataClass, "pClientRandom", "[B");
492 fieldID = (*env)->GetFieldID(en
[all...]

Completed in 66 milliseconds

123456