Searched refs:defaults (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/util/
H A DProperties.java83 protected Properties defaults; field in class:Properties
103 defaults = properties;
158 if (property == null && defaults != null) {
159 property = defaults.getProperty(name);
179 if (property == null && defaults != null) {
180 property = defaults.getProperty(name);
208 Properties def = defaults;
211 def = def.defaults;
244 Properties def = defaults;
247 def = def.defaults;
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertiesFactory.java240 * Creates an empty OutputProperties with the property key/value defaults specified by
250 * @return Properties object that holds the defaults for the given method.
343 * @param defaults Default properties, which may be null.
347 Properties defaults)
355 Properties props = new Properties(defaults);
385 if (defaults == null)
396 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
402 if (defaults == null)
413 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se);
345 loadPropertiesFile( final String resourceName, Properties defaults) argument
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
H A DXMLGregorianCalendar.java158 * {@link #toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults)},
974 * <li>else when <code>defaults.getTimezone() != FIELD_UNDEFINED</code>,
976 * using <code>defaults.getTimezone()</code>.</li>
1001 * @param defaults provide default field values to use when corresponding
1003 * If <code>defaults</code>is <code>null</code> or a field
1004 * within the specified <code>defaults</code> is undefined,
1005 * just use <code>java.util.GregorianCalendar</code> defaults.
1011 XMLGregorianCalendar defaults);
1008 toGregorianCalendar( java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults) argument
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationUtils.java88 * @param defaults {@code non-null;} the defaults, itself as an annotation
91 public static Annotation makeAnnotationDefault(Annotation defaults) { argument
94 result.put(new NameValuePair(VALUE_UTF, new CstAnnotation(defaults)));
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java43 * its "defaults"; this second property list is searched if the property key
62 * Creates an empty OutputProperties with the specified defaults.
64 * @param defaults the defaults.
66 public OutputProperties(Properties defaults) argument
68 m_properties = new Properties(defaults);
72 * Creates an empty OutputProperties with the defaults specified by
147 * and its defaults, recursively, are then checked. The method returns
161 * and its defaults, recursively, are then checked. The method returns
202 * and its defaults, recursivel
[all...]

Completed in 125 milliseconds