Lines Matching refs:elems
143 elems = get_children_with_tag(manifest, 'application')
144 application = elems[0] if len(elems) == 1 else None
145 if len(elems) > 1:
147 elif not elems:
188 elems = get_children_with_tag(manifest, 'application')
189 application = elems[0] if len(elems) == 1 else None
190 if len(elems) > 1:
192 elif not elems:
236 elems = get_children_with_tag(manifest, 'application')
237 application = elems[0] if len(elems) == 1 else None
238 if len(elems) > 1:
240 elif not elems:
256 elems = get_children_with_tag(manifest, 'application')
257 application = elems[0] if len(elems) == 1 else None
258 if len(elems) > 1:
260 elif not elems:
278 elems = get_children_with_tag(manifest, 'application')
279 application = elems[0] if len(elems) == 1 else None
280 if len(elems) > 1:
282 elif not elems:
302 elems = get_children_with_tag(manifest, 'application')
303 application = elems[0] if len(elems) == 1 else None
304 if len(elems) > 1:
306 elif not elems: