Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 8 of 8) sorted by relevance

/system/media/camera/docs/
Dmetadata-parser-sanity-check50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.…
51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
52 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
Dmetadata-generate59 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $in $out
183 $thisdir/metadata-validate $thisdir/metadata_properties.xml || exit 1
Dmetadata_validate.py286 def validate_xml(xml): argument
298 soup = BeautifulSoup(xml, features='xml')
DREADME.md11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_properties.xml`
Dmetadata_parser_xml.py64 def __init__(self, xml, file_name): argument
76 self._soup = validate_xml(xml)
Dmetadata_template.mako2 <?xml version="1.0" encoding="UTF-8"?>
/system/core/libutils/
DREADME67 * res/drawable: bitmap or xml graphics. Each file may have different
219 no source code and a single .xml file under res/values-land, with
/system/core/libpixelflinger/
Dtrap.cpp1037 const int xml = max(xmin, gglFixedToIntFloor(l_min_i)); in aapolyx() local
1047 c->iterators.xl = xml; in aapolyx()
1051 c->iterators.xl = min(c->iterators.xl, xml); in aapolyx()