HomeSort by relevance Sort by last modified time
    Searched refs:isSameNode (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 499 self.confirm(a1.isSameNode(a2))
508 self.confirm(a1.isSameNode(a2))
608 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
614 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
616 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
622 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
623 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
641 self.confirm((not se.isSameNode(ce))
642 and (not ce.isSameNode(se))
    [all...]
  /external/python/cpython2/Lib/test/
test_minidom.py 497 self.confirm(a1.isSameNode(a2))
506 self.confirm(a1.isSameNode(a2))
580 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
586 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
588 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
594 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
595 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
613 self.confirm((not se.isSameNode(ce))
614 and (not ce.isSameNode(se)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 195 * tested with <code>Node.isSameNode</code>. All nodes that are the same
535 public boolean isSameNode(Node other) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 195 public boolean isSameNode(Node other) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 216 def isSameNode(self, other):
840 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 215 def isSameNode(self, other):
836 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1260 * tested with <code>Node.isSameNode</code>. All nodes that are the same
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 216 def isSameNode(self, other):
840 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 440 public boolean isSameNode(Node other) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 

Completed in 1128 milliseconds

1 2