Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/javax/crypto/
DCryptoPermissions.java44 void load(InputStream in) in load() method in CryptoPermissions
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAsynchronousChannelProvider.java77 private static AsynchronousChannelProvider load() { in load() method in AsynchronousChannelProvider.ProviderHolder
/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
DXercesHTMLDocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in XercesHTMLDocumentBuilderFactory
DXercesHTML2DocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in XercesHTML2DocumentBuilderFactory
DLSDocumentBuilderFactory.java331 public Document load(java.net.URL url) throws DOMTestLoadException { in load() method in LSDocumentBuilderFactory
/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java521 public static <S> ServiceLoader<S> load(Class<S> service, in load() method
550 public static <S> ServiceLoader<S> load(Class<S> service) { in load() method
DProperties.java312 public synchronized void load(Reader reader) throws IOException { in load() method in Properties
336 public synchronized void load(InputStream inStream) throws IOException { in load() method in Properties
DXMLUtils.java70 static void load(Properties props, InputStream in) in load() method in XMLUtils
/libcore/ojluni/annotations/hiddenapi/java/lang/
DRuntime.java126 public void load(java.lang.String filename) { in load() method in Runtime
135 void load(java.lang.String absolutePath, java.lang.ClassLoader loader) { in load() method in Runtime
/libcore/ojluni/annotations/hiddenapi/java/util/
DProperties.java46 public synchronized void load(java.io.Reader reader) throws java.io.IOException { in load() method in Properties
50 public synchronized void load(java.io.InputStream inStream) throws java.io.IOException { in load() method in Properties
/libcore/ojluni/src/main/java/java/lang/
DRuntime.java891 public void load(String filename) { in load() method in Runtime
905 void load(String absolutePath, ClassLoader loader) { in load() method in Runtime
/libcore/ojluni/src/main/java/java/nio/
DMappedByteBuffer.java162 public final MappedByteBuffer load() { in load() method in MappedByteBuffer
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java90 public static void load(java.lang.String filename) { throw new RuntimeException("Stub!"); } in load() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java89 public static void load(@libcore.util.NonNull java.lang.String filename) { throw new RuntimeExcepti… in load() method in System
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java155 public final void load(java.io.InputStream stream, char[] password) in load() method in KeyStore
161 public final void load(java.security.KeyStore.LoadStoreParameter param) in load() method in KeyStore
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1481 public final void load(InputStream stream, char[] password) in load() method in KeyStore
1514 public final void load(LoadStoreParameter param) in load() method in KeyStore
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java51 public synchronized void load(java.io.InputStream inStream) throws java.io.IOException { throw new … 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

12