HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 301 - 325 of 3830) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue03.java 67 boolean success = false;
71 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
73 assertTrue("throw_NOT_SUPPORTED_ERR", success);
hc_notationsremovenameditem1.java 76 boolean success = false;
80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
82 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
hc_textindexsizeerrnegativeoffset.java 83 boolean success = false;
87 success = (ex.code == DOMException.INDEX_SIZE_ERR);
89 assertTrue("throws_INDEX_SIZE_ERR", success);
namednodemapinuseattributeerr.java 86 boolean success = false;
90 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
92 assertTrue("throw_INUSE_ATTRIBUTE_ERR", success);
namednodemapwrongdocumenterr.java 87 boolean success = false;
91 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
93 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
nodeappendchildnewchilddiffdocument.java 84 boolean success = false;
88 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
90 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
nodeappendchildnomodificationallowederr.java 92 boolean success = false;
96 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
98 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
nodeinsertbeforeinvalidnodetype.java 83 boolean success = false;
87 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
89 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodeinsertbeforenewchilddiffdocument.java 85 boolean success = false;
89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
91 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
nodeinsertbeforenodeancestor.java 84 boolean success = false;
88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
90 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodeinsertbeforenomodificationallowederr.java 94 boolean success = false;
98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
100 assertTrue("throw_NOT_MODIFICATION_ALLOWED_ERR", success);
nodeinsertbeforerefchildnonexistent.java 82 boolean success = false;
86 success = (ex.code == DOMException.NOT_FOUND_ERR);
88 assertTrue("throw_NOT_FOUND_ERR", success);
noderemovechildnomodificationallowederr.java 90 boolean success = false;
94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
96 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
nodereplacechildinvalidnodetype.java 83 boolean success = false;
87 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
89 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodereplacechildnewchilddiffdocument.java 85 boolean success = false;
89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
91 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
nodereplacechildnodeancestor.java 84 boolean success = false;
88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
90 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodereplacechildnomodificationallowederr.java 91 boolean success = false;
95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
97 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
nodereplacechildoldchildnonexistent.java 81 boolean success = false;
85 success = (ex.code == DOMException.NOT_FOUND_ERR);
87 assertTrue("throw_NOT_FOUND_ERR", success);
nodesetnodevaluenomodificationallowederr.java 93 boolean success = false;
97 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
99 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
processinginstructionsetdatanomodificationallowederr.java 88 boolean success = false;
92 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
94 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
processinginstructionsetdatanomodificationallowederrEE.java 86 boolean success = false;
90 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
92 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
textindexsizeerrnegativeoffset.java 84 boolean success = false;
88 success = (ex.code == DOMException.INDEX_SIZE_ERR);
90 assertTrue("throws_INDEX_SIZE_ERR", success);
textsplittextnomodificationallowederr.java 93 boolean success = false;
97 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
99 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument04.java 83 boolean success = false;
87 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
89 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
documentcreateattributeNS03.java 100 boolean success = false;
104 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
106 assertTrue("documentcreateattributeNS03", success);

Completed in 309 milliseconds

<<11121314151617181920>>