Searched refs:preferences (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DProviderList.java118 private ArrayList<PreferencesEntry> preferences = field in class:ProviderList
178 * on the configured preferences is used.
192 // Iterate thru all preferences to find right provider
196 Iterator<PreferencesEntry> list = preferences.iterator();
214 * Helper routine that uses a preferences entry to obtain an
216 * @param e the preferences entry that contains the provider and
350 Iterator<PreferencesEntry> list = preferences.iterator();
371 preferences.add(0, newEntry);
382 Iterator<PreferencesEntry> list = preferences.iterator();
405 preferences
[all...]
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java46 // The required DTD URI for exported preferences
48 "http://java.sun.com/dtd/preferences.dtd";
54 "<!-- DTD for preferences -->" +
56 "<!ELEMENT preferences (root) >" +
57 "<!ATTLIST preferences" +
76 * Version number for the format exported preferences files.
86 * Export the specified preferences node and, if subTree is true, all
101 Document doc = createPrefsDoc("preferences");
102 Element preferences = doc.getDocumentElement() ;
103 preferences
[all...]

Completed in 66 milliseconds