Lines Matching defs:xml
18 import xml.etree.ElementTree as ET
32 "vk.xml"
206 command = ["wget", "https://raw.github.com/KhronosGroup/Vulkan-Docs/master/xml/" + x]
238 default='vk.xml',
239 help='Specify the base xml file with vulkan API information. Defaults to vk.xml.')
241 default='vk.xml',
242 help='Specify the xml file with superset information. Defaults to vk.xml.')
252 the vk.xml specification. It can optionally take a superset XML file and the
256 The script automatically fetches the current vk.xml as well as the header
266 print("!! Error: Can't find base xml file", args.basexml)
269 print("!! Error: Can't find superset xml file", args.supersetxml)