Searched refs:load (Results 26 - 50 of 945) sorted by relevance

1234567891011>>

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_elementgetelementsbytagnamenomatch.java64 doc = (Document) load("hc_staff", false);
H A Dhc_nodedocumentnodeattribute.java64 doc = (Document) load("hc_staff", false);
H A Dhc_nodedocumentnodename.java64 doc = (Document) load("hc_staff", false);
H A Dhc_nodedocumentnodetype.java63 doc = (Document) load("hc_staff", false);
H A Dhc_nodedocumentnodevalue.java64 doc = (Document) load("hc_staff", false);
H A Dhc_nodegetownerdocumentnull.java63 doc = (Document) load("hc_staff", false);
H A Dnodedocumentnodeattribute.java62 doc = (Document) load("staff", false);
H A Dnodedocumentnodename.java65 doc = (Document) load("staff", false);
H A Dnodedocumentnodetype.java64 doc = (Document) load("staff", false);
H A Dnodedocumentnodevalue.java65 doc = (Document) load("staff", false);
H A Dnodegetownerdocumentnull.java61 doc = (Document) load("staff", false);
H A Delementwrongdocumenterr.java79 doc1 = (Document) load("staff", true);
80 doc2 = (Document) load("staff", false);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DdocumentgetelementsbytagnameNS03.java69 doc = (Document) load("staffNS", false);
H A DdocumentgetelementsbytagnameNS05.java71 doc = (Document) load("staffNS", false);
H A DgetElementById02.java69 doc = (Document) load("staffNS", false);
H A DownerDocument01.java67 doc = (Document) load("staff", false);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMImplementationCreateDocument.java75 doc = (Document) load("staffNS", builder);
93 doc = (Document) load("staffNS", builder);
114 doc = (Document) load("staffNS", builder);
134 doc = (Document) load("staffNS", builder);
H A DDOMImplementationHasFeature.java59 doc = (Document) load("staff", builder);
68 doc = (Document) load("staff", builder);
90 doc = (Document) load("staffNS", builder);
112 doc = (Document) load("staffNS", builder);
H A DDocumentCreateElementNS.java65 doc = (Document) load("staffNS", builder);
85 doc = (Document) load("staffNS", builder);
103 doc = (Document) load("staffNS", builder);
124 doc = (Document) load("staffNS", builder);
H A DGetAttributeNS.java84 // doc = (Document) load("staffNS", builder);
100 doc = (Document) load("staffNS", builder);
118 doc = (Document) load("staffNS", builder);
136 doc = (Document) load("staffNS", builder);
150 doc = (Document) load("staffNS", builder);
H A DHasAttributeNS.java80 doc = (Document) load("staffNS", builder);
93 doc = (Document) load("staffNS", builder);
106 doc = (Document) load("staffNS", builder);
122 // doc = (Document) load("staffNS", builder);
136 doc = (Document) load("staffNS", builder);
H A DNamedNodeMapGetNamedItemNS.java89 // doc = (Document) load("staffNS", builder);
107 doc = (Document) load("staffNS", builder);
126 doc = (Document) load("staffNS", builder);
146 doc = (Document) load("staffNS", builder);
163 doc = (Document) load("staffNS", builder);
182 // doc = (Document) load("staffNS", builder);
H A DNodeHasAttributes.java79 doc = (Document) load("staff", builder);
93 doc = (Document) load("staffNS", builder);
103 doc = (Document) load("staffNS", builder);
124 doc = (Document) load("staffNS", builder);
/libcore/ojluni/src/main/java/javax/crypto/
H A DCryptoPermissions.java42 void load(InputStream in) method in class:CryptoPermissions
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DPropertiesTest.java62 p.load((InputStream) null);
72 p.load((InputStream) null);
202 * java.util.Properties#load(java.io.InputStream)
205 // Test for method void java.util.Properties.load(java.io.InputStream)
210 prop.load(is = new ByteArrayInputStream(writeProperties()));
213 fail("Exception during load test : " + e.getMessage());
215 assertEquals("Failed to load correct properties", "harmony.tests", prop
222 prop.load(new ByteArrayInputStream("=".getBytes()));
230 prop.load(new ByteArrayInputStream(" = ".getBytes()));
238 prop.load(ne
[all...]

Completed in 1192 milliseconds

1234567891011>>