Searched refs:GetFieldID (Results 51 - 75 of 134) sorted by relevance

123456

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c90 (*env)->GetFieldID(env, cls, "xfsname", "Ljava/lang/String;");
178 componentIDs.x = (*env)->GetFieldID(env, cls, "x", "I");
179 componentIDs.y = (*env)->GetFieldID(env, cls, "y", "I");
180 componentIDs.width = (*env)->GetFieldID(env, cls, "width", "I");
181 componentIDs.height = (*env)->GetFieldID(env, cls, "height", "I");
182 componentIDs.isPacked = (*env)->GetFieldID(env, cls, "isPacked", "Z");
184 (*env)->GetFieldID(env, cls, "peer", "Ljava/awt/peer/ComponentPeer;");
186 (*env)->GetFieldID(env, cls, "background", "Ljava/awt/Color;");
188 (*env)->GetFieldID(env, cls, "foreground", "Ljava/awt/Color;");
190 (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c103 psi_fdID = (*env)->GetFieldID(env, cls , "fd", "Ljava/io/FileDescriptor;");
105 psi_fd1ID =(*env)->GetFieldID(env, cls , "fd1", "Ljava/io/FileDescriptor;");
107 psi_addressID = (*env)->GetFieldID(env, cls, "address",
110 psi_portID = (*env)->GetFieldID(env, cls, "port", "I");
112 psi_lastfdID = (*env)->GetFieldID(env, cls, "lastfd", "I");
114 psi_localportID = (*env)->GetFieldID(env, cls, "localport", "I");
116 psi_timeoutID = (*env)->GetFieldID(env, cls, "timeout", "I");
118 psi_trafficClassID = (*env)->GetFieldID(env, cls, "trafficClass", "I");
120 psi_serverSocketID = (*env)->GetFieldID(env, cls, "serverSocket",
891 i_valueID = (*env)->GetFieldID(en
[all...]
H A DNetworkInterface.c467 ni_nameID = (*env)->GetFieldID(env, ni_class, "name", "Ljava/lang/String;");
468 ni_displayNameID = (*env)->GetFieldID(env, ni_class, "displayName", "Ljava/lang/String;");
469 ni_indexID = (*env)->GetFieldID(env, ni_class, "index", "I");
470 ni_addrsID = (*env)->GetFieldID(env, ni_class, "addrs", "[Ljava/net/InetAddress;");
471 ni_bindsID = (*env)->GetFieldID(env, ni_class, "bindings", "[Ljava/net/InterfaceAddress;");
472 ni_childsID = (*env)->GetFieldID(env, ni_class, "childs", "[Ljava/net/NetworkInterface;");
485 ni_ia6ipaddressID = (*env)->GetFieldID(env, ni_ia6cls, "ipaddress", "[B");
490 ni_ibaddressID = (*env)->GetFieldID(env, ni_ibcls, "address", "Ljava/net/InetAddress;");
491 ni_ibbroadcastID = (*env)->GetFieldID(env, ni_ibcls, "broadcast", "Ljava/net/Inet4Address;");
492 ni_ibmaskID = (*env)->GetFieldID(en
[all...]
H A DTwoStacksPlainDatagramSocketImpl.c389 pdsi_fdID = (*env)->GetFieldID(env, cls, "fd", "Ljava/io/FileDescriptor;");
391 pdsi_fd1ID = (*env)->GetFieldID(env, cls, "fd1", "Ljava/io/FileDescriptor;");
393 pdsi_timeoutID = (*env)->GetFieldID(env, cls, "timeout", "I");
395 pdsi_fduseID = (*env)->GetFieldID(env, cls, "fduse", "I");
397 pdsi_lastfdID = (*env)->GetFieldID(env, cls, "lastfd", "I");
399 pdsi_trafficClassID = (*env)->GetFieldID(env, cls, "trafficClass", "I");
401 pdsi_localPortID = (*env)->GetFieldID(env, cls, "localPort", "I");
403 pdsi_connected = (*env)->GetFieldID(env, cls, "connected", "Z");
1584 ni_addrsID = (*env)->GetFieldID(env, c, "addrs",
1634 ni_indexID = (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIOUtil.c56 fd_fdID = (*env)->GetFieldID(env, clazz, "fd", "I");
57 handle_fdID = (*env)->GetFieldID(env, clazz, "handle", "J");
H A DServerSocketChannelImpl.c59 fd_fdID = (*env)->GetFieldID(env, cls, "fd", "I");
H A DDatagramChannelImpl.c53 dci_senderID = (*env)->GetFieldID(env, clazz, "sender",
55 dci_senderAddrID = (*env)->GetFieldID(env, clazz,
58 dci_senderPortID = (*env)->GetFieldID(env, clazz,
H A DSocketChannelImpl.c46 ia_addrID = (*env)->GetFieldID(env, cls, "address", "I");
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DServerSocketChannelImpl.c60 fd_fdID = (*env)->GetFieldID(env, cls, "fd", "I");
H A DDatagramChannelImpl.c64 dci_senderID = (*env)->GetFieldID(env, clazz, "sender",
66 dci_senderAddrID = (*env)->GetFieldID(env, clazz,
69 dci_senderPortID = (*env)->GetFieldID(env, clazz,
/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.c52 fis_fd = (*env)->GetFieldID(env, fdClass, "fd", "Ljava/io/FileDescriptor;");
/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.c55 ntlm_ctxHandleID = (*env)->GetFieldID(env, authseq_clazz, "ctxHandle", "J");
56 ntlm_crdHandleID = (*env)->GetFieldID(env, authseq_clazz, "crdHandle", "J");
57 status_seqCompleteID = (*env)->GetFieldID(env, status_clazz, "sequenceComplete", "Z");
/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c110 prefixID = (*env)->GetFieldID(env, this, "prefix", "[S");
111 suffixID = (*env)->GetFieldID(env, this, "suffix", "[B");
112 outCodeID = (*env)->GetFieldID(env, this, "outCode", "[B");
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c650 Trans_profileIDs_fID = (*env)->GetFieldID (env, Trans, "profileIDs", "[J");
651 Trans_renderType_fID = (*env)->GetFieldID (env, Trans, "renderType", "I");
652 Trans_ID_fID = (*env)->GetFieldID (env, Trans, "ID", "J");
654 IL_isIntPacked_fID = (*env)->GetFieldID (env, IL, "isIntPacked", "Z");
655 IL_dataType_fID = (*env)->GetFieldID (env, IL, "dataType", "I");
656 IL_pixelType_fID = (*env)->GetFieldID (env, IL, "pixelType", "I");
657 IL_dataArray_fID = (*env)->GetFieldID(env, IL, "dataArray",
659 IL_width_fID = (*env)->GetFieldID (env, IL, "width", "I");
660 IL_height_fID = (*env)->GetFieldID (env, IL, "height", "I");
661 IL_offset_fID = (*env)->GetFieldID (en
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c152 pdsi_fdID = (*env)->GetFieldID(env, cls, "fd",
155 pdsi_timeoutID = (*env)->GetFieldID(env, cls, "timeout", "I");
157 pdsi_trafficClassID = (*env)->GetFieldID(env, cls, "trafficClass", "I");
159 pdsi_localPortID = (*env)->GetFieldID(env, cls, "localPort", "I");
161 pdsi_connected = (*env)->GetFieldID(env, cls, "connected", "Z");
163 pdsi_connectedAddress = (*env)->GetFieldID(env, cls, "connectedAddress",
166 pdsi_connectedPort = (*env)->GetFieldID(env, cls, "connectedPort", "I");
202 pdsi_multicastInterfaceID = (*env)->GetFieldID(env, cls, "multicastInterface", "I");
204 pdsi_loopbackID = (*env)->GetFieldID(env, cls, "loopbackMode", "Z");
206 pdsi_ttlID = (*env)->GetFieldID(en
[all...]
H A DPlainSocketImpl.c140 psi_fdID = (*env)->GetFieldID(env, cls , "fd",
143 psi_addressID = (*env)->GetFieldID(env, cls, "address",
146 psi_portID = (*env)->GetFieldID(env, cls, "port", "I");
148 psi_localportID = (*env)->GetFieldID(env, cls, "localport", "I");
150 psi_timeoutID = (*env)->GetFieldID(env, cls, "timeout", "I");
152 psi_trafficClassID = (*env)->GetFieldID(env, cls, "trafficClass", "I");
154 psi_serverSocketID = (*env)->GetFieldID(env, cls, "serverSocket",
157 psi_fdLockID = (*env)->GetFieldID(env, cls, "fdLock",
160 psi_closePendingID = (*env)->GetFieldID(env, cls, "closePending", "Z");
938 fid = (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c117 findFirst_handle = (*env)->GetFieldID(env, clazz, "handle", "J");
118 findFirst_name = (*env)->GetFieldID(env, clazz, "name", "Ljava/lang/String;");
119 findFirst_attributes = (*env)->GetFieldID(env, clazz, "attributes", "I");
125 findStream_handle = (*env)->GetFieldID(env, clazz, "handle", "J");
126 findStream_name = (*env)->GetFieldID(env, clazz, "name", "Ljava/lang/String;");
132 volumeInfo_fsName = (*env)->GetFieldID(env, clazz, "fileSystemName", "Ljava/lang/String;");
133 volumeInfo_volName = (*env)->GetFieldID(env, clazz, "volumeName", "Ljava/lang/String;");
134 volumeInfo_volSN = (*env)->GetFieldID(env, clazz, "volumeSerialNumber", "I");
135 volumeInfo_flags = (*env)->GetFieldID(env, clazz, "flags", "I");
141 diskSpace_bytesAvailable = (*env)->GetFieldID(en
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp926 AwtFont::widthsID = env->GetFieldID(cls, "widths", "[I");
927 AwtFont::ascentID = env->GetFieldID(cls, "ascent", "I");
928 AwtFont::descentID = env->GetFieldID(cls, "descent", "I");
929 AwtFont::leadingID = env->GetFieldID(cls, "leading", "I");
930 AwtFont::heightID = env->GetFieldID(cls, "height", "I");
931 AwtFont::maxAscentID = env->GetFieldID(cls, "maxAscent", "I");
932 AwtFont::maxDescentID = env->GetFieldID(cls, "maxDescent", "I");
933 AwtFont::maxHeightID = env->GetFieldID(cls, "maxHeight", "I");
934 AwtFont::maxAdvanceID = env->GetFieldID(cls, "maxAdvance", "I");
965 AwtFont::pDataID = env->GetFieldID(cl
[all...]
H A Dawt_FileDialog.cpp500 env->GetFieldID(cls, "parent", "Lsun/awt/windows/WComponentPeer;");
502 env->GetFieldID(cls, "fileFilter", "Ljava/io/FilenameFilter;");
518 AwtFileDialog::modeID = env->GetFieldID(cls, "mode", "I");
519 AwtFileDialog::dirID = env->GetFieldID(cls, "dir", "Ljava/lang/String;");
520 AwtFileDialog::fileID = env->GetFieldID(cls, "file", "Ljava/lang/String;");
522 env->GetFieldID(cls, "filter", "Ljava/io/FilenameFilter;");
H A Dawt_Cursor.cpp297 AwtCursor::pDataID = env->GetFieldID(cls, "pData", "J");
298 AwtCursor::typeID = env->GetFieldID(cls, "type", "I");
303 AwtCursor::pointXID = env->GetFieldID(cls, "x", "I");
304 AwtCursor::pointYID = env->GetFieldID(cls, "y", "I");
H A Dawt_PrintDialog.cpp160 env->GetFieldID(cls, "pjob", "Ljava/awt/print/PrinterJob;");
185 env->GetFieldID(cls, "parent", "Lsun/awt/windows/WComponentPeer;");
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp1392 p_ps_prochandle_ID = env->GetFieldID(clazz, "p_ps_prochandle", "J");
1395 libthread_db_handle_ID = env->GetFieldID(clazz, "libthread_db_handle", "J");
1398 p_td_thragent_t_ID = env->GetFieldID(clazz, "p_td_thragent_t", "J");
1401 p_td_init_ID = env->GetFieldID(clazz, "p_td_init", "J");
1404 p_td_ta_new_ID = env->GetFieldID(clazz, "p_td_ta_new", "J");
1407 p_td_ta_delete_ID = env->GetFieldID(clazz, "p_td_ta_delete", "J");
1410 p_td_ta_thr_iter_ID = env->GetFieldID(clazz, "p_td_ta_thr_iter", "J");
1413 p_td_thr_get_info_ID = env->GetFieldID(clazz, "p_td_thr_get_info", "J");
1416 p_td_ta_map_id2thr_ID = env->GetFieldID(clazz, "p_td_ta_map_id2thr", "J");
1419 p_td_thr_getgregs_ID = env->GetFieldID(claz
[all...]
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c117 fid = (*env)->GetFieldID(env, cls, "userName", "Ljava/lang/String;");
131 fid = (*env)->GetFieldID(env, cls, "userSID", "Ljava/lang/String;");
144 fid = (*env)->GetFieldID(env, cls, "domain", "Ljava/lang/String;");
158 fid = (*env)->GetFieldID(env, cls, "domainSID", "Ljava/lang/String;");
172 fid = (*env)->GetFieldID(env, cls, "primaryGroupID", "Ljava/lang/String;");
205 fid = (*env)->GetFieldID(env, cls, "groupIDs", "[Ljava/lang/String;");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1026 fcVersionID = (*env)->GetFieldID(env, fcInfoClass, "fcVersion", "I");
1028 fcCacheDirsID = (*env)->GetFieldID(env, fcInfoClass, "cacheDirs",
1031 fcNameID = (*env)->GetFieldID(env, fcCompFontClass,
1034 (*env)->GetFieldID(env, fcCompFontClass, "firstFont",
1038 (*env)->GetFieldID(env, fcCompFontClass, "allFonts",
1043 familyNameID = (*env)->GetFieldID(env, fcFontClass,
1045 styleNameID = (*env)->GetFieldID(env, fcFontClass,
1047 fullNameID = (*env)->GetFieldID(env, fcFontClass,
1049 fontFileID = (*env)->GetFieldID(env, fcFontClass,
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp134 ptrIDebugClient_ID = env->GetFieldID(clazz, "ptrIDebugClient", "J");
137 ptrIDebugControl_ID = env->GetFieldID(clazz, "ptrIDebugControl", "J");
140 ptrIDebugDataSpaces_ID = env->GetFieldID(clazz, "ptrIDebugDataSpaces", "J");
143 ptrIDebugOutputCallbacks_ID = env->GetFieldID(clazz,
147 ptrIDebugAdvanced_ID = env->GetFieldID(clazz, "ptrIDebugAdvanced", "J");
150 ptrIDebugSymbols_ID = env->GetFieldID(clazz,
154 ptrIDebugSystemObjects_ID = env->GetFieldID(clazz,

Completed in 2365 milliseconds

123456