Searched refs:load (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java409 * @param loader The class loader to be used to load provider-configuration files
416 * @see #load(Class)
418 public static <T> T[] load(final Class<T> serviceClass, final ClassLoader loader) { method in class:PolicyUtils.ServiceProvider
429 * return PolicyUtils.ServiceProvider.load(service, cl);
437 * @see #load(Class, ClassLoader)
439 public static <T> T[] load(final Class<T> serviceClass) { method in class:PolicyUtils.ServiceProvider
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DRehandshakeFinished.java153 ks.load(new FileInputStream(keyFilename), passphrase);
154 ts.load(new FileInputStream(trustFilename), passphrase);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java186 // Now we're going to load the keyStore - just to check it's
197 ks.load(fin,keypassword);
217 try {props.load(fin);} finally {fin.close();}
H A DRmiBootstrapTest.java279 try {pws.load(fin);}finally{fin.close();}
478 try {props.load(fin);} finally {fin.close();}
546 try {props.load(fin);} finally {fin.close();}
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DCharsetMapping.java140 return new CharsetMapping().load(is);
304 CharsetMapping load(InputStream in) { method in class:CharsetMapping
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java257 ks.load(null, tokenPwd);
271 ks.load(null, tokenPwd);
313 ks.load(null, tokenPwd);
352 // load
353 ks.load(null, tokenPwd);
400 ks.load(null, tokenPwd);
508 ks.load(null, tokenPwd);
658 ks.load(null, tokenPwd);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java82 * This is an utility class that makes it easy to load a grammar object
100 * A convenience method to load schemas into a {@link Model}.
102 public static Model load( Options opt, JCodeModel codeModel, ErrorReceiver er ) { method in class:ModelLoader
103 return new ModelLoader(opt,codeModel,er).load();
114 private Model load() { method in class:ModelLoader
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncFactory.java149 * context, and the <code>SyncFactory</code> will attempt to load
353 // properties.load(new FileInputStream(ROWSET_PROPERTIES));
371 properties.load(fis);
392 properties.load(stream);
407 * load additional properties from -D command line
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.hpp60 inline jlong Atomic::load(volatile jlong* src) { return *src; } function in class:Atomic
81 inline jlong Atomic::load(volatile jlong* src) { function in class:Atomic
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dmethod_compile_stat.d191 hotspot$target:::compiled-method-load
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTab.java97 load(kis);
247 private void load(KeyTabInputStream kis) method in class:KeyTab
261 System.out.println(">>> KeyTab: load() entry length: " +
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java114 return false; // couldn't load fontconfig.
309 props.load(new FileInputStream(f));
423 props.load(fis);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DSecuritySupport.java183 "Could not load any resource bundle by " + bundle, bundle, "");
311 cacheProps.load(is);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java71 * behavior of the load methods. The configuration may support the
165 public XSModel load(LSInput is) { method in class:XSLoaderImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DSecuritySupport.java175 "Could not load any resource bundle by " + bundle, bundle, "");
305 cacheProps.load(is);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java404 props.load(bis);
419 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
436 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se);
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java92 * Attempt to load a class using the class loader supplied. If that fails
136 * <code>getProviderClass()</code> in order to load the class.
141 * @param cl <code>ClassLoader</code> used to load the factory class. If <code>null</code>
142 * current <code>Thread</code>'s context classLoader is used to load the factory class.
155 * <code>getProviderClass()</code> in order to load the class.
160 * @param cl ClassLoader to use to load the class, null means to use
241 cacheProps.load(ss.getFileInputStream(f));
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java89 * Attempt to load a class using the class loader supplied. If that fails
133 * <code>getProviderClass()</code> in order to load the class.
138 * @param cl <code>ClassLoader</code> used to load the factory class. If <code>null</code>
139 * current <code>Thread</code>'s context classLoader is used to load the factory class.
152 * <code>getProviderClass()</code> in order to load the class.
157 * @param cl <code>ClassLoader</code> used to load the factory class. If <code>null</code>
158 * current <code>Thread</code>'s context classLoader is used to load the factory class.
238 cacheProps.load(ss.getFileInputStream(f));
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java91 * Attempt to load a class using the class loader supplied. If that fails
135 * <code>getProviderClass()</code> in order to load the class.
140 * @param cl <code>ClassLoader</code> used to load the factory class. If <code>null</code>
141 * current <code>Thread</code>'s context classLoader is used to load the factory class.
154 * <code>getProviderClass()</code> in order to load the class.
159 * @param cl <code>ClassLoader</code> used to load the factory class. If <code>null</code>
160 * current <code>Thread</code>'s context classLoader is used to load the factory class.
269 cacheProps.load(ss.getFileInputStream(f));
/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java119 prop.load(in);
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintServiceLookup.java342 ServiceLoader.load(PrintServiceLookup.class).
/openjdk7/jdk/src/share/classes/sun/font/
H A DFreetypeFontScaler.java48 and therefore no need to load it explicitly here */
49 FontManagerNativeLibrary.load();
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java116 .load(FileSystemProvider.class, ClassLoader.getSystemClassLoader());
/openjdk7/jdk/src/share/classes/java/sql/
H A DDriverManager.java44 * attempt to load the driver classes referenced in the "jdbc.drivers"
55 * implementation of <code>java.sql.Driver</code>. For example, to load the <code>my.sql.Driver</code> class,
61 * <P>Applications no longer need to explictly load JDBC drivers using <code>Class.forName()</code>. Existing programs
62 * which currently load JDBC drivers using <code>Class.forName()</code> will continue to work without
258 // If the caller does not have permission to load the driver then
328 // If the caller does not have permission to load the driver then
354 // If the caller does not have permission to load the driver then
485 // If the driver is packaged as a Service Provider, load it.
488 // ServiceLoader.load() replaces the sun.misc.Providers()
493 ServiceLoader<Driver> loadedDrivers = ServiceLoader.load(Drive
[all...]
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferences.java248 // load factory class using non-system classloader
277 .load(PreferencesFactory.class, ClassLoader.getSystemClassLoader())

Completed in 73 milliseconds

1234567891011>>