Searched refs:load (Results 1 - 25 of 945) sorted by relevance

1234567891011>>

/libcore/luni/src/test/java/libcore/java/util/
H A DServiceLoaderTest.java26 assertFalse(ServiceLoader.load(UnimplementedInterface.class).iterator().hasNext());
32 ServiceLoader<ServiceLoaderTestInterface> loader = ServiceLoader.load(ServiceLoaderTestInterface.class);
44 ServiceLoader.load(ServiceLoaderTestInterfaceMissingClass.class).iterator().next();
55 ServiceLoader.load(ServiceLoaderTestInterfaceWrongType.class).iterator().next();
65 ServiceLoader.load(ServiceLoaderTestInterfaceParseError.class).iterator().next();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DImportNode.java110 doc = (Document) load("staffNS", builder);
111 aNewDoc = (Document) load("staffNS", builder);
143 doc = (Document) load("staffNS", builder);
144 aNewDoc = (Document) load("staffNS", builder);
165 doc = (Document) load("staffNS", builder);
166 aNewDoc = (Document) load("staffNS", builder);
187 doc = (Document) load("staff", builder);
188 aNewDoc = (Document) load("staff", builder);
210 doc = (Document) load("staffNS", builder);
211 aNewDoc = (Document) load("staffN
[all...]
H A DLocalName.java61 doc = (Document) load("staffNS", builder);
73 doc = (Document) load("staffNS", builder);
84 doc = (Document) load("staffNS", builder);
96 doc = (Document) load("staffNS", builder);
H A DElementHasAttribute.java52 doc = (Document) load("staff", builder);
64 // doc = (Document) load("staffNS", builder);
77 doc = (Document) load("staff", builder);
92 doc = (Document) load("staff", builder);
H A DHasAttribute.java54 doc = (Document) load("staff", builder);
67 // doc = (Document) load("staff", builder);
78 doc = (Document) load("staff", builder);
89 doc = (Document) load("staffNS", builder);
H A DIsSupported.java61 doc = (Document) load("staff", builder);
70 doc = (Document) load("staff", builder);
79 doc = (Document) load("staff", builder);
88 doc = (Document) load("staff", builder);
97 doc = (Document) load("staff", builder);
106 doc = (Document) load("staff", builder);
115 doc = (Document) load("staff", builder);
124 doc = (Document) load("staff", builder);
133 doc = (Document) load("staff", builder);
161 doc = (Document) load("staf
[all...]
H A DDocumentImportNode.java74 // doc = (Document) load("staffNS", builder);
98 doc = (Document) load("staffNS", builder);
99 docImported = (Document) load("staff", builder);
125 // doc = (Document) load("staffNS", builder);
153 // doc = (Document) load("staffNS", builder);
178 doc = (Document) load("staffNS", builder);
179 docImported = (Document) load("staff", builder);
195 doc = (Document) load("staffNS", builder);
211 doc = (Document) load("staffNS", builder);
231 doc = (Document) load("staffN
[all...]
H A DAttrGetOwnerElement.java46 // doc = (Document) load("staffNS", builder);
65 doc = (Document) load("staffNS", builder);
77 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
92 docImp = (Document) load("staff", builder);
115 doc = (Document) load("staffNS", builder);
H A DDocumentGetElementsByTagnameNS.java67 doc = (Document) load("staffNS", builder);
80 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
101 doc = (Document) load("staffNS", builder);
109 doc = (Document) load("staffNS", builder);
H A DNodeSetPrefix.java88 doc = (Document) load("staff", builder);
111 // doc = (Document) load("staffNS", builder);
128 doc = (Document) load("staffNS", builder);
150 // doc = (Document) load("staffNS", builder);
177 doc = (Document) load("staffNS", builder);
197 doc = (Document) load("staffNS", builder);
214 doc = (Document) load("staffNS", builder);
233 doc = (Document) load("staffNS", builder);
252 doc = (Document) load("staffNS", builder);
H A DGetElementsByTagNameNS.java74 doc = (Document) load("staffNS", builder);
86 doc = (Document) load("staffNS", builder);
118 doc = (Document) load("staffNS", builder);
141 doc = (Document) load("staffNS", builder);
155 doc = (Document) load("staffNS", builder);
162 doc = (Document) load("staffNS", builder);
170 doc = (Document) load("staffNS", builder);
179 doc = (Document) load("staffNS", builder);
191 doc = (Document) load("staffNS", builder);
225 doc = (Document) load("staffN
[all...]
H A DPrefix.java80 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
104 doc = (Document) load("staffNS", builder);
116 doc = (Document) load("staffNS", builder);
127 doc = (Document) load("staffNS", builder);
147 doc = (Document) load("staffNS", builder);
165 doc = (Document) load("staffNS", builder);
189 // doc = (Document) load("staff", builder);
218 doc = (Document) load("staffNS", builder);
237 doc = (Document) load("staffN
[all...]
H A DCreateAttributeNS.java67 doc = (Document) load("staffNS", builder);
85 doc = (Document) load("staffNS", builder);
131 doc = (Document) load("staffNS", builder);
150 doc = (Document) load("staffNS", builder);
168 doc = (Document) load("staffNS", builder);
177 doc = (Document) load("hc_staff", builder);
H A DCreateElementNS.java85 doc = (Document) load("staffNS", builder);
103 doc = (Document) load("staffNS", builder);
149 doc = (Document) load("staffNS", builder);
169 doc = (Document) load("staffNS", builder);
187 doc = (Document) load("staffNS", builder);
197 doc = (Document) load("hc_staff", builder);
H A DElementGetElementsByTagNameNS.java54 doc = (Document) load("staffNS", builder);
70 doc = (Document) load("staffNS", builder);
91 doc = (Document) load("staffNS", builder);
H A DElementHasAttributeNS.java79 doc = (Document) load("staffNS", builder);
92 doc = (Document) load("staff", builder);
107 doc = (Document) load("staff", builder);
H A DNamespaceURI.java83 // doc = (Document) load("staffNS", builder);
97 doc = (Document) load("staffNS", builder);
111 doc = (Document) load("staffNS", builder);
123 doc = (Document) load("staffNS", builder);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode16.java75 doc = (Document) load("staffNS", true);
76 anotherDoc = (Document) load("staffNS", true);
H A DimportNode17.java74 doc = (Document) load("staffNS", true);
75 anotherDoc = (Document) load("staffNS", true);
/libcore/ojluni/src/main/java/java/util/
H A DPropertyResourceBundle.java130 properties.load(stream);
148 properties.load(reader);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetelementsbytagnamelength.java66 doc = (Document) load("staff", false);
H A Delementgetelementsbytagname.java67 doc = (Document) load("staff", false);
H A Delementgetelementsbytagnamenomatch.java65 doc = (Document) load("staff", false);
H A Dhc_documentgetelementsbytagnamelength.java65 doc = (Document) load("hc_staff", false);
H A Dhc_elementgetelementsbytagname.java66 doc = (Document) load("hc_staff", false);

Completed in 3266 milliseconds

1234567891011>>