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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 463 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
468 self._ownerElement = ownerElement
531 node.ownerDocument = self._ownerElement.ownerDocument
555 _clear_id_cache(self._ownerElement)
567 _clear_id_cache(self._ownerElement)
585 node.ownerElement = self._ownerElement
598 return self._attrs, self._attrsNS, self._ownerElement
601 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 465 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
470 self._ownerElement = ownerElement
533 node.ownerDocument = self._ownerElement.ownerDocument
557 _clear_id_cache(self._ownerElement)
569 _clear_id_cache(self._ownerElement)
587 node.ownerElement = self._ownerElement
600 return self._attrs, self._attrsNS, self._ownerElement
603 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 463 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
468 self._ownerElement = ownerElement
531 node.ownerDocument = self._ownerElement.ownerDocument
555 _clear_id_cache(self._ownerElement)
567 _clear_id_cache(self._ownerElement)
585 node.ownerElement = self._ownerElement
598 return self._attrs, self._attrsNS, self._ownerElement
601 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 479 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
484 self._ownerElement = ownerElement
561 node.ownerDocument = self._ownerElement.ownerDocument
585 _clear_id_cache(self._ownerElement)
597 _clear_id_cache(self._ownerElement)
615 node.ownerElement = self._ownerElement
628 return self._attrs, self._attrsNS, self._ownerElement
631 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 466 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
471 self._ownerElement = ownerElement
534 node.ownerDocument = self._ownerElement.ownerDocument
558 _clear_id_cache(self._ownerElement)
570 _clear_id_cache(self._ownerElement)
588 node.ownerElement = self._ownerElement
601 return self._attrs, self._attrsNS, self._ownerElement
604 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 466 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
471 self._ownerElement = ownerElement
534 node.ownerDocument = self._ownerElement.ownerDocument
558 _clear_id_cache(self._ownerElement)
570 _clear_id_cache(self._ownerElement)
588 node.ownerElement = self._ownerElement
601 return self._attrs, self._attrsNS, self._ownerElement
604 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 466 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
471 self._ownerElement = ownerElement
534 node.ownerDocument = self._ownerElement.ownerDocument
558 _clear_id_cache(self._ownerElement)
570 _clear_id_cache(self._ownerElement)
588 node.ownerElement = self._ownerElement
601 return self._attrs, self._attrsNS, self._ownerElement
604 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 466 __slots__ = ('_attrs', '_attrsNS', '_ownerElement')
471 self._ownerElement = ownerElement
534 node.ownerDocument = self._ownerElement.ownerDocument
558 _clear_id_cache(self._ownerElement)
570 _clear_id_cache(self._ownerElement)
588 node.ownerElement = self._ownerElement
601 return self._attrs, self._attrsNS, self._ownerElement
604 self._attrs, self._attrsNS, self._ownerElement = state
    [all...]

Completed in 182 milliseconds