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

<<111213141516

/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DTimestampCheck.java123 ks.load(new FileInputStream(TSKS), "changeit".toCharArray());
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DLocalGregorianCalendar.java131 props.load(fis);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java478 props.load(in);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DIOUtil.java350 // Note that IOUtil.initIDs is called from within Util.load.
351 Util.load();
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java187 props.load(new FileInputStream(f));
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java419 Util.load(); // loads nio & net native libraries
/openjdk7/jdk/test/sun/security/mscapi/
H A DSignUsingNONEwithRSA.java118 ks.load(null, null);
134 throw new Exception("Cannot load the keys need to run this test");
149 throw new Exception("Cannot load the keys need to run this test");
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java181 System.load(lib);
190 // load NSS softoken dependencies in advance to avoid resolver issues
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c597 * set load & XFontStruct
599 fdata->flist[i].load = 0;
613 fdata->flist[i].load = 1;
966 if (fdata->flist[i].load) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp275 __ load(new LIR_Address(base, disp, T_INT), o7opr, info);
282 __ load(new LIR_Address(base, disp, type), o7opr, info);
289 __ load(new LIR_Address(base, disp, type), o7opr, info);
772 // load all values in callee_save_registers, as this makes the
831 // To convert an int to double, we need to load the 32-bit int
1149 __ load(address, result, info);
1203 __ load(addr, dst);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java228 props.load( fis );
575 // First try to load the OperationDef class
/openjdk7/jdk/src/share/classes/java/util/
H A DCurrency.java237 props.load(fr);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DDriver.java312 Model model = ModelLoader.load( opt, new JCodeModel(), receiver );
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DContextFinder.java336 logger.log(Level.FINE, "Unable to load:{0}", resource.toString());
357 // this classloader is used only to load jaxb.properties, so doing this should be safe.
479 props.load( is );
483 logger.log(Level.FINE,"Unable to load "+propFileName,ioe);
549 logger.log(Level.FINE, "Trying to load {0}", className);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java614 Util.load();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DPKIXExtendedTM.java727 ks.load(null, null);
H A DSunX509ExtendedTM.java728 ks.load(null, null);
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java390 ks.load(in, passwd);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DDNSIdentities.java855 ks.load(null, null);
H A DIPAddressDNSIdentities.java864 ks.load(null, null);
H A DIPAddressIPIdentities.java856 ks.load(null, null);
H A DIPIdentities.java855 ks.load(null, null);
H A DIdentities.java855 ks.load(null, null);
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java209 p.load(new FileInputStream(propertiesPath));
/openjdk7/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java64 props.load(is);

Completed in 66 milliseconds

<<111213141516