HomeSort by relevance Sort by last modified time
    Searched refs:getroot (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
spec.py 117 self.root = self.tree.getroot()
  /external/python/cpython3/Lib/test/
test_xml_etree.py 206 check_element(tree.getroot())
699 for elem in tree.getroot().iter()], [
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
681 # Same as getroot().find(path).
702 # tag. Same as getroot().findtext(path).
727 # Same as getroot().findall(path).
749 # Same as getroot().iterfind(path).
    [all...]
  /external/deqp/scripts/android/
build_apk.py 364 if not 'package' in tree.getroot().attrib:
367 return tree.getroot().attrib['package']
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py 559 def getroot(self): member in class:ElementTree
635 Same as getroot().find(path), which is Element.find()
657 Same as getroot().findtext(path), which is Element.findtext()
679 Same as getroot().findall(path), which is Element.findall().
701 Same as getroot().iterfind(path), which is element.iterfind()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 619 def getroot(self): member in class:ElementTree
686 # Same as getroot().find(path), starting at the root of the
707 # Same as getroot().findtext(path), starting at the root of the tree.
731 # Same as getroot().findall(path), starting at the root of the tree.
753 # Same as getroot().iterfind(path).
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 904 element = doc.getroot()
    [all...]
  /external/vulkan-validation-layers/scripts/
reg.py 262 self.reg = self.tree.getroot()
437 # write(etree.tostring(self.tree.getroot(),pretty_print=True), file=filehandle)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
reg.py 259 self.reg = self.tree.getroot()
422 # write(etree.tostring(self.tree.getroot(),pretty_print=True), file=filehandle)
    [all...]
  /system/extras/simpleperf/runtest/
runtest.py 209 root = tree.getroot()
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 739 self.reg = self.tree.getroot()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
826 >>> for elem in tree.getroot().iter():
    [all...]
  /external/python/cpython2/Lib/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
834 >>> for elem in tree.getroot().iter():
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
827 >>> for elem in tree.getroot().iter():
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
827 >>> for elem in tree.getroot().iter():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
827 >>> for elem in tree.getroot().iter():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 145 >>> check_element(tree.getroot())
827 >>> for elem in tree.getroot().iter():
    [all...]

Completed in 688 milliseconds

12