Searched defs:keep_set (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.cpp | 42 BaseVisitor(const ResourceFile& file, KeepSet* keep_set) : file_(file), keep_set_(keep_set) { in BaseVisitor() 103 LayoutVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set) { in LayoutVisitor() 141 MenuVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set) { in MenuVisitor() 167 XmlResourceVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set) { in XmlResourceVisitor() 194 TransitionVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set) { in TransitionVisitor() 216 ManifestVisitor(const ResourceFile& file, KeepSet* keep_set, bool main_dex_only) in ManifestVisitor() 285 bool CollectProguardRulesForManifest(xml::XmlResource* res, KeepSet* keep_set, bool main_dex_only) { in CollectProguardRulesForManifest() 294 bool CollectProguardRules(xml::XmlResource* res, KeepSet* keep_set) { in CollectProguardRules() 333 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out) { in WriteKeepSet() 375 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations() [all …]
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 389 IAaptContext* context, proguard::KeepSet* keep_set) in ResourceFileFlattener() 1282 bool WriteProguardFile(const Maybe<std::string>& out, const proguard::KeepSet& keep_set) { in WriteProguardFile() 1574 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()
|