OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:success
(Results
176 - 200
of
2937
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreateelement.java
74
boolean
success
= false;
78
success
= (ex.code == DOMException.INVALID_CHARACTER_ERR);
80
assertTrue("throw_INVALID_CHARACTER_ERR",
success
);
elementinvalidcharacterexception.java
75
boolean
success
= false;
79
success
= (ex.code == DOMException.INVALID_CHARACTER_ERR);
81
assertTrue("throw_INVALID_CHARACTER_ERR",
success
);
elementnotfounderr.java
80
boolean
success
= false;
84
success
= (ex.code == DOMException.NOT_FOUND_ERR);
86
assertTrue("throw_NOT_FOUND_ERR",
success
);
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
);
Completed in 248 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>