Searched refs:loadProperties (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/compilefontconfig/
H A DCompileFontConfig.java58 FontConfiguration.loadProperties(in);
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DPropertiesMetalTheme.java88 loadProperties(stream);
111 private void loadProperties(InputStream stream) { method in class:PropertiesMetalTheme
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DObjectFactory.java297 boolean loadProperties = false;
304 loadProperties = true;
315 loadProperties = true;
319 if(loadProperties) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJDK13Services.java218 JSSecurityManager.loadProperties(properties, PROPERTIES_FILENAME);
H A DJSSecurityManager.java116 static void loadProperties(final Properties properties, method in class:JSSecurityManager
/openjdk7/jdk/src/share/classes/sun/awt/
H A DDebugSettings.java107 loadProperties();
117 private synchronized void loadProperties() { method in class:DebugSettings
H A DFontConfiguration.java205 loadProperties(in);
385 public static void loadProperties(InputStream in) throws IOException { method in class:FontConfiguration
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java228 return loadProperties();
253 private static Properties loadProperties() { method in class:UnixFileStore
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodings.java336 private Properties loadProperties() throws MalformedURLException, IOException { method in class:Encodings.EncodingInfos
446 final Properties props = loadProperties();

Completed in 68 milliseconds