Searched refs:defaults (Results 1 – 11 of 11) sorted by relevance
/libcore/ |
D | NativeCode.bp | 50 defaults: [ 85 defaults: [ 102 defaults: [ 157 defaults: ["libopenjdk_native_defaults"], 166 defaults: ["libopenjdk_native_defaults"], 175 defaults: ["core_native_default_flags"], 202 defaults: ["core_native_default_flags"], 215 defaults: ["core_native_default_flags"],
|
D | JavaLibrary.bp | 152 defaults: ["libcore_java_defaults"], 192 defaults: ["libcore_java_defaults"], 232 defaults: ["libcore_java_defaults"], 272 defaults: ["libcore_java_defaults"], 324 defaults: ["libcore_java_defaults"], 346 defaults: ["core_lambda_stubs_defaults"], 358 defaults: ["core_lambda_stubs_defaults"], 461 defaults: ["libcore_java_defaults"], 528 defaults: ["libcore_java_defaults"], 570 defaults: ["libcore_java_defaults"],
|
/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 130 protected Properties defaults; field in Properties 144 public Properties(Properties defaults) { in Properties() argument 145 this.defaults = defaults; in Properties() 986 return ((sval == null) && (defaults != null)) ? defaults.getProperty(key) : sval; in getProperty() 1108 if (defaults != null) { in enumerate() 1109 defaults.enumerate(h); in enumerate() 1123 if (defaults != null) { in enumerateStringProperties() 1124 defaults.enumerateStringProperties(h); in enumerateStringProperties()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Properties.java | 38 public Properties(java.util.Properties defaults) { in Properties() argument 145 protected java.util.Properties defaults; field in Properties
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CalendarTest.java | 574 int[] defaults = new int[count]; in test_clear() local 583 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()
|
D | PropertiesTest.java | 560 Properties defaults = new Properties(); in test_stringPropertyNames_scenario2() local 562 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2() 568 Properties properties = new Properties(defaults); in test_stringPropertyNames_scenario2() 590 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2()
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | XMLGregorianCalendar.java | 1011 XMLGregorianCalendar defaults); in toGregorianCalendar() argument
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 936 PropertiesWithNonOverrideableDefaults(Properties defaults) { in PropertiesWithNonOverrideableDefaults() argument 937 super(defaults); in PropertiesWithNonOverrideableDefaults() 942 if (defaults.containsKey(key)) { in put() 945 return defaults.get(key); in put() 953 if (defaults.containsKey(key)) { in remove()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | System.java | 332 PropertiesWithNonOverrideableDefaults(java.util.Properties defaults) { in PropertiesWithNonOverrideableDefaults() argument
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 712 defaults = null; in readObject()
|
/libcore/expectations/ |
D | knownfailures.txt | 1392 …description: "java.util.logging: The defaults for FileHandler don't work on Android because they t…
|