Home
last modified time | relevance | path

Searched refs:SetDescription (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DDump.h35 SetDescription("Dump information about an APK or APC."); in DumpApkCommand()
94 SetDescription("Print the contents of the AAPT2 Container (APC) generated fom compilation."); in DumpAPCCommand()
126 SetDescription("Print information extracted from the manifest of the APK."); in DumpBadgingCommand()
143 SetDescription("Print every configuration used by a resource in the APK."); in DumpConfigsCommand()
153 SetDescription("Print the package name of the APK."); in DumpPackageNameCommand()
163 SetDescription("Print the permissions extracted from the manifest of the APK."); in DumpPermissionsCommand()
177 SetDescription("Print the contents of the resource table string pool in the APK."); in DumpStringsCommand()
188 SetDescription("Print the parents of a style in an APK."); in DumpStyleParentCommand()
202 SetDescription("Print the contents of the resource table from the APK."); in DumpTableCommand()
219 SetDescription("Print the string pool of a compiled xml in an APK."); in DumpXmlStringsCommand()
[all …]
DDiff.h27 SetDescription("Prints the differences in resources of two apks."); in DiffCommand()
DConvert.h30 SetDescription("Converts an apk between binary and proto formats."); in ConvertCommand()
DCompile.h48 SetDescription("Compiles resources to be linked into an apk."); in CompileCommand()
DOptimize.h69 SetDescription("Preforms resource optimizations on an apk."); in OptimizeCommand()
DCommand.h76 void SetDescription(const android::StringPiece& name);
DLink.h111 SetDescription("Links resources into an apk."); in LinkCommand()
DCommand.cpp123 void Command::SetDescription(const StringPiece& description) { in SetDescription() function in aapt::Command
/frameworks/base/tools/aapt2/
DMain.cpp53 SetDescription("Prints the version of aapt."); in VersionCommand()
102 SetDescription("Runs aapt in daemon mode. Each subsequent line is a single parameter to the\n" in DaemonCommand()