Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.h28 struct XmlFlattenerOptions { struct
39 XmlFlattener(BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattener() argument
51 XmlFlattenerOptions options_;
DXmlFlattener_test.cpp59 const XmlFlattenerOptions& options = {}) { in Flatten()
302 XmlFlattenerOptions options; in TEST_F()
371 XmlFlattenerOptions options; in TEST_F()
459 XmlFlattenerOptions options; in TEST_F()
482 XmlFlattenerOptions options; in TEST_F()
503 XmlFlattenerOptions options; in TEST_F()
523 XmlFlattenerOptions options; in TEST_F()
DXmlFlattener.cpp77 XmlFlattenerVisitor(BigBuffer* buffer, XmlFlattenerOptions options) in XmlFlattenerVisitor()
307 XmlFlattenerOptions options_;
/frameworks/base/tools/aapt2/cmd/
DConvert.h53 XmlFlattenerOptions xml_flattener_options_;
61 XmlFlattenerOptions xml_flattener_options);
DConvert.cpp65 const XmlFlattenerOptions& xml_flattener_options) in BinaryApkSerializer()
142 XmlFlattenerOptions xml_flattener_options_;
259 XmlFlattenerOptions xml_flattener_options) { in Convert()
DDump.cpp339 XmlFlattenerOptions options = {}; in Dump()
DLink.cpp227 XmlFlattenerOptions options = {}; in FlattenXml()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp280 XmlFlattenerOptions xml_flattener_options; in WriteToArchive()