Searched defs:keepSet (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp29 BaseVisitor(const Source& source, KeepSet* keepSet) : mSource(source), mKeepSet(keepSet) { argument
75 LayoutVisitor(const Source& source, KeepSet* keepSet) : BaseVisitor(source, keepSet) { argument
104 XmlResourceVisitor(const Source& source, KeepSet* keepSet) : BaseVisitor(source, keepSet) { argument
125 TransitionVisitor(const Source& source, KeepSet* keepSet) : BaseVisitor(source, keepSet) { argument
143 ManifestVisitor(const Source& source, KeepSet* keepSet) : BaseVisitor(source, keepSet) { argument
187 collectProguardRulesForManifest(const Source& source, xml::XmlResource* res, KeepSet* keepSet) argument
197 collectProguardRules(const Source& source, xml::XmlResource* res, KeepSet* keepSet) argument
227 writeKeepSet(std::ostream* out, const KeepSet& keepSet) argument
[all...]
/frameworks/base/tools/aapt2/link/
H A DLink.cpp291 IAaptContext* context, proguard::KeepSet* keepSet) :
292 mOptions(options), mContext(context), mKeepSet(keepSet) {
814 bool writeProguardFile(const proguard::KeepSet& keepSet) { argument
827 proguard::writeKeepSet(&fout, keepSet);
290 ResourceFileFlattener(const ResourceFileFlattenerOptions& options, IAaptContext* context, proguard::KeepSet* keepSet) argument

Completed in 135 milliseconds