Home | History | Annotate | Download | only in aapt

Lines Matching refs:Command

4 // State bundle.  Used to pass around stuff like command-line args.
22 typedef enum Command {
33 } Command;
45 * Bundle of goodies, including everything specified on the command line.
75 * Set the command value. Returns "false" if it was previously set.
77 Command getCommand(void) const { return mCmd; }
78 void setCommand(Command cmd) { mCmd = cmd; }
81 * Command modifiers. Not all modifiers are appropriate for all
257 * the command line. If neither, it's not available since
281 Command mCmd;