HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 901 - 925 of 2299) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns10.java 96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
namednodemapsetnameditemns11.java 97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
nodesetprefix03.java 80 success = (ex.code == DOMException.NAMESPACE_ERR);
nodesetprefix04.java 88 success = (ex.code == DOMException.NAMESPACE_ERR);
nodesetprefix05.java 89 success = (ex.code == DOMException.NAMESPACE_ERR);
prefix06.java 87 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
prefix08.java 102 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
prefix09.java 90 success = (ex.code == DOMException.NAMESPACE_ERR);
removeAttributeNS01.java 103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
removeNamedItemNS02.java 89 success = (ex.code == DOMException.NOT_FOUND_ERR);
setAttributeNS03.java 101 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
setAttributeNodeNS01.java 98 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
setAttributeNodeNS02.java 107 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
setAttributeNodeNS05.java 94 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
setNamedItemNS01.java 98 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
setNamedItemNS02.java 94 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
CreateAttributeNS.java 70 notes = "Verifies NAMESPACE_ERR exception code.",
86 success = (ex.code == DOMException.NAMESPACE_ERR);
110 success = (ex.code == DOMException.NAMESPACE_ERR);
163 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
187 success = (ex.code == DOMException.NAMESPACE_ERR);
CreateDocument.java 110 success = (ex.code == DOMException.NAMESPACE_ERR);
137 success = (ex.code == DOMException.NAMESPACE_ERR);
158 // success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
181 // success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
238 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
265 success = (ex.code == DOMException.NAMESPACE_ERR);
CreateElementNS.java 104 success = (ex.code == DOMException.NAMESPACE_ERR);
128 success = (ex.code == DOMException.NAMESPACE_ERR);
182 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
206 success = (ex.code == DOMException.NAMESPACE_ERR);
DocumentCreateAttributeNS.java 161 notes = "Verifies that createAttributeNS throws DOMException with INVALID_CHARACTER_ERR code.",
190 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
198 notes = "Verifies that createAttributeNS throws DOMException with NAMESPACE_ERR code.",
233 notes = "Verifies that createAttributeNS throws DOMException with NAMESPACE_ERR code.",
257 success = (ex.code == DOMException.NAMESPACE_ERR);
264 notes = "Verifies that createAttributeNS throws DOMException with NAMESPACE_ERR code.",
287 success = (ex.code == DOMException.NAMESPACE_ERR);
294 notes = "Verifies that createAttributeNS throws DOMException with NAMESPACE_ERR code.",
310 success = (ex.code == DOMException.NAMESPACE_ERR);
ElementSetAttributeNodeNS.java 154 notes = "Verifies DOMException with INUSE_ATTRIBUTE_ERR code.",
179 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
186 notes = "Verifies DOMException with INUSE_ATTRIBUTE_ERR code.",
207 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
214 notes = "Verifies DOMException with WRONG_DOCUMENT_ERR code.",
235 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
242 notes = "Verifies DOMException with NO_MODIFICATION_ALLOWED_ERR code.",
270 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
HCNamedNodeMapInvalidType.java 77 notes = "Verifies that setNamedItem method throws DOMException with HIERARCHY_REQUEST_ERR code.",
97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
HCNotationsRemoveNamedItemNS.java 98 switch (ex.code) {
HCNotationsSetNamedItemNS.java 100 switch (ex.code) {
  /dalvik/vm/compiler/template/armv5te/
footer.S 15 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache

Completed in 665 milliseconds

<<31323334353637383940>>