Home
last modified time | relevance | path

Searched defs:load (Results 1 – 19 of 19) sorted by relevance

/libcore/luni/src/main/java/java/util/
DServiceLoader.java118 public static <S> ServiceLoader<S> load(Class<S> service, ClassLoader classLoader) { in load() method in ServiceLoader
141 public static <S> ServiceLoader<S> load(Class<S> service) { in load() method in ServiceLoader
DProperties.java244 public synchronized void load(InputStream in) throws IOException { in load() method in Properties
277 public synchronized void load(Reader in) throws IOException { in load() method in Properties
/libcore/luni/src/main/java/java/nio/
DMappedByteBuffer.java86 public final MappedByteBuffer load() { in load() method in MappedByteBuffer
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDOMTestCase.java16 public Document load(String docURI, DocumentBuilder builder) { in load() method in DOMTestCase
21 public Document load(URL url, DocumentBuilder builder) { in load() method in DOMTestCase
/libcore/dom/src/test/java/org/w3c/domts/
DJTidyDocumentBuilderFactory.java87 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in JTidyDocumentBuilderFactory
DDOM4JTestDocumentBuilderFactory.java105 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in DOM4JTestDocumentBuilderFactory
DBatikTestDocumentBuilderFactory.java130 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in BatikTestDocumentBuilderFactory
DDOMTestDocumentBuilderFactory.java64 public abstract Document load(java.net.URL url) throws DOMTestLoadException; in load() method in DOMTestDocumentBuilderFactory
DJAXPDOMTestDocumentBuilderFactory.java118 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in JAXPDOMTestDocumentBuilderFactory
DDOMTest.java200 public Document load(String docURI, boolean willBeModified) throws in load() method in DOMTest
DXercesHTML2DocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in XercesHTML2DocumentBuilderFactory
DXercesHTMLDocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in XercesHTMLDocumentBuilderFactory
DLSDocumentBuilderFactory.java331 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in LSDocumentBuilderFactory
/libcore/luni/src/main/java/java/lang/
DRuntime.java318 public void load(String absolutePath) { in load() method in Runtime
325 void load(String absolutePath, ClassLoader loader) { in load() method in Runtime
DSystem.java980 public static void load(String pathName) { in load() method in System
/libcore/support/src/test/java/tests/support/
DSupport_Configuration.java302 static void load(InputStream in, Hashtable<String, String> result) throws IOException { in load() method in Support_Configuration
/libcore/luni/src/main/java/java/security/
DKeyStore.java588 public final void load(InputStream stream, char[] password) in load() method in KeyStore
611 public final void load(LoadStoreParameter param) throws IOException, in load() method in KeyStore
DProvider.java178 public synchronized void load(InputStream inStream) throws IOException { in load() method in Provider
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest2.java510 public boolean load; field in SerializationStressTest2.DeepNesting
557 public boolean load; field in SerializationStressTest2.DeepNestingWithWriteObject