Searched refs:load (Results 326 - 350 of 385) sorted by relevance

<<111213141516

/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/
H A DBasic.java312 Iterator<Class<?>> iterator = (ServiceLoader.load(messageServiceClass, loader)).iterator();
/openjdk7/jdk/src/share/classes/sun/management/
H A DAgent.java429 p.load(bin);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java612 Util.load();
H A DUtil.java480 static void load() { method in class:Util
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java390 ks.load(in, passwd);
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java391 ks.load(in, passwd);
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassLoader.java139 * #findClass <tt>findClass</tt>} and <tt>loadClassData</tt> to load a class
155 * // load the class data from the connection
471 // This method is invoked by the virtual machine to load a class.
1201 * implementations should override this method to specify where to load
1242 * Find a resource of the specified name from the search path used to load
1264 * load classes. The resources thus found are returned as an
1350 * used to load classes. This method locates the resource through the
1747 native void load(String name); method in class:ClassLoader.NativeLibrary
1833 // Invoked in the java.lang.Runtime class to implement load and loadLibrary.
1846 throw new UnsatisfiedLinkError("Can't load librar
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java221 * @see java.util.Properties#load
223 public synchronized void load(InputStream inStream) throws IOException { method in class:Provider
229 tempProperties.load(inStream);
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2294 // Object; if you wish to check an Object you need to load the Object's class
2345 // First load the super-klass's check-offset
2361 // types load from the super-class display table which is immutable.
2958 // and return (Node*)NULL. Otherwise, load the non-constant
3519 // stores. In theory we could relax the load from ctrl() to
3521 Node* card_val = __ load( __ ctrl(), card_adr, TypeInt::BYTE, bt, adr_type);
3555 // We need to generate the load of the previous value
3596 Node* marking = __ load(__ ctrl(), marking_adr, TypeInt::INT, active_type, Compile::AliasIdxRaw);
3602 Node* index = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
3605 // load origina
[all...]
H A Dsuperword.cpp504 // Add dependence edges to load/store nodes for memory dependence
965 // case2: for(...) { a[i] = b[i+1]; } can't align both, load and store
1211 // To schedule a load pack, we use the memory state of either the first or the last load in
1309 } else if (pk->at(0)->is_Load()) { //load
1311 // we use the memory state of the last load. However, if any load could
1313 // state of the first load.
1323 schedule_last = false; // a later store depends on this load
1331 // Give each load th
1824 Node* load = in->in(1); local
[all...]
H A DidealKit.cpp349 Node* IdealKit::load(Node* ctl, function in class:IdealKit
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java685 * init time and used at load time
720 properties.load(in);
738 properties.load(in);
756 // Get the names of any assistive technolgies to load. First
777 * classes to load. Each class is loaded in the order given
843 * classes to load. Each class is loaded in the order given
1629 * names of the libraries to load. A better way of doing this
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DCheckStatus.java658 ks.load(new FileInputStream(keyFile), passphrase);
659 ts.load(new FileInputStream(trustFile), passphrase);
H A DConnectionTest.java90 ks.load(new FileInputStream(keyFilename), passphrase);
91 ts.load(new FileInputStream(trustFilename), passphrase);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java992 ServiceLoader.load(JConsolePlugin.class, pluginCL);
1020 pluginService = ServiceLoader.load(JConsolePlugin.class, pluginCL);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java380 final SwingWorker<Runnable,Void> load =
411 mbeansTab.workerAdd(load);
446 //Can't load all attributes, do it one after each other.
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp54 "can't load floats in byte register");
408 // do not load right operand if it is a constant. only 0 and 1 are
529 // don't load constants to save register
600 // do not need to load right, as we can handle stack and constants
1316 __ load(address, result, info);
1325 __ load(addr, tmp);
1332 __ load(addr, dst);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java257 saProps.load(new BufferedInputStream(url.openStream()));
259 throw new RuntimeException("Unable to load properties " +
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java225 println("load([file1, file2,...]) loads JavaScript file(s). With no files, reads <stdin>");
231 println("quit() quits the interactive load call");
254 public void load(Object[] args) { method in class:JSJavaScriptEngine
419 // load "sa.js" initialization file
421 // load "~/jsdb.js" (if found) to perform user specific
442 throw new RuntimeException("can't load JavaScript engine");
478 // load the init script
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java1240 props.load(ins);
1347 throw new Error("Cannot load " + lafName);
1371 /* Try to load each LookAndFeel subclass in the list.
1390 * all component UI's, so we need to load it now.
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1507 .load(FileTypeDetector.class, ClassLoader.getSystemClassLoader());
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java157 fileProps.load(propIn);
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A Dinit.js298 * load('test.js'); // load script file 'test.js'
299 * load('http://java.sun.com/foo.js'); // load from a URL
305 function load(str) { function
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelTranslator.java144 final PolicyAssertionCreator[] discoveredCreators = PolicyUtils.ServiceProvider.load(PolicyAssertionCreator.class);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java755 Util.load();

Completed in 126 milliseconds

<<111213141516