| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/ |
| H A D | LCount.java | 48 public int captures=0,bubbles=0,defaults, total=0; field in class:LCount
|
| H A D | AttributeMap.java | 55 protected AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults) { argument 57 if (defaults != null) { 58 // initialize map with the defaults 59 cloneContent(defaults); 116 // make sure it won't be mistaken with defaults in case it's reused 185 // make sure it won't be mistaken with defaults in case it's reused 310 NamedNodeMapImpl defaults = 314 if (defaults != null && 315 (d = defaults.getNamedItem(name)) != null && 347 // make sure it won't be mistaken with defaults i 538 reconcileDefaults(NamedNodeMapImpl defaults) argument [all...] |
| /openjdk7/jdk/src/share/classes/com/sun/jmx/defaults/ |
| H A D | ServiceName.java | 26 package com.sun.jmx.defaults;
|
| H A D | JmxProperties.java | 26 package com.sun.jmx.defaults;
|
| /openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/ |
| H A D | Generator.java | 89 private static String get(final Map<String, String> defaults, final String key, final String defaultValue) { argument 90 final String value = defaults.get(key);
|
| /openjdk7/jdk/test/javax/swing/MultiUIDefaults/4331767/ |
| H A D | bug4331767.java | 55 UIDefaults defaults; field in class:bug4331767.BrokenUIDefaults 58 defaults = def; 66 return defaults.get(key); 74 return defaults.get(key, l); 84 UIDefaults defaults; field in class:bug4331767.BrokenLookAndFeel 87 defaults = new BrokenUIDefaults(super.getDefaults()); 91 return defaults;
|
| /openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/defaults/ |
| H A D | DefaultPaths.java | 26 package com.sun.jmx.snmp.defaults; 45 private static final String INSTALL_PATH_RESOURCE_NAME = "com/sun/jdmk/defaults/install.path";
|
| H A D | SnmpProperties.java | 26 package com.sun.jmx.snmp.defaults;
|
| /openjdk7/jdk/src/share/classes/javax/swing/ |
| H A D | MultiUIDefaults.java | 45 public MultiUIDefaults(UIDefaults[] defaults) { argument 47 tables = defaults;
|
| /openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/ |
| H A D | OutputPropertiesFactory.java | 263 * Creates an empty OutputProperties with the property key/value defaults specified by 273 * @return Properties object that holds the defaults for the given method. 366 * @param defaults Default properties, which may be null. 370 Properties defaults) 378 Properties props = new Properties(defaults); 408 if (defaults == null) 419 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe); 425 if (defaults == null) 436 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se); 368 loadPropertiesFile( final String resourceName, Properties defaults) argument
|
| /openjdk7/jaxp/src/javax/xml/datatype/ |
| H A D | XMLGregorianCalendar.java | 163 * {@link #toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults)}, 997 * <li>else when <code>defaults.getTimezone() != FIELD_UNDEFINED</code>, 999 * using <code>defaults.getTimezone()</code>.</li> 1024 * @param defaults provide default field values to use when corresponding 1026 * If <code>defaults</code>is <code>null</code> or a field 1027 * within the specified <code>defaults</code> is undefined, 1028 * just use <code>java.util.GregorianCalendar</code> defaults. 1034 XMLGregorianCalendar defaults); 1031 toGregorianCalendar( java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults) argument
|
| /openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
| H A D | NimbusLookAndFeel.java | 86 private NimbusDefaults defaults; field in class:NimbusLookAndFeel 100 defaults = new NimbusDefaults(); 106 defaults.initialize(); 111 return defaults.getStyle(c, r); 120 defaults.uninitialize(); 137 defaults.initializeDefaults(uiDefaults); 296 defaults.clearOverridesCache(c); 348 defaults.register(region, prefix); 390 return defaults.getDerivedColor(uiDefaultParentName, hOffset, sOffset, 548 // check for defaults [all...] |
| H A D | NimbusStyle.java | 64 * UIDefaults, then the values in that defaults table will override the standard 65 * Nimbus defaults in UIManager, but for that component instance only.</p> 69 * that the defaults located in UIManager should first be read, and then 70 * replaced with defaults located in the component client properties. If false, 71 * then only the defaults located in the component client property map will 77 * overrides should first be initialized with the defaults from UIManager.</p> 177 * Data structure containing all of the defaults, insets, states, and other 194 * UIDefaults which overrides (or supplements) those defaults found in 229 //delegate to the superclass to install defaults such as background, 249 Map<String, Object> defaults 466 getPainter(Map<String, Object> defaults, String key) argument 1025 UIDefaults defaults = new UIDefaults(10, .7f); field in class:NimbusStyle.RuntimeState 1072 UIDefaults defaults = new UIDefaults(10, .7f); field in class:NimbusStyle.Values [all...] |
| /openjdk7/jdk/src/share/classes/java/util/ |
| H A D | Properties.java | 45 * "defaults"; this second property list is searched if 129 protected Properties defaults; field in class:Properties 139 * Creates an empty property list with the specified defaults. 141 * @param defaults the defaults. 143 public Properties(Properties defaults) { argument 144 this.defaults = defaults; 720 * Properties from the defaults table of this <code>Properties</code> 777 * Properties from the defaults tabl [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/ |
| H A D | XMLGregorianCalendarImpl.java | 2490 * <li>else when <code>defaults.getTimezone() != DatatypeConstants.FIELD_UNDEFINED</code>, 2492 * using <code>defaults.getTimezone()</code>.</li> 2517 * @param defaults provide default field values to use when corresponding 2519 * If <code>defaults</code>is <code>null</code> or a field 2520 * within the specified <code>defaults</code> is undefined, 2521 * just use <code>java.util.GregorianCalendar</code> defaults. 2528 XMLGregorianCalendar defaults) { 2533 if (defaults != null) { 2534 defaultZoneoffset = defaults.getTimezone(); 2552 BigInteger defaultYear = (defaults ! 2526 toGregorianCalendar(TimeZone timezone, Locale aLocale, XMLGregorianCalendar defaults) argument [all...] |