Searched refs:defaults (Results 1 – 7 of 7) sorted by relevance
130 protected Properties defaults; field in Properties144 public Properties(Properties defaults) { in Properties() argument145 this.defaults = defaults; in Properties()954 return ((sval == null) && (defaults != null)) ? defaults.getProperty(key) : sval; in getProperty()1076 if (defaults != null) { in enumerate()1077 defaults.enumerate(h); in enumerate()1091 if (defaults != null) { in enumerateStringProperties()1092 defaults.enumerateStringProperties(h); in enumerateStringProperties()
574 int[] defaults = new int[count]; in test_clear() local583 defaults[0] = 1970; in test_clear()584 defaults[1] = 0; in test_clear()585 defaults[2] = 1; in test_clear()586 defaults[3] = 0; in test_clear()587 defaults[4] = 0; in test_clear()588 defaults[5] = 0; in test_clear()607 + defaults[i] + ".", defaults[i], calendar.get(index)); in test_clear()619 + defaults[i] + ".", defaults[i], calendar.get(index)); in test_clear()
557 Properties defaults = new Properties(); in test_stringPropertyNames_scenario2() local559 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2()565 Properties properties = new Properties(defaults); in test_stringPropertyNames_scenario2()587 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2()
902 PropertiesWithNonOverrideableDefaults(Properties defaults) { in PropertiesWithNonOverrideableDefaults() argument903 super(defaults); in PropertiesWithNonOverrideableDefaults()908 if (defaults.containsKey(key)) { in put()911 return defaults.get(key); in put()919 if (defaults.containsKey(key)) { in remove()
1011 XMLGregorianCalendar defaults); in toGregorianCalendar() argument
460 defaults = null; in readObject()
1392 …description: "java.util.logging: The defaults for FileHandler don't work on Android because they t…