Searched defs:pds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.java242 PropertyDescriptor[] pds = info.getPropertyDescriptors();
246 for(int i = 0; i < pds.length; i++) {
247 if (pds[i].getReadMethod() != null) {
248 code += "\ncreatePropertyDescriptor(\"" + pds[i].getName() + "\", new Object[] {\n";
251 System.out.println("Introspected propertyDescriptor: " + pds[i].getName());
253 if (dochash.size() > 0 && dochash.containsKey(pds[i].getName())) {
254 dbi = (DocBeanInfo)dochash.remove(pds[i].getName());
256 // BeanInfo pds using our DocBeanInfo class values
257 setDocInfoProps(dbi, pds[i]);
260 System.out.println("DocBeanInfo class exists for propertyDescriptor: " + pds[
334 setDocInfoProps(DocBeanInfo dbi, PropertyDescriptor pds) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DrawingSurface.cpp127 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds); local
128 return &(pds->info);
156 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds); local
157 jint val = pds->info.Init(pds);
161 val = AwtComponent::GetDrawState(pds->info.hwnd);
162 AwtComponent::SetDrawState(pds->info.hwnd, 0);
177 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds); local
212 JAWTOffscreenDrawingSurface* pds = local
214 return &(pds
[all...]

Completed in 44 milliseconds