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

<<111213141516

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java828 // load schema
1099 * @see com.sun.org.apache.xerces.internal.xs.XSLoader#load(org.w3c.dom.ls.LSInput)
1101 public XSModel load(LSInput is) { method in class:XMLSchemaLoader
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java286 * Helper method, load a keystore
299 ks.load(is, pass.toCharArray());
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java150 ks.load(fis, "changeit".toCharArray());
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp481 // can prove are independent of this load.
483 // with self (load or store), and locate the relevant store.
487 // the optimizer to fold up the load.
565 // of this load dominates the store's allocation.
882 // Helper function to allow a raw load without control edge for some cases
905 // oop will be recorded in oop map if load crosses safepoint
921 Node* load = gvn.transform(new (C) LoadNNode(ctl, mem, adr, adr_type, rt->make_narrowoop())); local
922 return new (C) DecodeNNode(load, load->bottom_type()->make_ptr());
967 // new states for the slice of this load
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java396 * @exception InstanceNotFoundException Could not find or load
399 public void load() method in class:RequiredModelMBean
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java397 props.load(in);
904 + "/imageSrc load false 3 colorimage");
980 + "/imageSrc load false 3 colorimage");
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java338 FontManagerNativeLibrary.load();
1211 /* findFont2D will load all fonts before giving up the search.
2105 // the load fonts case. The two bitmap fonts are now mapped to
2172 * that family before trying to load all fonts, or applying a
2193 * are going to get. We could load all fonts to
2243 * uninitialised deferred fonts, load as many of those as needed
2268 * load all fonts which are in this directory anyway.
2292 * load the actual files for all fonts.
2765 * are going to get. We could load all fonts to
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1178 void LIR_List::load(LIR_Address* addr, LIR_Opr src, CodeEmitInfo* info, LIR_PatchCode patch_code) { function in class:LIR_List
H A Dc1_LIR.hpp2076 void load(LIR_Address* addr, LIR_Opr src, CodeEmitInfo* info = NULL, LIR_PatchCode patch_code = lir_patch_none);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1704 // Use atomic long load since 32-bit x86 uses 2 registers to keep long.
1705 const hrtime_t prev = Atomic::load((volatile jlong*)&max_hrtime);
2198 " (Possible cause: can't load %s-bit .so on a %s-bit platform)",
2202 " (Possible cause: can't load this .so (machine code=0x%x) on a %s-bit platform)",
6086 // System loadavg support. Returns -1 if load average cannot be obtained.
6087 // Return the load average for our processor set if the primitive exists

Completed in 177 milliseconds

<<111213141516