HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 101 - 125 of 3839) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_characterdataindexsizeerrdeletedataoffsetgreater.java 79 boolean success = false;
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
85 assertTrue("throw_INDEX_SIZE_ERR", success);
hc_characterdataindexsizeerrinsertdataoffsetgreater.java 78 boolean success = false;
82 success = (ex.code == DOMException.INDEX_SIZE_ERR);
84 assertTrue("throw_INDEX_SIZE_ERR", success);
hc_characterdataindexsizeerrreplacedataoffsetgreater.java 79 boolean success = false;
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
85 assertTrue("throw_INDEX_SIZE_ERR", success);
hc_characterdataindexsizeerrsubstringoffsetgreater.java 79 boolean success = false;
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
85 assertTrue("throw_INDEX_SIZE_ERR", success);
hc_documentinvalidcharacterexceptioncreateattribute.java 73 boolean success = false;
77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
79 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_documentinvalidcharacterexceptioncreateattribute1.java 66 boolean success = false;
70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
72 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_documentinvalidcharacterexceptioncreateelement.java 73 boolean success = false;
77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
79 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_documentinvalidcharacterexceptioncreateelement1.java 66 boolean success = false;
70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
72 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_elementinvalidcharacterexception.java 73 boolean success = false;
77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
79 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_elementinvalidcharacterexception1.java 68 boolean success = false;
72 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
74 assertTrue("throw_INVALID_CHARACTER_ERR", success);
hc_elementnotfounderr.java 79 boolean success = false;
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
85 assertTrue("throw_NOT_FOUND_ERR", success);
hc_namednodemapnotfounderr.java 79 boolean success = false;
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
85 assertTrue("throw_NOT_FOUND_ERR", success);
hc_nodeappendchildinvalidnodetype.java 78 boolean success = false;
82 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
84 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
hc_noderemovechildoldchildnonexistent.java 78 boolean success = false;
82 success = (ex.code == DOMException.NOT_FOUND_ERR);
84 assertTrue("throw_NOT_FOUND_ERR", success);
hc_textindexsizeerroffsetoutofbounds.java 79 boolean success = false;
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
85 assertTrue("throw_INDEX_SIZE_ERR", success);
namednodemapnotfounderr.java 79 boolean success = false;
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
85 assertTrue("throw_NOT_FOUND_ERR", success);
nodeappendchildinvalidnodetype.java 79 boolean success = false;
83 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
85 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodeappendchildnodeancestor.java 80 boolean success = false;
84 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
86 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
nodeappendchildnomodificationallowederrEE.java 76 boolean success = false;
80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
82 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
nodeinsertbeforenomodificationallowederrEE.java 78 boolean success = false;
82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
84 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
noderemovechildnomodificationallowederrEE.java 77 boolean success = false;
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
83 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
noderemovechildoldchildnonexistent.java 79 boolean success = false;
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
85 assertTrue("throw_NOT_FOUND_ERR", success);
nodereplacechildnomodificationallowederrEE.java 78 boolean success = false;
82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
84 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
nodesetnodevaluenomodificationallowederrEE.java 72 boolean success = false;
76 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
78 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
textindexsizeerroffsetoutofbounds.java 80 boolean success = false;
84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
86 assertTrue("throw_INDEX_SIZE_ERR", success);

Completed in 387 milliseconds

1 2 3 45 6 7 8 91011>>