Searched refs:newFlags (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/jaxp/src/org/xml/sax/ext/ |
| H A D | Attributes2Impl.java | 264 boolean newFlags []; 266 newFlags = new boolean [length]; 267 System.arraycopy (declared, 0, newFlags, 0, declared.length); 268 declared = newFlags; 270 newFlags = new boolean [length]; 271 System.arraycopy (specified, 0, newFlags, 0, specified.length); 272 specified = newFlags;
|
| /openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
| H A D | XIconWindow.java | 492 long newFlags = hints.get_flags() | XUtilConstants.IconPixmapHint | XUtilConstants.IconMaskHint; 494 newFlags |= XUtilConstants.IconWindowHint; 496 hints.set_flags(newFlags);
|
| /openjdk7/jdk/src/share/classes/java/beans/ |
| H A D | Introspector.java | 393 int newFlags = flags; 394 if (newFlags == IGNORE_IMMEDIATE_BEANINFO) { 395 newFlags = USE_ALL_BEANINFO; 397 superBeanInfo = getBeanInfo(superClass, stopClass, newFlags);
|
Completed in 27 milliseconds