HomeSort by relevance Sort by last modified time
    Searched refs:testCloneDocumentDeep (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 634 def testCloneDocumentDeep(self):
643 "testCloneDocumentDeep: document objects not distinct")
645 "testCloneDocumentDeep: wrong number of Document children")
647 "testCloneDocumentDeep: documentElement not an ELEMENT_NODE")
649 "testCloneDocumentDeep: documentElement owner is not new document")
651 "testCloneDocumentDeep: documentElement should not be shared")
655 "testCloneDocumentDeep: doctype not a DOCUMENT_TYPE_NODE")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 634 def testCloneDocumentDeep(self):
643 "testCloneDocumentDeep: document objects not distinct")
645 "testCloneDocumentDeep: wrong number of Document children")
647 "testCloneDocumentDeep: documentElement not an ELEMENT_NODE")
649 "testCloneDocumentDeep: documentElement owner is not new document")
651 "testCloneDocumentDeep: documentElement should not be shared")
655 "testCloneDocumentDeep: doctype not a DOCUMENT_TYPE_NODE")
    [all...]

Completed in 240 milliseconds