Lines Matching refs:println

119                 System.err.println("Unsupported flag: " + args[i]);
130 System.err.println("Explicit type ignored for multiple files.");
145 System.err.println(source.getName() + " is a " + type.getSimpleName());
146 System.out.println(key.toString());
162 System.err.println("failed to open file: " + source + ", " + e);
181 System.err.println("failed to read input: " + e);
195 System.out.println(proto.toString());
243 System.err.println("failed to parse wrapper: " + e);
250 System.err.println("wrapper checksum failed");
259 System.err.println("failed to parse proto: " + e);
274 System.err.println(encodedKey + " is not a launcher backup key.");
282 System.err.println("failed to extract key from filename: " + protoException);
285 System.err.println("failed to extract key from filename: " + base64Exception);
291 System.err.println("key ckecksum failed");
302 System.err.println("wrote " + path);
304 System.err.println("failed to write image file: " + e);
310 System.err.println("failed to close the image file: " + e);
328 System.err.println("launcher_protoutil [-x] [-S b] [-k|-f|-i|-s|-w] [filename]");
329 System.err.println("\t-k\tdecode a key");
330 System.err.println("\t-f\tdecode a favorite");
331 System.err.println("\t-i\tdecode a icon");
332 System.err.println("\t-s\tdecode a screen");
333 System.err.println("\t-w\tdecode a widget");
334 System.err.println("\t-S b\tskip b bytes");
335 System.err.println("\t-x\textract image data to files");
336 System.err.println("\t-v\tprint key type data, as well as payload");
337 System.err.println("\t-l\texpect data from logcat, instead of the local transport");
338 System.err.println("\tfilename\tread from filename, not stdin");