Searched refs:xml (Results 1 – 8 of 8) sorted by relevance
50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.…51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy152 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
59 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $in $out183 $thisdir/metadata-validate $thisdir/metadata_properties.xml || exit 1
286 def validate_xml(xml): argument298 soup = BeautifulSoup(xml, features='xml')
11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_properties.xml`
64 def __init__(self, xml, file_name): argument76 self._soup = validate_xml(xml)
2 <?xml version="1.0" encoding="UTF-8"?>
67 * res/drawable: bitmap or xml graphics. Each file may have different219 no source code and a single .xml file under res/values-land, with
1037 const int xml = max(xmin, gglFixedToIntFloor(l_min_i)); in aapolyx() local1047 c->iterators.xl = xml; in aapolyx()1051 c->iterators.xl = min(c->iterators.xl, xml); in aapolyx()