Searched refs:load (Results 76 - 100 of 945) sorted by relevance

1234567891011>>

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode08.java79 doc = (Document) load("staffNS", true);
80 aNewDoc = (Document) load("staffNS", true);
H A DimportNode10.java80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode11.java79 doc = (Document) load("staff", true);
80 aNewDoc = (Document) load("staff", true);
H A DimportNode12.java81 doc = (Document) load("staffNS", true);
82 aNewDoc = (Document) load("staffNS", true);
H A DimportNode13.java80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode14.java80 doc = (Document) load("staffNS", true);
81 aNewDoc = (Document) load("staffNS", true);
H A DimportNode15.java78 doc = (Document) load("staffNS", true);
79 aNewDoc = (Document) load("staffNS", true);
H A DsetAttributeNodeNS05.java83 doc1 = (Document) load("staffNS", true);
84 doc2 = (Document) load("staffNS", true);
H A DsetNamedItemNS02.java81 doc = (Document) load("staffNS", true);
82 anotherDoc = (Document) load("staffNS", true);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DGetAttributeNodeNS.java81 doc = (Document) load("staffNS", builder);
94 doc = (Document) load("staffNS", builder);
H A DHasAttributes.java75 doc = (Document) load("staff", builder);
86 doc = (Document) load("staff", builder);
H A DNamedNodeMapSetNamedItemNS.java92 doc = (Document) load("staffNS", builder);
112 doc = (Document) load("staffNS", builder);
137 doc = (Document) load("staffNS", builder);
141 docAlt = (Document) load("staffNS", builder);
171 doc = (Document) load("staffNS", builder);
199 // doc = (Document) load("staffNS", builder);
235 doc = (Document) load("staffNS", builder);
261 doc = (Document) load("staffNS", builder);
287 doc = (Document) load("staffNS", builder);
314 // doc = (Document) load("staffN
[all...]
H A DOwnerElement.java82 doc = (Document) load("staff", builder);
95 doc = (Document) load("staff", builder);
H A DSetAttributeNS.java85 doc = (Document) load("staffNS", builder);
106 doc = (Document) load("staffNS", builder);
135 // doc = (Document) load("staffNS", builder);
170 doc = (Document) load("staffNS", builder);
198 doc = (Document) load("staffNS", builder);
214 doc = (Document) load("staffNS", builder);
235 doc = (Document) load("staffNS", builder);
262 doc = (Document) load("staffNS", builder);
285 doc = (Document) load("hc_staff", builder);
H A DNodeIsSupported.java99 doc = (Document) load("staffNS", builder);
134 doc = (Document) load("staffNS", builder);
156 doc = (Document) load("staffNS", builder);
165 doc = (Document) load("staffNS", builder);
175 doc = (Document) load("staffNS", builder);
H A DSetAttributeNodeNS.java91 doc = (Document) load("staffNS", builder);
122 // doc = (Document) load("staffNS", builder);
156 doc = (Document) load("staffNS", builder);
172 doc = (Document) load("staffNS", builder);
191 doc1 = (Document) load("staffNS", builder);
192 doc2 = (Document) load("staffNS", builder);
H A DSetNamedItemNS.java85 doc = (Document) load("staffNS", builder);
113 doc = (Document) load("staffNS", builder);
114 anotherDoc = (Document) load("staffNS", builder);
142 doc = (Document) load("staffNS", builder);
169 // doc = (Document) load("staffNS", builder);
206 doc = (Document) load("staffNS", builder);
H A DDocumentCreateAttributeNS.java88 doc = (Document) load("staffNS", builder);
110 doc = (Document) load("staffNS", builder);
157 doc = (Document) load("staffNS", builder);
184 doc = (Document) load("staffNS", builder);
211 doc = (Document) load("staffNS", builder);
235 doc = (Document) load("staffNS", builder);
255 doc = (Document) load("staffNS", builder);
H A DElementSetAttributeNS.java61 doc = (Document) load("staff", builder);
79 doc = (Document) load("staff", builder);
100 doc = (Document) load("staffNS", builder);
131 doc = (Document) load("staffNS", builder);
154 doc = (Document) load("staffNS", builder);
171 doc = (Document) load("staffNS", builder);
204 doc = (Document) load("staff", builder);
H A DElementSetAttributeNodeNS.java88 doc = (Document) load("staff", builder);
121 doc = (Document) load("staffNS", builder);
143 doc = (Document) load("staffNS", builder);
166 doc = (Document) load("staffNS", builder);
188 doc = (Document) load("staffNS", builder);
189 docAlt = (Document) load("staffNS", builder);
212 doc = (Document) load("staffNS", builder);
H A DNamedNodeMapRemoveNamedItemNS.java81 doc = (Document) load("staffNS", builder);
103 // doc = (Document) load("staffNS", builder);
124 doc = (Document) load("staffNS", builder);
147 doc = (Document) load("staffNS", builder);
170 // doc = (Document) load("staffNS", builder);
213 doc = (Document) load("staffNS", builder);
235 doc = (Document) load("staffNS", builder);
257 doc = (Document) load("staffNS", builder);
281 doc = (Document) load("staffNS", builder);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore3Test.java79 mockKeyStore.load(null);
91 mockKeyStore.load(null, null);
96 mockKeyStore.load(null, null);
102 mockKeyStore.load(null, null);
108 mockKeyStore.load(null, null);
130 mockKeyStore.load(null, null);
139 mockKeyStore.load(null, null);
H A DKeyStore2Test.java144 keyTest.load(null, null);
180 keyTest.load(null, null);
225 keyTest.load(null, null);
262 keyTest.load(null, null);
295 keyTest.load(null, null);
335 keyTest.load(null, null);
386 keyTest.load(null, null);
426 keyTest.load(null, null);
457 keyTest.load(null, null);
471 * java.security.KeyStore#load(jav
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dattreffectivevalue.java68 doc = (Document) load("staff", false);
H A Dattrentityreplacement.java73 doc = (Document) load("staff", true);

Completed in 6857 milliseconds

1234567891011>>