Searched refs:AddOptionalSwitch (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Link.h | 131 AddOptionalSwitch("--proguard-conditional-keep-rules", in LinkCommand() 134 AddOptionalSwitch("--proguard-minimal-keep-rules", in LinkCommand() 137 AddOptionalSwitch("--no-auto-version", "Disables automatic style and layout SDK versioning.", in LinkCommand() 139 AddOptionalSwitch("--no-version-vectors", in LinkCommand() 143 AddOptionalSwitch("--no-version-transitions", in LinkCommand() 147 AddOptionalSwitch("--no-resource-deduping", "Disables automatic deduping of resources with\n" in LinkCommand() 150 AddOptionalSwitch("--no-resource-removal", "Disables automatic removal of resources without\n" in LinkCommand() 153 AddOptionalSwitch("--enable-sparse-encoding", in LinkCommand() 156 AddOptionalSwitch("-x", "Legacy flag that specifies to use the package identifier 0x01.", in LinkCommand() 158 AddOptionalSwitch("-z", "Require localization of strings marked 'suggested'.", in LinkCommand() [all …]
|
D | Optimize.h | 74 AddOptionalSwitch("-p", "Print the multi APK artifacts and exit.", &print_only_); in OptimizeCommand() 103 AddOptionalSwitch("--enable-sparse-encoding", in OptimizeCommand() 107 AddOptionalSwitch("--enable-resource-obfuscation", in OptimizeCommand() 110 AddOptionalSwitch("--enable-resource-path-shortening", in OptimizeCommand() 116 AddOptionalSwitch("-v", "Enables verbose logging", &verbose_); in OptimizeCommand()
|
D | Compile.h | 54 AddOptionalSwitch("--pseudo-localize", "Generate resources for pseudo-locales " in CompileCommand() 56 AddOptionalSwitch("--no-crunch", "Disables PNG processing", &options_.no_png_crunch); in CompileCommand() 57 AddOptionalSwitch("--legacy", "Treat errors that used to be valid in AAPT as warnings", in CompileCommand() 62 AddOptionalSwitch("-v", "Enables verbose logging", &options_.verbose); in CompileCommand()
|
D | Convert.h | 35 AddOptionalSwitch("--enable-sparse-encoding", in ConvertCommand() 39 AddOptionalSwitch("--keep-raw-values", in ConvertCommand() 43 AddOptionalSwitch("-v", "Enables verbose logging", &verbose_); in ConvertCommand()
|
D | Dump.h | 95 AddOptionalSwitch("--no-values", "Suppresses output of values when displaying resource tables.", in DumpAPCCommand() 97 AddOptionalSwitch("-v", "Enables verbose logging.", &verbose_); in DumpAPCCommand() 127 AddOptionalSwitch("--include-meta-data", "Include meta-data information.", in DumpBadgingCommand() 203 AddOptionalSwitch("--no-values", "Suppresses output of values when displaying resource tables.", in DumpTableCommand() 205 AddOptionalSwitch("-v", "Enables verbose logging.", &verbose_); in DumpTableCommand()
|
D | Command.h | 71 void AddOptionalSwitch(const android::StringPiece& name, const android::StringPiece& description,
|
D | Command.cpp | 104 void Command::AddOptionalSwitch(const StringPiece& name, const StringPiece& description, in AddOptionalSwitch() function in aapt::Command
|