Searched defs:load (Results 1 - 25 of 79) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManagerNativeLibrary.java35 /* REMIND do we really have to load awt here? */
51 To avoid link error we have to load freetype explicitly
52 before we load fontmanager.
76 public static void load() {} method in class:FontManagerNativeLibrary
/openjdk7/jdk/src/share/classes/javax/management/
H A DPersistentMBean.java39 * persistent. MBeans supporting this interface should call the load method during
59 * @exception InstanceNotFoundException Could not find or load this MBean from persistent
62 public void load() method in interface:PersistentMBean
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DDefaultLoaderRepository.java37 * It provides the necessary methods to load classes using the registered
59 * Go through the list of class loaders and try to load the requested
77 return load(null, className);
82 * class loader, then try to load
102 return load(loader, className);
105 private static Class<?> load(ClassLoader without, String className) method in class:DefaultLoaderRepository
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSLoader.java27 * An interface that provides a method to load XML Schema documents. This
34 * behavior of the load methods. The configuration may support the
91 public XSModel load(LSInput is); method in interface:XSLoader
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftTuning.java53 load(data);
67 load(data);
88 public void load(byte[] data) { method in class:SoftTuning
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DPublicMapping.java55 load(new FileInputStream(baseStr+mapFile));
62 public void load(InputStream in) throws IOException { method in class:PublicMapping
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/client/
H A DServiceInterceptorFactory.java65 public static @NotNull ServiceInterceptor load(@NotNull WSService service, @Nullable ClassLoader cl) { method in class:ServiceInterceptorFactory
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAsynchronousChannelProvider.java75 static final AsynchronousChannelProvider provider = load();
77 private static AsynchronousChannelProvider load() { method in class:AsynchronousChannelProvider.ProviderHolder
113 ServiceLoader.load(AsynchronousChannelProvider.class,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/defaults/
H A DSnmpProperties.java58 public static void load(String file) throws IOException { method in class:SnmpProperties
61 props.load(is);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewPanel.java119 void load() { method in class:ViewPanel
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheck.java58 private Check load() method in class:Check
149 new Check(args[0], args[1]).load().check();
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryAttribute.java58 public static BinaryAttribute load(DataInputStream in, BinaryConstantPool cpool, int mask) throws IOException { method in class:BinaryAttribute
H A DBinaryCode.java77 this.atts = BinaryAttribute.load(in, cpool, ~0);
107 BinaryCode load(BinaryMember bf, BinaryConstantPool cpool, Environment env) { method in class:BinaryCode
/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/java/nio/
H A DMappedByteBuffer.java142 // not used, but a potential target for a store, see load() for details.
155 public final MappedByteBuffer load() { method in class:MappedByteBuffer
/openjdk7/jdk/src/share/classes/java/util/
H A DXMLUtils.java38 * A class used to aid in Properties load and save in XML. Keeping this
69 static void load(Properties props, InputStream in) method in class:XMLUtils
H A DServiceLoader.java135 * = ServiceLoader.load(CodecSet.class);</pre></blockquote>
190 // The class loader used to locate, load, and instantiate providers
463 * The class loader to be used to load provider-configuration files
470 public static <S> ServiceLoader<S> load(Class<S> service, method in class:ServiceLoader
484 * ServiceLoader.load(<i>service</i>)</pre></blockquote>
489 * ServiceLoader.load(<i>service</i>,
497 public static <S> ServiceLoader<S> load(Class<S> service) { method in class:ServiceLoader
499 return ServiceLoader.load(service, cl);
510 * ServiceLoader.load(<i>service</i>, <i>extClassLoader</i>)</pre></blockquote>
517 * desired. The resulting service will only find and load provider
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.inline.hpp162 inline jlong Atomic::load(volatile jlong* src) { return *src; } function in class:Atomic
205 inline jlong Atomic::load(volatile jlong* src) { function in class:Atomic
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Datomic_linux_sparc.inline.hpp57 inline jlong Atomic::load(volatile jlong* src) { return *src; } function in class:Atomic
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.inline.hpp162 inline jlong Atomic::load(volatile jlong* src) { return *src; } function in class:Atomic
205 inline jlong Atomic::load(volatile jlong* src) { function in class:Atomic
/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/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfigMXBean.java53 * load and save the <i>scandir</i> application configuration to and from an
59 * reloading the file without saving - see {@link #load}.
70 * Once the current configuration has been loaded (by calling {@link #load})
94 * neither {@link #load} or {@link #save} was yet called.
106 * Call {@link #save} to save them to the file, or {@link #load} to
138 public void load() method in interface:ScanDirConfigMXBean
169 * <p>If the configuration file doesn't exists, {@link #load} will fail
188 * <p>Call {@link #load} to reload the data from the configuration
209 * <p>Calling {@link #load} will reload the data from the configuration
239 * <p>Calling {@link #load} wil
[all...]
/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/jdk/src/share/classes/java/lang/
H A DRuntime.java757 * <code>Runtime.getRuntime().load("/home/avh/lib/libX11.so");</code>).
767 * The method {@link System#load(String)} is the conventional and
770 * @param filename the file to load.
782 public void load(String filename) { method in class:Runtime
/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

Completed in 178 milliseconds

1234