Lines Matching refs:doc
101 def get_entrypoints(doc, entrypoints_to_defines):
105 for command in doc.findall('./commands/command'):
124 for feature in doc.findall('./feature'):
132 for extension in doc.findall('.extensions/extension'):
149 def get_entrypoints_defines(doc):
154 for platform in doc.findall('./platforms/platform'):
159 for extension in doc.findall('./extensions/extension[@platform]'):
173 doc = et.parse(filename)
174 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc))