Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DDump.h39 SetDescription("Dump information about an APK or APC."); in DumpApkCommand()
98 SetDescription("Print the contents of the AAPT2 Container (APC) generated fom compilation."); in DumpAPCCommand()
130 SetDescription("Print information extracted from the manifest of the APK."); in DumpBadgingCommand()
155 SetDescription("Print every configuration used by a resource in the APK."); in DumpConfigsCommand()
165 SetDescription("Print the package name of the APK."); in DumpPackageNameCommand()
175 SetDescription("Print the permissions extracted from the manifest of the APK."); in DumpPermissionsCommand()
189 SetDescription("Print the contents of the resource table string pool in the APK."); in DumpStringsCommand()
200 SetDescription("Print the parents of a style in an APK."); in DumpStyleParentCommand()
214 SetDescription("Print the contents of the resource table from the APK."); in DumpTableCommand()
231 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()
DApkInfo.h28 SetDescription("Dump information about an APK in binary proto format."); in ApkInfoCommand()
DConvert.h32 SetDescription("Converts an apk between binary and proto formats."); in ConvertCommand()
DCompile.h55 SetDescription("Compiles resources to be linked into an apk."); in CompileCommand()
DOptimize.h77 SetDescription("Preforms resource optimizations on an apk."); in OptimizeCommand()
DCommand.h71 void SetDescription(android::StringPiece name);
DCommand.cpp122 void Command::SetDescription(StringPiece description) { in SetDescription() function in aapt::Command
DLink.h123 SetDescription("Links resources into an apk."); in LinkCommand()
/frameworks/base/tools/aapt2/
DMain.cpp54 SetDescription("Prints the version of aapt."); in VersionCommand()
104 SetDescription("Runs aapt in daemon mode. Each subsequent line is a single parameter to the\n" in DaemonCommand()