Searched refs:OptionalSwitch (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/
H A DFlags.h44 Flags& OptionalSwitch(const android::StringPiece& name, const android::StringPiece& description,
H A DFlags.cpp91 Flags& Flags::OptionalSwitch(const StringPiece& name, function in class:aapt::Flags
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp666 .OptionalSwitch("--pseudo-localize",
670 .OptionalSwitch("--no-crunch", "Disables PNG processing", &options.no_png_crunch)
671 .OptionalSwitch("--legacy", "Treat errors that used to be valid in AAPT as warnings",
673 .OptionalSwitch("-v", "Enables verbose logging", &verbose);
H A DDump.cpp197 Flags flags = Flags().OptionalSwitch("-v", "increase verbosity of output", &verbose);
H A DOptimize.cpp318 .OptionalSwitch("--enable-sparse-encoding",
322 .OptionalSwitch("-v", "Enables verbose logging", &verbose);
H A DLink.cpp1867 .OptionalSwitch("--no-auto-version",
1870 .OptionalSwitch("--no-version-vectors",
1874 .OptionalSwitch("--no-version-transitions",
1878 .OptionalSwitch("--no-resource-deduping",
1882 .OptionalSwitch("--enable-sparse-encoding",
1886 .OptionalSwitch("-x", "Legacy flag that specifies to use the package identifier 0x01.",
1888 .OptionalSwitch("-z", "Require localization of strings marked 'suggested'.",
1898 .OptionalSwitch("--output-to-dir",
1901 .OptionalSwitch("--no-xml-namespaces",
1918 .OptionalSwitch("
[all...]

Completed in 688 milliseconds