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

<<21222324252627282930>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementnotfounderr.java 83 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_namednodemapnotfounderr.java 83 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_nodeappendchildinvalidnodetype.java 82 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
hc_noderemovechildoldchildnonexistent.java 82 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_textindexsizeerroffsetoutofbounds.java 83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
namednodemapnotfounderr.java 83 success = (ex.code == DOMException.NOT_FOUND_ERR);
nodeappendchildinvalidnodetype.java 83 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
nodeappendchildnodeancestor.java 84 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
nodeappendchildnomodificationallowederrEE.java 80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodeinsertbeforenomodificationallowederrEE.java 82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
noderemovechildnomodificationallowederrEE.java 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
noderemovechildoldchildnonexistent.java 83 success = (ex.code == DOMException.NOT_FOUND_ERR);
nodereplacechildnomodificationallowederrEE.java 82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
nodesetnodevaluenomodificationallowederrEE.java 76 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
textindexsizeerroffsetoutofbounds.java 84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
textsplittextnomodificationallowederrEE.java 77 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS01.java 81 success = (ex.code == DOMException.NAMESPACE_ERR);
createAttributeNS02.java 81 success = (ex.code == DOMException.NAMESPACE_ERR);
createAttributeNS04.java 83 success = (ex.code == DOMException.NAMESPACE_ERR);
createAttributeNS06.java 73 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createDocument01.java 87 success = (ex.code == DOMException.NAMESPACE_ERR);
createDocument02.java 85 success = (ex.code == DOMException.NAMESPACE_ERR);
createDocument03.java 84 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
createDocument06.java 88 success = (ex.code == DOMException.NAMESPACE_ERR);
createDocument08.java 72 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);

Completed in 767 milliseconds

<<21222324252627282930>>