Searched refs:load (Results 276 - 300 of 385) sorted by relevance

<<111213141516

/openjdk7/jdk/test/javax/management/modelmbean/
H A DRequiredModelMBeanMethodTest.java52 * - An operation (load()) that has the same signature as a
93 "name=load",
100 new ModelMBeanOperationInfo("load", "load descr",
175 (resource.loadCalled ? "" : " load") +
185 mbs.invoke(fullMMBName, Resource.class.getName() + ".load",
188 System.out.println("TEST FAILED: load not called");
230 "load",
322 public void load() { method in class:RequiredModelMBeanMethodTest.Resource
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketChannelImpl.java397 Util.load();
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfig.java64 * load and save the <i>scandir</i> application configuration to and from an
70 * reloading the file without saving - see {@link #load}.
81 * Once the current configuration has been loaded (by calling {@link #load})
190 * <p>This object is created empty, you should call load() if you want it
191 * to load its data from the configuration file.
194 * Can be null (in which case load() and save() will fail).
196 * load() will fail if called before save(), and save() will
198 * in which case load() will load that file and save() will save
219 public void load() throw method in class:ScanDirConfig
[all...]
H A DScanManager.java373 if (fromMemory == false) config.load();
1032 * {@link ScanDirConfigMXBean} to load its configuration.
1064 config.load();
1066 LOG.finest("No config to load: "+x);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java348 Util.load();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java259 result.load(Channels.newReader(rbc, "UTF-8"));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthLookAndFeel.java49 * {@link #load} method, or provide your own {@link SynthStyleFactory}
105 * Map of defaults table entries. This is populated via the load
538 * invoke <code>load</code> to specify the set of
541 * @see #load
558 * @param input InputStream to load from
563 public void load(InputStream input, Class<?> resourceBase) throws method in class:SynthLookAndFeel
587 * @param url the <code>URL</code> to load the set of
594 public void load(URL url) throws ParseException, IOException { method in class:SynthLookAndFeel
/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java80 // first load the system properties file
88 props.load(is);
97 sdebug.println("unable to load security properties from " +
132 // now load the user-specified file so its values
148 props.load(bis);
162 ("unable to load security properties from " +
183 sdebug.println("unable to load security properties " +
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java90 * URL is passed to the <code>KeyStore.load</code> method.
92 * passed to the <code>KeyStore.load</code> method.
617 keyStore.load(null, keyStorePassword);
620 keyStore.load(in, keyStorePassword);
865 // assumption is that KeyStore.load did a login -
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java125 ks.load(new FileInputStream(System.getProperty("javax.net.ssl.keyStore")), passphrase);
126 ts.load(new FileInputStream(System.getProperty("javax.net.ssl.trustStore")), passphrase);
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js357 * load and evaluate script file. If no script file is
363 function load(file) { function
380 load.docString = "loads a script file and evaluates it";
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodings.java140 // In that case we attempt to load the charset for the
341 props.load(is);
385 // For that, it attempts to load the charset using the given name, and
400 // For that it attempts to load the charset using the javaName, and if
445 // load (java name)->(preferred mime name) mapping.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java415 props.load( in ) ;
/openjdk7/jdk/src/share/classes/sun/applet/
H A DMain.java477 tmpProps.load(new BufferedInputStream(in));
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java1043 * The call <code>System.load(name)</code> is effectively equivalent
1046 * Runtime.getRuntime().load(name)
1049 * @param filename the file to load.
1056 * @see java.lang.Runtime#load(java.lang.String)
1060 public static void load(String filename) { method in class:System
1147 // from trying to use itself to load this library later.
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset.java347 ServiceLoader.load(CharsetProvider.class, cl);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermissions.java94 * @param in the InputStream to load from.
96 * @exception SecurityException if cannot load
99 void load(InputStream in) method in class:CryptoPermissions
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorFactory.java92 * will attempt to load the class
101 * associated value is the class loader to use to load the provider.
110 * <p>If the attempt to load this class produces a {@link
121 * <li>if the attempt to load the class produces an exception other
443 ServiceLoader.load(providerClass, loader);
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp216 Node* load(Node* ctl,
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java131 props.load(propStr);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerFileAccessController.java297 p.load(fin);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp592 // return either the actual value of a load or the load itself
593 Value load(LoadField* load) { argument
595 return load;
598 if (RoundFPResults && UseSSE < 2 && load->type()->is_float_kind()) {
599 // can't skip load since value might get rounded as a side effect
600 return load;
603 ciField* field = load->field();
604 Value object = load
[all...]
/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java215 p.load(new FileInputStream(propertiesPath));
/openjdk7/jdk/make/tools/src/build/tools/generatecurrencydata/
H A DGenerateCurrencyData.java168 currencyData.load(System.in);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DSessionTimeOutTests.java317 ks.load(new FileInputStream(keyFilename), passwd.toCharArray());

Completed in 420 milliseconds

<<111213141516