Home | History | Annotate | Download | only in SevenZip

Lines Matching defs:Command

11 		public int Command = -1;

107 Command = kEncode;
109 Command = kDecode;
111 Command = kBenchmak;
117 if (Command == kBenchmak)
177 System.out.println("\nIncorrect command");
181 if (params.Command == CommandLine.kBenchmak)
190 else if (params.Command == CommandLine.kEncode || params.Command == CommandLine.kDecode)
201 if (params.Command == CommandLine.kEncode)
250 throw new Exception("Incorrect command");