Searched refs:findall (Results 1 – 25 of 165) sorted by relevance
1234567
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_isa.py | 68 return [cond.tag] + [parse_cond(x) for x in cond.findall('*')] 76 for deriv in obj.findall('derived'): 80 opts = [parse_cond(d) for d in deriv.findall('*')] 91 for mod in obj.findall('mod'): 102 opts = [x.text if x.tag == 'opt' else x.tag for x in mod.findall('*')] 119 for node in enc.findall('copy'): 145 for src in ins.findall('src'): 149 for imm in ins.findall('immediate'): 159 for swap in ins.findall('swap'): 161 cond = parse_cond(swap.findall('*')[0]) [all …]
|
/third_party/mesa3d/src/vulkan/util/ |
D | gen_enum_to_str.py | 339 for member in xml_node.findall('./member'): 340 name = member.findall('./name') 362 for enum_type in xml.findall('./enums[@type="enum"]'): 364 for value in enum_type.findall('./enum'): 368 for enum_type in xml.findall('./enums[@type="bitmask"]'): 371 for value in enum_type.findall('./enum'): 374 for value in xml.findall('./feature/require/enum[@extends]'): 383 for struct_type in xml.findall('./types/type[@category="struct"]'): 390 for platform in xml.findall('./platforms/platform'): 395 for ext_elem in xml.findall('./extensions/extension[@supported="vulkan"]'): [all …]
|
D | vk_physical_device_features.py | 147 for _type in doc.findall('./types/type'): 153 for p in _type.findall('./member'): 167 for _extension in doc.findall('./extensions/extension'): 170 for p in _extension.findall('./require/type'): 174 for _type in doc.findall('./types/type'): 190 for p in _type.findall('./member'):
|
D | vk_dispatch_table_gen.py | 819 for command in doc.findall('./commands/command'): 832 ) for p in command.findall('./param')] 838 for feature in doc.findall('./feature'): 841 for command in feature.findall('./require/command'): 846 for extension in doc.findall('.extensions/extension'): 855 for command in extension.findall('./require/command'): 868 for platform in doc.findall('./platforms/platform'): 873 for extension in doc.findall('./extensions/extension[@platform]'): 877 for entrypoint in extension.findall('./require/command'):
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 105 for child in parent.findall('*'): 193 return self.elem.findall('member') 231 return self.elem.findall('param') 471 for type_elem in self.reg.findall('types/type'): 484 for group in self.reg.findall('enums'): 497 for enums in self.reg.findall('enums'): 499 for enum in enums.findall('enum'): 515 for cmd in self.reg.findall('commands/command'): 550 for feature in self.reg.findall('feature'): 568 for elem in feature.findall('require'): [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | registry_xml.py | 188 self.all_commands = self.root.findall('commands/command') 196 insertion_point = self.root.findall("./commands")[0] 200 insertion_point = self.root.findall("./extensions")[0] 206 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)] 235 for extension in self.root.findall("extensions/extension"): 248 for require in extension.findall('require'): 257 extension_commands = require.findall('command')
|
D | gen_gl_enum_utils.py | 177 for enums_node in xml.root.findall('enums'): 178 for enum in enums_node.findall('enum'): 186 for enums_group_node in xml.root.findall('groups/group'): 194 for enum_node in enums_group_node.findall('enum'): 203 for enum_tag in xml.root.findall(xpath): 210 for enum_tag in xml.root.findall(xpath):
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | opengl_loader_generator.py | 78 for param in element.findall('./param'): 117 for command in root.findall('''commands[@namespace='GL']/command'''): 123 for enum in root.findall('''enums[@namespace='GL']/enum'''): 134 for proc in root.findall('''feature/remove[@profile='core']/command'''): 140 for section in root.findall('''feature[@api='{}']'''.format(api)): 142 for command in section.findall('./require/command'): 149 for enum in section.findall('./require/enum'): 166 for command in section.findall('./require/command'): 172 for enum in section.findall('./require/enum'):
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | isa.py | 110 for param in xml.findall('param'): 192 for derived in xml.findall('derived'): 196 for assrt in xml.findall('assert'): 201 for field in xml.findall('field'): 208 for d in xml.findall('display'): 237 for map in xml.findall('map'): 270 for gen in xml.findall('gen'): 304 for override in xml.findall('override'): 316 for pattern in xml.findall('pattern'): 359 for value in xml.findall('value'): [all …]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | registry_xml.py | 449 self.all_commands = self.root.findall('commands/command') 457 insertion_point = self.root.findall("./commands")[0] 461 insertion_point = self.root.findall("./extensions")[0] 471 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)] 504 for extension in self.root.findall("extensions/extension"): 517 for require in extension.findall('require'): 526 extension_commands = require.findall('command') 562 param_text = ["".join(param.itertext()) for param in command_node.findall('param')]
|
D | gen_gl_enum_utils.py | 141 for enums_node in xml.root.findall('enums'): 142 for enum in enums_node.findall('enum'): 150 for enums_group_node in xml.root.findall('groups/group'): 158 for enum_node in enums_group_node.findall('enum'): 167 for enum_tag in xml.root.findall(xpath): 174 for enum_tag in xml.root.findall(xpath):
|
/third_party/mesa3d/src/util/ |
D | driconf_static.py | 54 for option in xml.findall('option'): 64 for option in xml.findall('option'): 75 for application in xml.findall('application'): 78 for engine in xml.findall('engine'): 86 for device in root.findall('device'):
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | opengl_loader_generator.py | 74 for param in element.findall('./param'): 107 for command in root.findall('''commands[@namespace='GL']/command'''): 113 for enum in root.findall('''enums[@namespace='GL']/enum'''): 124 for proc in root.findall('''feature/remove[@profile='core']/command'''): 130 for section in root.findall('''feature[@api='{}']'''.format(api)): 132 for command in section.findall('./require/command'): 139 for enum in section.findall('./require/enum'):
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 262 check_method(element.findall) 1858 self.assertEqual(1+4*2, len(document.findall(".//p"))) 1976 self.assertEqual(summarize_list(tree.findall(".//thead")), []) 1977 self.assertEqual(summarize_list(tree.findall(".//tbody")), ['tbody']) 2498 e.findall('.//grandchild')[0].set('attr', 'other value') 2730 e.findall(MutatingElementPath(e, 'x')) 2736 e.findall(BadElementPath('x')) 2792 found = list(e.findall('bar')) 2846 self.assertEqual(summarize_list(e.findall('.')), ['body']) 2847 self.assertEqual(summarize_list(e.findall('tag')), ['tag', 'tag']) [all …]
|
/third_party/harfbuzz/src/ |
D | check-includes.py | 18 first = re.findall (r'#.*include.*', content)[0] 26 includes = re.findall (r'#.*include.*', content) 28 if not len (re.findall (r'"hb.*\.hh"', includes[0])): 35 if re.findall ('#.*include.*<.*hb', content):
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | check-includes.py | 18 first = re.findall (r'#.*include.*', content)[0] 26 includes = re.findall (r'#.*include.*', content) 28 if not len (re.findall (r'"hb.*\.hh"', includes[0])): 35 if re.findall ('#.*include.*<.*hb', content):
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_enums.py | 229 for enum in extension.findall('require/enum'): 235 for enum in xml.findall('enums/enum'): 250 for feature in xml.findall('feature'): 267 for enum in feature.findall('require/enum'): 270 for extension in xml.findall('extensions/extension'):
|
/third_party/EGL/api/ |
D | reg.py | 455 params = cmd.findall('param') 754 for type in self.reg.findall('types/type'): 766 for group in self.reg.findall('groups/group'): 776 for enum in self.reg.findall('enums/enum'): 786 for cmd in self.reg.findall('commands/command'): 798 for feature in self.reg.findall('feature'): 801 self.extensions = self.reg.findall('extensions/extension') 868 for typeElem in features.findall('type'): 870 for enumElem in features.findall('enum'): 878 for cmdElem in features.findall('command'): [all …]
|
/third_party/openGLES/xml/ |
D | reg.py | 454 params = cmd.findall('param') 745 for type in self.reg.findall('types/type'): 757 for group in self.reg.findall('groups/group'): 767 for enum in self.reg.findall('enums/enum'): 777 for cmd in self.reg.findall('commands/command'): 789 for feature in self.reg.findall('feature'): 792 self.extensions = self.reg.findall('extensions/extension') 859 for typeElem in features.findall('type'): 861 for enumElem in features.findall('enum'): 869 for cmdElem in features.findall('command'): [all …]
|
/third_party/skia/third_party/externals/egl-registry/api/ |
D | reg.py | 466 params = cmd.findall('param') 765 for type in self.reg.findall('types/type'): 777 for group in self.reg.findall('groups/group'): 787 for enum in self.reg.findall('enums/enum'): 797 for cmd in self.reg.findall('commands/command'): 809 for feature in self.reg.findall('feature'): 812 self.extensions = self.reg.findall('extensions/extension') 879 for typeElem in features.findall('type'): 881 for enumElem in features.findall('enum'): 889 for cmdElem in features.findall('command'): [all …]
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | reg.py | 465 params = cmd.findall('param') 756 for type in self.reg.findall('types/type'): 768 for group in self.reg.findall('groups/group'): 778 for enum in self.reg.findall('enums/enum'): 788 for cmd in self.reg.findall('commands/command'): 800 for feature in self.reg.findall('feature'): 803 self.extensions = self.reg.findall('extensions/extension') 870 for typeElem in features.findall('type'): 872 for enumElem in features.findall('enum'): 880 for cmdElem in features.findall('command'): [all …]
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_sort_tags.py | 111 enums = sorted(genxml.findall('enum'), key=get_name) 114 values = e.findall('./value') 121 structs = sorted(xml.findall('./struct'), key=get_name) 136 instructions = sorted(xml.findall('./instruction'), key=get_name) 140 registers = sorted(xml.findall('./register'), key=get_name)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 285 for core_removed_ep in xml_root.findall('feature/remove'): 287 for command in core_removed_ep.findall('./command'): 290 for feature in xml_root.findall('feature'): 299 for command in feature.findall('./require/command'): 307 for extension in xml_root.findall('extensions/extension'): 310 for command in extension.findall('./require/command'): 464 for command in xml_root.findall('commands/command'): 471 param_text = [format_param(param) for param in command.findall('param')]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 286 for core_removed_ep in xml_root.findall('feature/remove'): 288 for command in core_removed_ep.findall('./command'): 291 for feature in xml_root.findall('feature'): 300 for command in feature.findall('./require/command'): 308 for extension in xml_root.findall('extensions/extension'): 311 for command in extension.findall('./require/command'): 463 for command in xml_root.findall('commands/command'): 470 param_text = [format_param(param) for param in command.findall('param')]
|
/third_party/mesa3d/src/mapi/new/ |
D | genCommon.py | 112 for featElem in root.findall("feature"): 115 for featElem in root.findall("extensions/extension"): 119 for commandElem in featElem.findall("require/command"): 167 for elem in root.findall("commands/command"): 175 for ch in elem.findall("param"):
|
1234567