Searched refs:equals (Results 276 - 300 of 1062) sorted by relevance

<<11121314151617181920>>

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodegetownerdocument.java71 if (("image/svg+xml".equals(getContentType()))) {
H A Dhc_nodelistindexgetlength.java74 if (equals(6, length)) {
H A Dhc_nodelistindexnotzero.java78 if (equals("#text", childName)) {
H A Dhc_nodelistreturnfirstitem.java74 if (equals("#text", childName)) {
H A Dhc_nodevalue04.java65 ((newNode != null) | ("text/html".equals(getContentType())))
H A Dnodecdatasectionnodeattribute.java76 if (!equals(4, nodeType)) {
H A Dnodecdatasectionnodename.java77 if (!equals(4, nodeType)) {
H A Dnodecommentnodename.java75 if (equals(8, nodeType)) {
H A Dnodecommentnodetype.java75 if (equals("#comment", commentNodeName)) {
H A Dnodecommentnodevalue.java75 if (equals("#comment", commentName)) {
H A Dnodedocumenttypenodename.java68 if (("image/svg+xml".equals(getContentType()))) {
H A Dnodeelementnodename.java72 if (("image/svg+xml".equals(getContentType()))) {
H A Dnodeentityreferencenodeattributes.java71 if (!equals(5, nodeType)) {
H A Dnodeentityreferencenodename.java76 if (!equals(5, nodeType)) {
H A Dnodeentityreferencenodetype.java74 if (equals(3, nodeType)) {
H A Dnodeentityreferencenodevalue.java76 if (equals(3, nodeType)) {
H A Dnodegetfirstchild.java70 if (equals("#text", childName)) {
H A Dnodegetlastchild.java70 if (equals("#text", childName)) {
H A Dnodegetnextsibling.java70 if (equals("#text", nsName)) {
H A Dnodegetownerdocument.java78 if (("image/svg+xml".equals(getContentType()))) {
H A Dnodegetprevioussibling.java70 if (equals("#text", psName)) {
H A Dnodelistindexequalzero.java73 if (!equals("#text", childName)) {
H A Dnodeparentnode.java75 if (("image/svg+xml".equals(getContentType()))) {
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dhc_entitiesremovenameditemns1.java67 !(("text/html".equals(getContentType())))
H A Dhc_entitiessetnameditemns1.java68 !(("text/html".equals(getContentType())))

Completed in 94 milliseconds

<<11121314151617181920>>